Socket
Socket
Sign inDemoInstall

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.0.0 to 1.0.1

LICENSE

2

index.js
/*!
* randomatic <https://github.com/jonschlinkert/randomatic>
*
* Copyright (c) 2014 Jon Schlinkert
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License (MIT)

@@ -6,0 +6,0 @@ *

{
"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.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/randomatic",

@@ -21,2 +21,7 @@ "author": {

},
"scripts": {
"test": "mocha -R spec",
"docs": "update && license && npmignore && deps && verb",
"all": "npm run test && npm run docs"
},
"main": "index.js",

@@ -23,0 +28,0 @@ "devDependencies": {

@@ -133,3 +133,3 @@ # randomatic [![NPM version](https://badge.fury.io/js/randomatic.svg)](http://badge.fury.io/js/randomatic)

## License
Copyright (c) 2014 Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license

@@ -139,2 +139,2 @@

_This file was generated by [verb](https://github.com/assemble/verb) on December 13, 2014. To update, run `npm i -g verb && verb`._
_This file was generated by [verb](https://github.com/assemble/verb) on January 02, 2015._
/**
* randomatic <https://github.com/jonschlinkert/randomatic>
*
* Copyright (c) 2014 Jon Schlinkert, contributors.
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT license.

@@ -6,0 +6,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