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.2 to 1.1.3

README.md

23

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

@@ -12,9 +12,9 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {

@@ -28,3 +28,3 @@ "is-number": "^2.0.2",

"glob": "^5.0.15",
"mocha": "^2.3.3",
"mocha": "*",
"should": "*"

@@ -43,3 +43,12 @@ },

"randomized"
]
],
"verb": {
"related": {
"list": [
"repeat-string",
"pad-left",
"pad-right"
]
}
}
}

Sorry, the diff of this file is not supported yet

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