New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.2-8 to 8.5.2-9

6

package.json

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

"type": "module",
"version": "8.5.2-8",
"version": "8.5.2-9",
"main": "index.cjs",

@@ -49,5 +49,5 @@ "module": "index.js",

"dependencies": {
"@babel/runtime": "^7.17.7",
"@polkadot/x-global": "8.5.2-8"
"@babel/runtime": "^7.17.8",
"@polkadot/x-global": "8.5.2-9"
}
}

@@ -6,5 +6,5 @@ // Copyright 2017-2022 @polkadot/x-bigint authors & contributors

name: '@polkadot/x-bigint',
path: (import.meta && import.meta.url) ? new URL('.', import.meta.url).pathname : 'auto',
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: '8.5.2-8'
version: '8.5.2-9'
};

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