Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hashids

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashids - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/hashids.js

@@ -20,3 +20,3 @@ /*

this.version = "0.3.0";
this.version = "0.3.2";

@@ -23,0 +23,0 @@ /* internal settings */

{
"author": "Ivan Akimov <ivan@grather.com> (https://twitter.com/ivanakimov)",
"author": "Ivan Akimov <ivan@barreleye.com> (https://twitter.com/ivanakimov)",
"name": "hashids",
"description": "A small Node.js class to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user. ",
"version": "0.3.1",
"version": "0.3.2",
"preferGlobal": true,

@@ -7,0 +7,0 @@ "homepage": "http://www.hashids.org/node-js/",

@@ -32,3 +32,3 @@

"dependencies": {
"hashids": "0.3.1"
"hashids": "0.3.2"
}

@@ -260,4 +260,9 @@ ```

**0.3.1 - Current Stable**
**0.3.2 - Current Stable**
- minor: contact email changed
- minor: internal version is accurate now
**0.3.1**
- minor: closure + readme update merged (thanks to [@krunkosaurus](https://github.com/krunkosaurus))

@@ -264,0 +269,0 @@ - minor: a few cleanups

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