Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

common-proxy

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-proxy - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+13
-14
package.json
{
"name": "common-proxy",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utility methods to help manage and expose nx plugins",

@@ -28,24 +28,23 @@ "engines": {

"@swc/helpers": "^0.5.15",
"npm-default-import": "npm:default-import@latest"
"npm-default-import": "npm:default-import@^2.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.4",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.15",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/node": "^22.13.1",
"c8": "^10.1.3",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"eslint": "^9.20.0",
"expect-type": "^1.1.0",
"mocha": "^11.0.1",
"npm-barrelify": "npm:barrelify@latest",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"@leyman/eslint-config": "^0.0.5",
"pnpm-dedicated-lockfile": "^0.0.3",
"mocha-chain": "^0.0.10"
"mocha": "^11.1.0",
"npm-barrelify": "npm:barrelify@^1.3.2",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@^0.2.0",
"typescript": "^5.7.3",
"mocha-chain": "^0.0.11",
"@leyman/eslint-config": "^0.0.1",
"pnpm-dedicated-lockfile": "^0.0.4"
}
}