New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

securerandom

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

securerandom - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.npmignore

12

package.json
{
"name": "securerandom",
"version": "0.0.1",
"version": "0.0.2",
"description": "A random string generator",

@@ -13,3 +13,6 @@ "main": "index.js",

},
"repository": "",
"repository": {
"type": "git",
"url": "https://github.com/RobZolkos/securerandom.git"
},
"keywords": [

@@ -20,3 +23,6 @@ "securerandom",

"author": "Rob Zolkos <robzolkos@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"mocha": "~1.9.0"
}
}
# SecureRandom
![Build Status](https://travis-ci.org/RobZolkos/securerandom.png?branch=master)
This makes a random hex string. It functions similar to the SecureRandom.hex method in Ruby.

@@ -4,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