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

randomatic

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randomatic - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

7

package.json
{
"name": "randomatic",
"description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://github.com/jonschlinkert/randomatic",

@@ -49,4 +49,7 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

]
}
},
"plugins": [
"gulp-format-md"
]
}
}

@@ -1,2 +0,2 @@

# randomatic [![NPM version](https://badge.fury.io/js/randomatic.svg)](http://badge.fury.io/js/randomatic)
# randomatic [![NPM version](https://img.shields.io/npm/v/randomatic.svg)](https://www.npmjs.com/package/randomatic)

@@ -73,3 +73,3 @@ > Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.

* `randomize('00')` will generate a 2-digit random number
+ `randomize('00')` will generate a 2-digit random number
* `randomize('000')` will generate a 3-digit random number

@@ -123,8 +123,8 @@ * `randomize('0000')` will generate a 4-digit random number...

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright © 2015 Jon Schlinkert
Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
Released under the MIT license.

@@ -134,2 +134,2 @@

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 12, 2015._
_This file was generated by [verb](https://github.com/verbose/verb) on December 10, 2015._
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