Socket
Socket
Sign inDemoInstall

@polkadot/x-randomvalues

Package Overview
Dependencies
11
Maintainers
2
Versions
715
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.2.1 to 12.2.2

2

cjs/fallback.js

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

let r = 0;
for (let i = 0; i < arr.length; i++) {
for (let i = 0, count = arr.length; i < count; i++) {
if ((i & 0b11) === 0) {

@@ -14,0 +14,0 @@ r = Math.random() * 0x100000000;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageInfo = void 0;
exports.packageInfo = { name: '@polkadot/x-randomvalues', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.1' };
exports.packageInfo = { name: '@polkadot/x-randomvalues', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.2' };

@@ -8,3 +8,3 @@ let warned = false;

let r = 0;
for (let i = 0; i < arr.length; i++) {
for (let i = 0, count = arr.length; i < count; i++) {
if ((i & 0b11) === 0) {

@@ -11,0 +11,0 @@ r = Math.random() * 0x100000000;

@@ -18,3 +18,3 @@ {

"type": "module",
"version": "12.2.1",
"version": "12.2.2",
"main": "./cjs/node.js",

@@ -100,9 +100,9 @@ "module": "./node.js",

"dependencies": {
"@polkadot/x-global": "12.2.1",
"tslib": "^2.5.0"
"@polkadot/x-global": "12.2.2",
"tslib": "^2.5.3"
},
"peerDependencies": {
"@polkadot/util": "12.2.1",
"@polkadot/util": "12.2.2",
"@polkadot/wasm-util": "*"
}
}

@@ -1,1 +0,1 @@

export const packageInfo = { name: '@polkadot/x-randomvalues', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.1' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.2' };
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc