Socket
Socket
Sign inDemoInstall

@pnpm/read-project-manifest

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-project-manifest - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

7

lib/index.d.ts

@@ -15,6 +15,7 @@ import { type ProjectManifest } from '@pnpm/types';

}>;
export declare function readExactProjectManifest(manifestPath: string): Promise<{
manifest: any;
interface ReadExactProjectManifestResult {
manifest: ProjectManifest;
writeProjectManifest: WriteProjectManifest;
}>;
}
export declare function readExactProjectManifest(manifestPath: string): Promise<ReadExactProjectManifestResult>;
export {};
import { type ProjectManifest } from '@pnpm/types';
export declare function readJson5File(filePath: string): Promise<{
data: any;
data: ProjectManifest;
text: string;

@@ -5,0 +5,0 @@ }>;

{
"name": "@pnpm/read-project-manifest",
"version": "6.0.0",
"version": "6.0.1",
"description": "Read a project manifest (called package.json in most cases)",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"strip-bom": "^4.0.0",
"@pnpm/error": "6.0.0",
"@pnpm/error": "6.0.1",
"@pnpm/graceful-fs": "4.0.0",

@@ -46,3 +46,3 @@ "@pnpm/text.comments-parser": "3.0.0",

"tempy": "^1.0.1",
"@pnpm/read-project-manifest": "6.0.0"
"@pnpm/read-project-manifest": "6.0.1"
},

@@ -49,0 +49,0 @@ "funding": "https://opencollective.com/pnpm",

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