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.1 to 1.1.2

7

CHANGELOG.md
# @pnpm/write-project-manifest
## 1.1.2
### Patch Changes
- Updated dependencies [d54043ee4]
- @pnpm/types@6.3.0
## 1.1.1

@@ -4,0 +11,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 path = require("path");
const util_1 = require("util");
const writeFileAtomicCB = require("write-file-atomic");

@@ -8,0 +8,0 @@ const writeYamlFile = require("write-yaml-file");

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

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

"engines": {
"node": ">=10.13"
"node": ">=10.16"
},

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

"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/write-project-manifest/coverage ts-node packages/write-project-manifest/test --type-check",

@@ -34,3 +34,3 @@ "test": "pnpm run compile && pnpm run _test",

"dependencies": {
"@pnpm/types": "^6.2.0",
"@pnpm/types": "^6.3.0",
"json5": "^2.1.3",

@@ -46,5 +46,5 @@ "mz": "^2.7.0",

"@types/write-file-atomic": "^3.0.1",
"tempy": "^0.6.0"
"tempy": "^1.0.0"
},
"funding": "https://opencollective.com/pnpm"
}
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