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.3 to 1.1.4

6

CHANGELOG.md
# @pnpm/write-project-manifest
## 1.1.4
### Patch Changes
- cb6e6fc8a: Use the promise version of write-file-atomic.
## 1.1.3

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

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const util_1 = require("util");
const path = require("path");
const JSON5 = require("json5");
const fs = require("mz/fs");
const writeFileAtomicCB = require("write-file-atomic");
const writeFileAtomic = require("write-file-atomic");
const writeYamlFile = require("write-yaml-file");
const writeFileAtomic = util_1.promisify(writeFileAtomicCB);
const YAML_FORMAT = {

@@ -11,0 +9,0 @@ noCompatMode: true,

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

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

"@types/json5": "^0.0.30",
"@types/mz": "^2.7.1",
"@types/mz": "^2.7.2",
"@types/write-file-atomic": "^3.0.1",

@@ -44,0 +44,0 @@ "tempy": "^1.0.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