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

@polkadot/x-bigint

Package Overview
Dependencies
Maintainers
2
Versions
299
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.7.2-0 to 8.7.2-1

cjs/index.js

27

package.json

@@ -20,21 +20,26 @@ {

"./shim.js",
"./shim.cjs"
"./cjs/shim.js"
],
"type": "module",
"version": "8.7.2-0",
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"version": "8.7.2-1",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
"./cjs/package.json": "./cjs/package.json",
"./cjs/*": "./cjs/*.js",
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"require": "./cjs/index.js",
"default": "./index.js"
},
"./package.json": "./package.json",
"./packageInfo.cjs": "./packageInfo.cjs",
"./packageInfo.js": "./packageInfo.js",
"./packageInfo.js": {
"types": "./packageInfo.d.ts",
"require": "./cjs/packageInfo.js",
"default": "./packageInfo.js"
},
"./packageInfo": {
"types": "./packageInfo.d.ts",
"require": "./packageInfo.cjs",
"require": "./cjs/packageInfo.js",
"default": "./packageInfo.js"

@@ -44,3 +49,3 @@ },

"types": "./shim.d.ts",
"require": "./shim.cjs",
"require": "./cjs/shim.js",
"default": "./shim.js"

@@ -51,4 +56,4 @@ }

"@babel/runtime": "^7.17.8",
"@polkadot/x-global": "8.7.2-0"
"@polkadot/x-global": "8.7.2-1"
}
}

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

type: 'esm',
version: '8.7.2-0'
version: '8.7.2-1'
};
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