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

@netlify/framework-info

Package Overview
Dependencies
Maintainers
19
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/framework-info - npm Package Compare versions

Comparing version 5.7.0 to 5.7.1

2

package.json
{
"name": "@netlify/framework-info",
"version": "5.7.0",
"version": "5.7.1",
"description": "Framework detection utility",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -121,3 +121,5 @@ const pFilter = require('p-filter')

if (framework === undefined) {
const frameworkIds = FRAMEWORKS.map((knownFramework) => getFrameworkId(knownFramework)).join(', ')
const frameworkIds = FRAMEWORKS.map((knownFramework) => getFrameworkId(knownFramework))
.sort()
.join(', ')
throw new Error(`Invalid framework "${frameworkId}". It should be one of: ${frameworkIds}`)

@@ -124,0 +126,0 @@ }

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