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.1.0 to 5.1.1

20

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

@@ -78,6 +78,6 @@ "main": "./src/main.js",

"filter-obj": "^2.0.1",
"is-plain-obj": "^2.1.0",
"locate-path": "^5.0.0",
"is-plain-obj": "^3.0.0",
"locate-path": "^6.0.0",
"p-filter": "^2.1.0",
"p-locate": "^4.1.0",
"p-locate": "^5.0.0",
"read-pkg-up": "^7.0.1",

@@ -90,4 +90,4 @@ "semver": "^7.3.4"

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^3.0.1",
"ava": "^2.4.0",
"@netlify/eslint-config-node": "^3.0.4",
"ava": "^3.0.0",
"babel-loader": "^8.2.2",

@@ -97,8 +97,8 @@ "cpy": "^8.1.0",

"cypress": "^7.0.0",
"del": "^5.1.0",
"del": "^6.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-react": "^7.21.5",
"execa": "^3.4.0",
"execa": "^5.0.0",
"html-webpack-plugin": "^5.0.0",
"husky": "^3.1.0",
"husky": "^4.0.0",
"is-ci": "^3.0.0",

@@ -112,3 +112,3 @@ "node-static": "^0.7.11",

"react-dom": "^17.0.1",
"test-each": "^1.8.0",
"test-each": "^2.0.0",
"tmp-promise": "^3.0.2",

@@ -115,0 +115,0 @@ "webpack": "^5.10.1",

@@ -27,3 +27,2 @@ // Retrieve framework's dev commands.

const devScripts = Object.keys(scripts).filter((script) => isNpmDevScript(script))
// eslint-disable-next-line fp/no-mutating-methods
return devScripts.sort(scriptsSorter)

@@ -42,3 +41,2 @@ }

const getPreferredScripts = function (scripts, frameworkDevCommand) {
// eslint-disable-next-line fp/no-mutating-methods
return Object.entries(scripts)

@@ -45,0 +43,0 @@ .filter(([, scriptValue]) => scriptValue.includes(frameworkDevCommand))

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