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

@polkadot/util

Package Overview
Dependencies
Maintainers
2
Versions
1411
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/util - npm Package Compare versions

Comparing version 9.5.1 to 9.5.2-0

2

cjs/is/undefined.js

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

function isUndefined(value) {
return typeof value === 'undefined';
return value === undefined;
}

@@ -14,4 +14,4 @@ "use strict";

type: 'cjs',
version: '9.5.1'
version: '9.5.2-0'
};
exports.packageInfo = packageInfo;

@@ -20,3 +20,3 @@ // Copyright 2017-2022 @polkadot/util authors & contributors

export function isUndefined(value) {
return typeof value === 'undefined';
return value === undefined;
}

@@ -23,3 +23,3 @@ {

"type": "module",
"version": "9.5.1",
"version": "9.5.2-0",
"main": "./cjs/index.js",

@@ -703,6 +703,6 @@ "module": "./index.js",

"@babel/runtime": "^7.18.3",
"@polkadot/x-bigint": "9.5.1",
"@polkadot/x-global": "9.5.1",
"@polkadot/x-textdecoder": "9.5.1",
"@polkadot/x-textencoder": "9.5.1",
"@polkadot/x-bigint": "9.5.2-0",
"@polkadot/x-global": "9.5.2-0",
"@polkadot/x-textdecoder": "9.5.2-0",
"@polkadot/x-textencoder": "9.5.2-0",
"@types/bn.js": "^5.1.0",

@@ -709,0 +709,0 @@ "bn.js": "^5.2.1",

@@ -8,3 +8,3 @@ // Copyright 2017-2022 @polkadot/util authors & contributors

type: 'esm',
version: '9.5.1'
version: '9.5.2-0'
};

Sorry, the diff of this file is too big to display

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