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

@axah/env-utils

Package Overview
Dependencies
Maintainers
0
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 2.2.0 to 3.0.0

lib/index.cjs

53

package.json
{
"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"

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