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

@pnpm/write-project-manifest

Package Overview
Dependencies
Maintainers
3
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 1.1.6 to 1.1.7

6

CHANGELOG.md
# @pnpm/write-project-manifest
## 1.1.7
### Patch Changes
- ad113645b: pin graceful-fs to v4.2.4
## 1.1.6

@@ -4,0 +10,0 @@

2

lib/index.js

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

const json = (fileType === 'json5' ? JSON5 : JSON)
.stringify(manifest, null, (_a = opts === null || opts === void 0 ? void 0 : opts.indent) !== null && _a !== void 0 ? _a : '\t');
.stringify(manifest, undefined, (_a = opts === null || opts === void 0 ? void 0 : opts.indent) !== null && _a !== void 0 ? _a : '\t');
return writeFileAtomic(filePath, `${json}${trailingNewline}`);

@@ -24,0 +24,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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