New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hashids-bn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashids-bn - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

16

package.json
{
"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"
]
}

6

README.md

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc