Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "env-cwd", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"lockfileVersion": 1, | ||
@@ -11,3 +11,2 @@ "requires": true, | ||
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", | ||
"dev": true, | ||
"requires": { | ||
@@ -21,3 +20,2 @@ "cross-spawn": "^7.0.1" | ||
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", | ||
"dev": true, | ||
"requires": { | ||
@@ -32,4 +30,3 @@ "path-key": "^3.1.0", | ||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | ||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", | ||
"dev": true | ||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" | ||
}, | ||
@@ -39,4 +36,3 @@ "path-key": { | ||
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | ||
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | ||
"dev": true | ||
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" | ||
}, | ||
@@ -47,3 +43,2 @@ "shebang-command": { | ||
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | ||
"dev": true, | ||
"requires": { | ||
@@ -56,4 +51,3 @@ "shebang-regex": "^3.0.0" | ||
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | ||
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | ||
"dev": true | ||
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" | ||
}, | ||
@@ -64,3 +58,2 @@ "which": { | ||
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||
"dev": true, | ||
"requires": { | ||
@@ -67,0 +60,0 @@ "isexe": "^2.0.0" |
{ | ||
"name": "env-cwd", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -14,5 +14,5 @@ "main": "index.js", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"dependencies": { | ||
"cross-env": "7.0.3" | ||
} | ||
} |
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
0
3795
1
61
+ Addedcross-env@7.0.3
+ Addedcross-env@7.0.3(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)