Rails-style strong parameters for javascript projects. (e.g. Express, Koa)
Hash filter utility. Like strong params.
Rails-style implementation of strong parameters for Koa
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Returns a promise from a node-style callback function.
Delete nested properties from an object using dot notation.
Set nested properties on an object using dot notation.
<img alt="Third Party Capital Logo" title="Third Party Capital Logo" src="https://user-images.githubusercontent.com/12476932/229881508-f9ef68db-8ee7-4795-8de8-80a50145bbd0.png" width="150">
Minify at-rule params with PostCSS
URL utilities for markdown-it
React Hook for managing state in URL query parameters with easy serialization.
An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.
The official CouchDB client for Node.js
Common utility functions
A tiny (305B) browser utility for stringifying a query Object.
A library implementing different string similarity
Multipart and Tar utilities for the Web Streams API
[](https://www.npmjs.com/package/@aws-sdk/util-dynamodb) [](https://www.npmjs.com/package/@aws-sdk/util
A library for simplifying encoding and decoding URL query parameters.
Formats SQL queries. Part of SQLTools
Cookie management for the node request libary
Append querystring params to a URL.
The fastest way to read **AND WRITE** from query search params in [sveltekit](https://github.com/sveltejs/kit).
The URLSearchParams polyfill.
Basic strong parameter filters for Sinatra.
Strong params can end up making your controllers very fat and form objects aren't always the best cure. Tidy Strong Params (TSP) takes inspiration from ActiveModelSerialiers and aims to separate param white-listing from the rest of your controller logic whilst also allowing for flexibility in it's implementation. TSP provides a simple way for storing your list of white-listed params in their own directory, hopefully with minimal overhead
Adds a DSL to ActionController that allows to add strong params filtering without adding a specific, dirty controller method.
Rails 4.2\'s Strong Parameters in modular form, usable in Sinatra. The listed authors are only responsible for code extraction, full credit and respect goes to those talented individuals who actually wrote the code!
Validate and coerce user input against defined structure.
Think factory girl for strong parameters
Specify all strong params into separate yaml files and have then turned into controller methods
Generate strong param methods using yaml files
Define your params schema with the strong library dry-schema.
Generate and serve OpenAPI 3.0 specs from Rails conventions with optional annotation overrides.
Paramoid is a gem that extends Rails Strong Parameters, allowing to declare complex params structures with a super cool DSL, supporting required params, default values, groups, arrays and more.
Automatically generate Grape params or Rails strong params from Dry::Validation contracts