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 6.0.5 to 6.0.6

3

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.writeProjectManifest = void 0;
exports.writeProjectManifest = writeProjectManifest;
const fs_1 = require("fs");

@@ -31,3 +31,2 @@ const path_1 = __importDefault(require("path"));

}
exports.writeProjectManifest = writeProjectManifest;
function stringifyJson5(obj, indent, comments) {

@@ -34,0 +33,0 @@ const json5 = json5_1.default.stringify(obj, undefined, indent);

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

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

"@pnpm/text.comments-parser": "3.0.0",
"@pnpm/types": "12.0.0"
"@pnpm/types": "12.1.0"
},

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

"tempy": "^1.0.1",
"@pnpm/write-project-manifest": "6.0.5"
"@pnpm/write-project-manifest": "6.0.6"
},

@@ -38,0 +38,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