Socket
Socket
Sign inDemoInstall

@polkadot/x-bigint

Package Overview
Dependencies
Maintainers
2
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/x-bigint - npm Package Compare versions

Comparing version 8.0.6-15 to 8.0.6-16

shim.cjs

2

index.js

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

// Copyright 2017-2021 @polkadot/x-ws authors & contributors
// Copyright 2017-2021 @polkadot/x-bigint authors & contributors
// SPDX-License-Identifier: Apache-2.0

@@ -3,0 +3,0 @@ import { xglobal } from '@polkadot/x-global';

@@ -18,8 +18,11 @@ {

},
"sideEffects": false,
"sideEffects": [
"./shim.js",
"./shim.cjs"
],
"type": "module",
"version": "8.0.6-15",
"version": "8.0.6-16",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@polkadot/x-global": "8.0.6-15"
"@polkadot/x-global": "8.0.6-16"
},

@@ -38,4 +41,9 @@ "exports": {

"./packageInfo.d.ts": "./packageInfo.d.ts",
"./README.md": "./README.md"
"./README.md": "./README.md",
"./shim": {
"require": "./shim.cjs",
"default": "./shim.js"
},
"./shim.d.ts": "./shim.d.ts"
}
}

@@ -6,3 +6,3 @@ // Copyright 2017-2021 @polkadot/x-bigint authors & contributors

name: '@polkadot/x-bigint',
version: '8.0.6-15'
version: '8.0.6-16'
};

Sorry, the diff of this file is not supported yet

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