get-random-values
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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_. |
4493
5
9
55
Updatedglobal@^4.4.0