Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

read-pkg-up

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-pkg-up - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

4

index.d.ts

@@ -10,3 +10,3 @@ import {Except} from 'type-fest';

*/
cwd?: string;
cwd?: URL | string;
} & Except<ReadPackageOptions, 'cwd'>;

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

*/
cwd?: string;
cwd?: URL | string;
} & Except<ReadPackageNormalizeOptions, 'cwd'>;

@@ -23,0 +23,0 @@

{
"name": "read-pkg-up",
"version": "9.0.0",
"version": "9.1.0",
"description": "Read the closest package.json file",

@@ -52,4 +52,4 @@ "license": "MIT",

"dependencies": {
"find-up": "^6.2.0",
"read-pkg": "^7.0.0",
"find-up": "^6.3.0",
"read-pkg": "^7.1.0",
"type-fest": "^2.5.0"

@@ -56,0 +56,0 @@ },

@@ -51,3 +51,3 @@ # read-pkg-up

Type: `string`\
Type: `URL | string`\
Default: `process.cwd()`

@@ -54,0 +54,0 @@

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