@polkadot/util
Advanced tools
Comparing version 9.5.1 to 9.5.2-0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
523790
1
+ Added@polkadot/x-bigint@9.5.2-0(transitive)
+ Added@polkadot/x-global@9.5.2-0(transitive)
+ Added@polkadot/x-textdecoder@9.5.2-0(transitive)
+ Added@polkadot/x-textencoder@9.5.2-0(transitive)
- Removed@polkadot/x-bigint@9.5.1(transitive)
- Removed@polkadot/x-global@9.5.1(transitive)
- Removed@polkadot/x-textdecoder@9.5.1(transitive)
- Removed@polkadot/x-textencoder@9.5.1(transitive)
Updated@polkadot/x-bigint@9.5.2-0
Updated@polkadot/x-global@9.5.2-0