Socket
Socket
Sign inDemoInstall

@vercel/build-utils

Package Overview
Dependencies
Maintainers
32
Versions
308
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.9.1-canary.0 to 2.9.1-canary.1

3

dist/detect-builders.js

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

const _1 = require("./");
const frameworkList = frameworks_1.default;
const slugToFramework = new Map(frameworkList.map(f => [f.slug, f]));
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
// We need to sort the file paths by alphabet to make

@@ -16,0 +15,0 @@ // sure the routes stay in the same order e.g. for deduping

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

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

"@types/yazl": "^2.4.1",
"@vercel/frameworks": "0.2.1-canary.0",
"@vercel/frameworks": "0.2.1-canary.1",
"@vercel/ncc": "0.24.0",

@@ -54,3 +54,3 @@ "aggregate-error": "3.0.1",

},
"gitHead": "29ab7f7cfb64cf088d0828726492d509a6339973"
"gitHead": "84d859a016fdbb8d039dd16309717ddc7e31411a"
}

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