uid-promise
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "uid-promise", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "description": "generates a cryptographically strong random uid", | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=16" | ||
}, | ||
@@ -31,2 +31,3 @@ "files": [ | ||
"prettier": "2.3.2", | ||
"test": "3.3.0", | ||
"typescript": "4.9.5" | ||
@@ -33,0 +34,0 @@ }, |
@@ -7,12 +7,12 @@ # uid-promise | ||
Firstly, install the package from [npm](https://www.npmjs.com): | ||
Install the package: | ||
```js | ||
npm install --save uid-promise | ||
npm i uid-promise | ||
``` | ||
Then load it: | ||
Then import it: | ||
```js | ||
const uid = require('uid-promise'); | ||
import { uid } = from 'uid-promise'; | ||
``` | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7640
4