babel-plugin-transform-bigint
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"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" | ||
} | ||
} |
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24224
1
1
0