@axah/env-utils
Advanced tools
Comparing version 2.2.0 to 3.0.0
{ | ||
"name": "@axah/env-utils", | ||
"version": "2.2.0", | ||
"main": "lib/main.js", | ||
"version": "3.0.0", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./lib/index.d.mts", | ||
"default": "./lib/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./lib/index.d.cts", | ||
"default": "./lib/index.cjs" | ||
} | ||
} | ||
}, | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"license": "UNLICENSED", | ||
@@ -11,23 +26,29 @@ "files": [ | ||
"devDependencies": { | ||
"@axah/eslint-config": "^1.2.2", | ||
"@axah/eslint-config": "^3.1.0", | ||
"@axah/tsconfig": "^1.0.3", | ||
"@changesets/cli": "^2.22.0", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^17.0.32", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.5.1", | ||
"eslint": "^8.15.0", | ||
"flowgen": "^1.19.0", | ||
"jest": "^28.1.0", | ||
"nodemon": "^2.0.16", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.2", | ||
"jest": "^29.7.0", | ||
"nodemon": "^3.1.4", | ||
"prettier": "^3.3.3", | ||
"publint": "^0.2.10", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.4" | ||
"typescript": "^5.5.4", | ||
"unbuild": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=20" | ||
}, | ||
"keywords": [], | ||
"unbuild": { | ||
"outDir": "lib" | ||
}, | ||
"scripts": { | ||
"lint": " tsc --noEmit && eslint .", | ||
"build": "pnpm lint && pnpm test && pnpm clean && pnpm build-ts && pnpm build-flow", | ||
"lint": "tsc --noEmit && eslint .", | ||
"build": "pnpm clean && pnpm lint && pnpm test && unbuild && publint", | ||
"clean": "rimraf lib", | ||
"build-ts": "tsc --build tsconfig.build.json", | ||
"build-flow": "./generate-flow.sh", | ||
"test": "jest", | ||
@@ -34,0 +55,0 @@ "release": "pnpm build && pnpm changeset publish" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
165
1
Yes
9228
15
7