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

get-random-values

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-random-values - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

CHANGELOG.md

21

package.json
{
"name": "get-random-values",
"version": "1.2.0",
"version": "1.2.1",
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",

@@ -19,13 +19,22 @@ "keywords": [

},
"engines": {
"node": "10 || 12 || >=14"
},
"scripts": {
"release": "semantic-release",
"test": "tape test/*.js"
},
"dependencies": {
"global": "^4.2.1"
"global": "^4.4.0"
},
"devDependencies": {
"is-browser": "^2.0.1",
"lodash.foreach": "^3.0.3",
"lodash.isfunction": "^3.0.6",
"tape": "^4.4.0"
"@kenan/renovate-config": "1.4.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"conventional-changelog-conventionalcommits": "4.4.0",
"is-browser": "2.1.0",
"lodash.foreach": "4.5.0",
"lodash.isfunction": "3.0.9",
"semantic-release": "17.1.1",
"tape": "5.0.1"
},

@@ -32,0 +41,0 @@ "browser": {

# get-random-values
[![Build Status](https://img.shields.io/travis/KenanY/get-random-values.svg)](https://travis-ci.org/KenanY/get-random-values)
[![Dependency Status](https://img.shields.io/gemnasium/KenanY/get-random-values.svg)](https://gemnasium.com/KenanY/get-random-values)
`window.crypto.getRandomValues` or `window.msCrypto.getRandomValues` or

@@ -7,0 +4,0 @@ `require('crypto').randomBytes` or an _Error_.

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