Socket
Socket
Sign inDemoInstall

@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.8.0 to 5.9.0

4

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

@@ -89,3 +89,3 @@ "main": "./src/main.js",

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^3.1.10",
"@netlify/eslint-config-node": "^3.2.2",
"ava": "^3.0.0",

@@ -92,0 +92,0 @@ "babel-loader": "^8.2.2",

@@ -34,7 +34,4 @@ const pLocate = require('p-locate')

const lacksExcludedNpmDependencies = function (frameworkExcludedNpmDependencies, npmDependencies) {
return (
frameworkExcludedNpmDependencies.length === 0 ||
frameworkExcludedNpmDependencies.every(
(frameworkNpmDependency) => !npmDependencies.includes(frameworkNpmDependency),
)
return frameworkExcludedNpmDependencies.every(
(frameworkNpmDependency) => !npmDependencies.includes(frameworkNpmDependency),
)

@@ -41,0 +38,0 @@ }

@@ -20,3 +20,3 @@ {

"staticAssetsDirectory": "static",
"env": { "GATSBY_LOGGER": "yurnalist" },
"env": { "GATSBY_LOGGER": "yurnalist", "GATSBY_PRECOMPILE_DEVELOP_FUNCTIONS": "true" },
"plugins": [

@@ -23,0 +23,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