Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "osenv", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "osenv.js", | ||
@@ -13,6 +13,9 @@ "directories": { | ||
"devDependencies": { | ||
"tap": "^8.0.1" | ||
"tap": "^11.1.0" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js" | ||
"test": "tap test/*.js", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
}, | ||
@@ -31,3 +34,6 @@ "repository": "https://github.com/npm/osenv", | ||
"license": "ISC", | ||
"description": "Look up environment settings specific to different operating systems" | ||
"description": "Look up environment settings specific to different operating systems", | ||
"files": [ | ||
"osenv.js" | ||
] | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
15
4889
4
63