Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axah/env-utils

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/env-utils - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

lib/parse-boolean.d.ts

47

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc