Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
10
Maintainers
20
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.8.9 to 9.8.10

4

lib/package.js

@@ -1,2 +0,2 @@

import filterObj from 'filter-obj';
import { includeKeys } from 'filter-obj';
import isPlainObj from 'is-plain-obj';

@@ -26,3 +26,3 @@ export const getPackageJsonContent = function (packageJson) {

}
return filterObj(scripts, isValidScript);
return includeKeys(scripts, isValidScript);
};

@@ -29,0 +29,0 @@ const isValidScript = function (_key, value) {

{
"name": "@netlify/framework-info",
"version": "9.8.9",
"version": "9.8.10",
"description": "Framework detection utility",

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

"ajv": "^8.12.0",
"filter-obj": "^3.0.0",
"filter-obj": "^5.0.0",
"find-up": "^6.3.0",

@@ -94,3 +94,3 @@ "is-plain-obj": "^4.0.0",

},
"gitHead": "f45e8efd7e76a279d491ad2904d8d7c622538054"
"gitHead": "271879f20816c0963b4cf5a53a711f8cf48d68ff"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc