Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@netlify/build-info

Package Overview
Dependencies
Maintainers
19
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/build-info - npm Package Compare versions

Comparing version 7.10.0 to 7.10.1

12

lib/package-managers/detect-package-manager.js

@@ -18,2 +18,8 @@ import { parse } from 'semver';

},
["npm" /* PkgManager.NPM */]: {
name: "npm" /* PkgManager.NPM */,
installCommand: 'npm install',
runCommand: 'npm run',
lockFile: 'package-lock.json',
},
["bun" /* PkgManager.BUN */]: {

@@ -25,8 +31,2 @@ name: "bun" /* PkgManager.BUN */,

},
["npm" /* PkgManager.NPM */]: {
name: "npm" /* PkgManager.NPM */,
installCommand: 'npm install',
runCommand: 'npm run',
lockFile: 'package-lock.json',
},
};

@@ -33,0 +33,0 @@ /**

{
"name": "@netlify/build-info",
"version": "7.10.0",
"version": "7.10.1",
"description": "Build info utility",

@@ -76,3 +76,3 @@ "type": "module",

},
"gitHead": "fd6eae5bcec2dca540587be16e9bc84a58830dcf"
"gitHead": "b12ed7f9d92309db514bc932cee6868748f3e684"
}

Sorry, the diff of this file is not supported yet

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