Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
Maintainers
14
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 9.0.0 to 9.0.2

21

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

@@ -24,3 +24,2 @@ "type": "module",

"build:browser:site-react": "webpack --config scripts/webpack.config.site.js",
"build:browser:site-vanilla": "cpy site/vanilla/index.html dist/vanilla",
"build:browser:site-root": "cpy site/index.html dist",

@@ -79,8 +78,8 @@ "develop:site-react": "webpack serve --config scripts/webpack.config.site.js",

"ajv": "^8.0.0",
"filter-obj": "^2.0.1",
"is-plain-obj": "^3.0.0",
"locate-path": "^6.0.0",
"p-filter": "^2.1.0",
"p-locate": "^5.0.0",
"read-pkg-up": "^7.0.1",
"filter-obj": "^3.0.0",
"is-plain-obj": "^4.0.0",
"locate-path": "^7.0.0",
"p-filter": "^3.0.0",
"p-locate": "^6.0.0",
"read-pkg-up": "^9.0.0",
"semver": "^7.3.4"

@@ -92,3 +91,3 @@ },

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

@@ -101,3 +100,3 @@ "babel-loader": "^8.2.2",

"del": "^6.0.0",
"execa": "^5.0.0",
"execa": "^6.0.0",
"html-webpack-plugin": "^5.0.0",

@@ -111,3 +110,3 @@ "husky": "^7.0.4",

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

@@ -114,0 +113,0 @@ "webpack": "^5.10.1",

import { cwd, version } from 'process'
import isPlainObj from 'is-plain-obj'
import locatePath from 'locate-path'
import readPkgUp from 'read-pkg-up'
import { locatePath } from 'locate-path'
import { readPackageUp } from 'read-pkg-up'
const getPackageJson = async (projectDir) => {
try {
const result = await readPkgUp({ cwd: projectDir, normalize: false })
const result = await readPackageUp({ cwd: projectDir, normalize: false })
if (result === undefined) {

@@ -11,0 +11,0 @@ return {}

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