Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
12
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/build-utils - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4-canary.0

3

dist/detect-builders.js

@@ -314,3 +314,4 @@ "use strict";

}
if (pkg && (framework !== null || createdAt < Date.parse('2020-03-01'))) {
if (pkg &&
(framework === undefined || createdAt < Date.parse('2020-03-01'))) {
const deps = {

@@ -317,0 +318,0 @@ ...pkg.dependencies,

{
"name": "@vercel/build-utils",
"version": "2.5.3",
"version": "2.5.4-canary.0",
"license": "MIT",

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

},
"gitHead": "1eeeaf23a175150eddfa8676054abd89e5db8bf1"
"gitHead": "1706a00cb9d0053992f7c0dc1cac5a7f7c4e6a54"
}

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

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