Socket
Socket
Sign inDemoInstall

babel-plugin-transform-bigint

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-bigint - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

16

package.json
{
"name": "babel-plugin-transform-bigint",
"version": "1.0.4",
"description": "",
"version": "1.0.5",
"description": "A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.",
"main": "index.js",

@@ -21,5 +21,13 @@ "scripts": {

"babel-plugin",
"bigint"
"bigint",
"jsbi"
],
"repository": "github.com:Yaffle/babel-plugin-transform-bigint"
"bugs": {
"url": "https://github.com/Yaffle/babel-plugin-transform-bigint/issues"
},
"homepage": "https://github.com/Yaffle/babel-plugin-transform-bigint#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Yaffle/babel-plugin-transform-bigint.git"
}
}
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