Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "std-env", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Detect running environment of the current Node.js process", | ||
"repository": "unjs/std-env", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"repository": "nuxt-contrib/std-env", | ||
"contributors": [ | ||
"Pooya Parsa <pooya@pi0.ir>" | ||
], | ||
"dependencies": { | ||
"ci-info": "^3.0.0" | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"release": "standard-version && git push --follow-tags && npm publish" | ||
}, | ||
@@ -18,3 +15,9 @@ "files": [ | ||
"index.d.ts" | ||
] | ||
], | ||
"dependencies": { | ||
"ci-info": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"standard-version": "^9.3.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # std-env | ||
Using yarn: | ||
Using Yarn: | ||
@@ -17,3 +17,3 @@ ``` | ||
Usin npm: | ||
Using npm: | ||
@@ -20,0 +20,0 @@ ``` |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author 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
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 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
4212
6
1
2
Updatedci-info@^3.1.1