Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hashids-bn", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "**Hashids-bn** is small JavaScript library to generate YouTube-like ids from numbers. This fork uses BigNumber so that number isn't limited. [http://hashids.org/javascript](http://hashids.org/javascript)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/AminoApps/hashid-bn.git" | ||
"url": "git+https://github.com/AminoApps/hashids-bn.git" | ||
}, | ||
"typings": "dist/hashids.d.ts", | ||
"main": "dist/hasids.js", | ||
@@ -23,3 +24,12 @@ "scripts": { | ||
"typescript": "^3.5.3" | ||
} | ||
}, | ||
"keywords": [ | ||
"hashids", | ||
"hashid", | ||
"hash", | ||
"encode", | ||
"decode", | ||
"BigInt", | ||
"big-number" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
**hashid-bn** is small JavaScript library to generate YouTube-like ids from numbers. This fork uses BigNumber so that number isn't limited. | ||
**hashids-bn** is small JavaScript library to generate YouTube-like ids from numbers. This fork uses BigNumber so that number isn't limited. | ||
[http://hashids.org/javascript](http://hashids.org/javascript) | ||
@@ -9,3 +9,3 @@ | ||
- [node.js](https://nodejs.org): `npm install --save hashid-bn` | ||
- [node.js](https://nodejs.org): `npm install --save hashids-bn` | ||
@@ -18,3 +18,3 @@ | ||
```javascript | ||
var Hashids = require('hashid-bn'); | ||
var Hashids = require('hashids-bn'); | ||
var hashids = new Hashids(); | ||
@@ -21,0 +21,0 @@ |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
35177
15
1