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

@vercel/node

Package Overview
Dependencies
Maintainers
29
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/node - npm Package Compare versions

Comparing version
1.9.0
to
1.9.1-canary.0
+4
-4
package.json
{
"name": "@vercel/node",
"version": "1.9.0",
"version": "1.9.1-canary.0",
"license": "MIT",

@@ -13,6 +13,6 @@ "main": "./dist/index",

"scripts": {
"build": "./build.sh",
"build": "node build",
"test-unit": "jest --env node --verbose --runInBand --bail test/helpers.test.js",
"test-integration-once": "jest --env node --verbose --runInBand --bail test/integration.test.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "node build"
},

@@ -46,3 +46,3 @@ "files": [

},
"gitHead": "0b60467d2f00a03f452596057665f4d1f9f2bc9e"
"gitHead": "e09ceca95ddfb64c7704d8753147bc05f7c7657c"
}