🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

consistent-ids

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consistent-ids - npm Package Compare versions

Comparing version

to
0.4.0

2

package.json
{
"name": "consistent-ids",
"version": "0.3.1",
"version": "0.4.0",
"description": "A randomly consistent (a-la-Stripe) hash generator",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -53,16 +53,6 @@ # hash-generator

```
*Added in 0.3* <br/>
**Feelin' lazy ? Use the default generator**
```js
// Make sure you have an HASH_KEY in your env variables
import {defaultGenerator} from 'consistent-ids';
defaultGenerator.generate('pay');
```
## FAQ

@@ -69,0 +59,0 @@