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

@polkadot/x-randomvalues

Package Overview
Dependencies
Maintainers
2
Versions
722
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 8.4.2-10 to 8.4.2-11

4

package.json

@@ -20,3 +20,3 @@ {

"type": "module",
"version": "8.4.2-10",
"version": "8.4.2-11",
"main": "node.cjs",

@@ -79,4 +79,4 @@ "module": "node.js",

"@babel/runtime": "^7.17.2",
"@polkadot/x-global": "8.4.2-10"
"@polkadot/x-global": "8.4.2-11"
}
}

@@ -6,5 +6,5 @@ // Copyright 2017-2022 @polkadot/x-randomvalues authors & contributors

name: '@polkadot/x-randomvalues',
path: new URL('.', import.meta.url).pathname,
path: (import.meta && import.meta.url) ? new URL('.', import.meta.url).pathname : 'auto',
type: 'esm',
version: '8.4.2-10'
version: '8.4.2-11'
};

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