@solid-soda/config
Advanced tools
+8
-0
@@ -5,2 +5,10 @@ # Change Log | ||
| ## [1.1.3](https://github.com/solid-soda/config/compare/v1.1.2...v1.1.3) (2019-02-23) | ||
| # Change Log | ||
| All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
| ## [1.1.2](https://github.com/solid-soda/config/compare/v1.1.1...v1.1.2) (2019-02-23) | ||
@@ -7,0 +15,0 @@ |
+5
-5
| { | ||
| "name": "@solid-soda/config", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "license": "MIT", | ||
@@ -9,5 +9,5 @@ "main": "dist/index.js", | ||
| "prepare": "yarn build", | ||
| "ci": "yarn test && yarn s lint", | ||
| "ci": "yarn test && yarn types && yarn s lint", | ||
| "test": "jest", | ||
| "types": "tsc --noEmit lib", | ||
| "types": "tsc --noEmit", | ||
| "s": "yarn soda" | ||
@@ -21,3 +21,3 @@ }, | ||
| "devDependencies": { | ||
| "@solid-soda/scripts": "^1.0.6", | ||
| "@solid-soda/scripts": "^1.0.7", | ||
| "@types/jest": "^23.3.12", | ||
@@ -32,3 +32,3 @@ "@types/node": "^10.12.18", | ||
| "hooks": { | ||
| "pre-commit": "lint-staged", | ||
| "pre-commit": "lint-staged && yarn test && yarn types", | ||
| "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
@@ -35,0 +35,0 @@ } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
20545
1.56%