@parcel/source-map
Advanced tools
Comparing version 2.0.0-alpha.4.3 to 2.0.0-alpha.4.4
{ | ||
"name": "@parcel/source-map", | ||
"version": "2.0.0-alpha.4.3", | ||
"main": "index.js", | ||
"version": "2.0.0-alpha.4.4", | ||
"main": "./dist/node.js", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"benchmark": "node ./bench/run", | ||
"compile": "babel index.js.flow --out-file index.js", | ||
"compile": "babel ./src/*.js --out-dir ./dist && flow-copy-source -v src dist", | ||
"prebuild": "prebuildify --napi --strip --tag-libc", | ||
@@ -15,2 +15,3 @@ "build:dev": "node-gyp rebuild --debug", | ||
"postinstall": "node-gyp-build", | ||
"prepublish": "npm run compile", | ||
"typecheck": "flow" | ||
@@ -20,5 +21,4 @@ }, | ||
"src", | ||
"dist", | ||
"prebuilds", | ||
"index.js", | ||
"index.js.flow", | ||
"package.json", | ||
@@ -38,7 +38,8 @@ "binding.gyp", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-flow": "^7.9.0", | ||
"flow-bin": "^0.121.0", | ||
"flow-copy-source": "^2.0.9", | ||
"mocha": "^7.1.0", | ||
@@ -45,0 +46,0 @@ "prebuildify": "^3.0.4", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
1699715
35
293
9
10