Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/x-randomvalues

Package Overview
Dependencies
Maintainers
2
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/x-randomvalues - npm Package Compare versions

Comparing version 5.4.2 to 5.4.3

2

fallback.js

@@ -16,3 +16,3 @@ "use strict";

if (!warned) {
console.warn('Using an insecure random number generator, this should only happen when running in a debugger without support for crypto.getRandomValues');
console.warn('Using an insecure random number generator, this should only happen when running in a debugger without support for crypto');
warned = true;

@@ -19,0 +19,0 @@ }

{
"name": "@polkadot/x-randomvalues",
"version": "5.4.2"
"version": "5.4.3"
}
{
"name": "@polkadot/x-randomvalues",
"version": "5.4.2",
"version": "5.4.3",
"description": "A cross-environment window.crypto.getRandomValues replacement",

@@ -17,3 +17,4 @@ "browser": "browser.js",

"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.12.5",
"@polkadot/x-global": "5.4.3"
},

@@ -20,0 +21,0 @@ "devDependencies": {

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