Comparing version 6.0.2 to 6.0.3
{ | ||
"name": "cross-env", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Run scripts that set and use environment variables across platforms", | ||
"main": "dist/index.js", | ||
"main": "src/index.js", | ||
"bin": { | ||
"cross-env": "dist/bin/cross-env.js", | ||
"cross-env-shell": "dist/bin/cross-env-shell.js" | ||
"cross-env": "src/bin/cross-env.js", | ||
"cross-env-shell": "src/bin/cross-env-shell.js" | ||
}, | ||
@@ -14,3 +14,2 @@ "engines": { | ||
"scripts": { | ||
"build": "kcd-scripts build", | ||
"lint": "kcd-scripts lint", | ||
@@ -26,3 +25,4 @@ "test": "kcd-scripts test", | ||
"files": [ | ||
"dist" | ||
"src", | ||
"!__tests__" | ||
], | ||
@@ -37,3 +37,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"cross-spawn": "^7.0.0" | ||
@@ -47,7 +46,6 @@ }, | ||
}, | ||
"eslintIgnore": [ | ||
"node_modules", | ||
"coverage", | ||
"dist" | ||
], | ||
"// babel 1": "this disables all built-in plugins from kcd-scripts for tests", | ||
"// babel 2": "that way we ensure that the tests run without compilation", | ||
"// babel 3": "because this module is published as-is. It is not compiled.", | ||
"babel": {}, | ||
"repository": { | ||
@@ -54,0 +52,0 @@ "type": "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
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
1
26913
188
1
- Removed@babel/runtime@^7.6.2
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)