You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/node

Package Overview
Dependencies
Maintainers
54
Versions
405
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.11.2-canary.2
to
1.11.2-canary.3
+1
-3
dist/typescript.js

@@ -297,5 +297,3 @@ "use strict";

const build = getBuild(configFileName);
const { code: value, map: sourceMap } = (skipTypeCheck
? build.getOutput
: build.getOutputTypeCheck)(code, fileName);
const { code: value, map: sourceMap } = (skipTypeCheck ? build.getOutput : build.getOutputTypeCheck)(code, fileName);
const output = {

@@ -302,0 +300,0 @@ code: value,

{
"name": "@vercel/node",
"version": "1.11.2-canary.2",
"version": "1.11.2-canary.3",
"license": "MIT",

@@ -24,3 +24,3 @@ "main": "./dist/index",

"ts-node": "8.9.1",
"typescript": "3.9.3"
"typescript": "4.3.4"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"@vercel/nft": "0.13.1",
"@vercel/node-bridge": "2.0.1-canary.0",
"@vercel/node-bridge": "2.0.1-canary.1",
"content-type": "1.0.4",

@@ -48,3 +48,3 @@ "cookie": "0.4.0",

},
"gitHead": "0bfc2a369319b66f5b9158c8de8fdf2ef35cb334"
"gitHead": "cf827a8b919ff6eed383863af39c26d51b2aa16e"
}

Sorry, the diff of this file is too big to display