Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
49
Maintainers
23
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.8.11 to 9.8.12

2

lib/context.d.ts

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

import { PackageJson } from 'read-pkg-up';
import { PackageJson } from 'read-package-up';
interface PackageJsonInfo {

@@ -3,0 +3,0 @@ packageJson?: PackageJson;

import { cwd, version as nodejsVersion } from 'process';
import { locatePath } from 'locate-path';
import { readPackageUp } from 'read-pkg-up';
import { readPackageUp } from 'read-package-up';
export const getPackageJson = async (projectDir) => {

@@ -5,0 +5,0 @@ try {

export declare const getDevCommands: ({ frameworkDevCommand, scripts, runScriptCommand, }: {
frameworkDevCommand?: string | undefined;
frameworkDevCommand?: string;
scripts: Record<string, string>;
runScriptCommand: string;
}) => string[];

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

import type { PackageJson } from 'read-pkg-up';
import type { PackageJson } from 'read-package-up';
export declare const getPackageJsonContent: (packageJson: PackageJson | undefined) => {

@@ -3,0 +3,0 @@ npmDependencies: string[];

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

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

"process": "^0.11.10",
"read-pkg-up": "^9.0.0",
"read-package-up": "^11.0.0",
"semver": "^7.3.8"

@@ -94,3 +94,3 @@ },

},
"gitHead": "1cee56d47237e07daa078e8149c411aa346bc8e1"
"gitHead": "95038d0359de8abef07cb3caadd8cea0c3fb539e"
}

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