Socket
Socket
Sign inDemoInstall

@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.0 to 1.1.1

6

CHANGELOG.md
# @pnpm/write-project-manifest
## 1.1.1
### Patch Changes
- 2de5e1bec: writeFileAtomic is promisified before usage.
## 1.1.0

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

4

lib/index.js

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

const path = require("path");
const writeFileAtomic = require("write-file-atomic");
const util_1 = require("util");
const writeFileAtomicCB = require("write-file-atomic");
const writeYamlFile = require("write-yaml-file");
const writeFileAtomic = util_1.promisify(writeFileAtomicCB);
const YAML_FORMAT = {

@@ -10,0 +12,0 @@ noCompatMode: true,

{
"name": "@pnpm/write-project-manifest",
"version": "1.1.0",
"version": "1.1.1",
"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