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

shortid

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shortid - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

20

package.json
{
"name": "shortid",
"version": "2.2.1",
"version": "2.2.2",
"description": "Amazingly short non-sequential url-friendly unique id generator.",

@@ -34,21 +34,19 @@ "main": "lib/index.js",

"devDependencies": {
"chai": "^2.1.1",
"envify": "^3.3.1",
"chai": "^2.2.0",
"envify": "^3.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-browserify": "^3.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.8.1",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-release": "^0.11.0",
"grunt-release": "^0.12.0",
"grunt-templates-dylang": "^1.0.10",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.1",
"time-grunt": "^1.1.0"
},
"license": "MIT",
"dependencies": {
"mocha": "^2.2.1"
}
"license": "MIT"
}

@@ -145,3 +145,3 @@ ## shortid [![Build Status](http://img.shields.io/travis/dylang/shortid.svg)](https://travis-ci.org/dylang/shortid) [![shortid](http://img.shields.io/npm/dm/shortid.svg)](https://www.npmjs.org/package/shortid)

```js
// use $ and @ instead of - an _
// use $ and @ instead of - and _
shortid.characters('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$@');

@@ -254,4 +254,4 @@ ```

***
_Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Sunday, March 15, 2015._
_Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Sunday, April 5, 2015._
_To make changes to this document look in `/templates/readme/`
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