@axah/env-utils
Advanced tools
Comparing version 1.1.3 to 2.0.0
{ | ||
"name": "@axah/env-utils", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"main": "lib/main.js", | ||
@@ -11,30 +11,31 @@ "license": "UNLICENSED", | ||
"scripts": { | ||
"dev": "nodemon -w src -e js --exec yarn build", | ||
"lint": "eslint . && flow check", | ||
"dev": "nodemon -w src -e ts --exec yarn build", | ||
"lint": " tsc --noEmit && eslint .", | ||
"prepublishOnly": "yarn build", | ||
"build": "yarn lint && yarn test && yarn clean && npm-run-all -p build:*", | ||
"build-with-lcov": "yarn lint && yarn test --coverage --coverageReporters lcov && yarn clean && npm-run-all -p build:*", | ||
"build": "yarn lint && yarn test && yarn clean && npm-run-all -p build:* && yarn build-flow", | ||
"build-with-lcov": "yarn lint && yarn test --coverage --coverageReporters lcov && yarn clean && npm-run-all -p build:* && yarn build-flow", | ||
"clean": "rimraf lib", | ||
"build:babel": "babel src/ -d lib/ --ignore '**/*.test.js,**/__mocks__/**'", | ||
"build:flow": "flow-copy-source -i '**/*.test.js' -i '**/__mocks__/**' src lib/", | ||
"build:typescript": "tsc --build tsconfig.build.json", | ||
"build-flow": "./generate-flow.sh", | ||
"test": "jest", | ||
"ci": "yarn build && yarn flow stop" | ||
"ci": "yarn build" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-flow": "^7.9.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-flowtype": "^4.7.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"flow-bin": "0.121.0", | ||
"flow-copy-source": "^2.0.9", | ||
"flow-typed": "^3.1.0", | ||
"jest": "^25.2.4", | ||
"nodemon": "^2.0.2", | ||
"npm-run-all": "^4.1.5" | ||
"@types/jest": "^26.0.13", | ||
"@types/node": "^14.10.1", | ||
"@typescript-eslint/eslint-plugin": "^4.1.0", | ||
"@typescript-eslint/parser": "^4.1.0", | ||
"eslint": "^7.9.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"flowgen": "^1.11.0", | ||
"jest": "^26.4.2", | ||
"nodemon": "^2.0.4", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.1", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "^4.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
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
26
12273
16
114
1