Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
js-random-generator
Useful Random Generator
random-seed-generator
Random generator for strings, secrets and numbers – with built in crypto module and seed generation for predictable outputs
keygenerator
Random key generator for node.js
random-key-generator
it's a light weight random key generator
redis-key
Redis key generator / function argument joiner
secret-key
A simple generator and validator for human-readable Base32-Crockford encoded Secret Keys.
key-forge
A simple random key generator for use with Node.
path-key
Get the PATH environment variable key cross-platform
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
keyv
Simple key-value storage with support for multiple backends
map-obj
Map object keys and values into a new object
rfdc
Really Fast Deep Clone
tweetnacl
Port of TweetNaCl cryptographic library to JavaScript
lowercase-keys
Lowercase the keys of an object
sdkig
Stream-Deck Key-Image Generator
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
key-generator
js key generator.
for-in
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
set-value
Set nested properties on an object using dot notation.
get-value
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).