Socket
Socket
Sign inDemoInstall

@pnpm/write-project-manifest

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.2 to 5.0.0

4

lib/index.d.ts

@@ -1,3 +0,3 @@

import { CommentSpecifier } from '@pnpm/text.comments-parser';
import { ProjectManifest } from '@pnpm/types';
import { type CommentSpecifier } from '@pnpm/text.comments-parser';
import { type ProjectManifest } from '@pnpm/types';
export declare function writeProjectManifest(filePath: string, manifest: ProjectManifest, opts?: {

@@ -4,0 +4,0 @@ comments?: CommentSpecifier[];

{
"name": "@pnpm/write-project-manifest",
"version": "4.1.2",
"version": "5.0.0",
"description": "Write a project manifest (called package.json in most cases)",

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

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},

@@ -17,3 +17,3 @@ "files": [

"keywords": [
"pnpm7",
"pnpm8",
"pnpm"

@@ -27,7 +27,7 @@ ],

"dependencies": {
"json5": "^2.2.1",
"json5": "^2.2.3",
"write-file-atomic": "^5.0.0",
"write-yaml-file": "^4.2.0",
"@pnpm/text.comments-parser": "1.0.0",
"@pnpm/types": "8.10.0"
"@pnpm/text.comments-parser": "2.0.0",
"@pnpm/types": "9.0.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"tempy": "^1.0.1",
"@pnpm/write-project-manifest": "4.1.2"
"@pnpm/write-project-manifest": "5.0.0"
},

@@ -45,3 +45,3 @@ "funding": "https://opencollective.com/pnpm",

"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",

@@ -48,0 +48,0 @@ "test": "pnpm run compile && pnpm run _test",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc