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
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 2.0.8 to 2.0.9

7

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

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

"dependencies": {
"@pnpm/types": "7.7.1",
"@pnpm/types": "7.8.0",
"json5": "^2.1.3",

@@ -42,3 +42,4 @@ "write-file-atomic": "^3.0.3",

"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
},
"readme": "# @pnpm/write-project-manifest\n\n> Write a project manifest (called package.json in most cases)\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/write-project-manifest.svg)](https://www.npmjs.com/package/@pnpm/write-project-manifest)\n<!--/@-->\n\n## Installation\n\n```sh\n<npm|yarn|pnpm> add @pnpm/write-project-manifest\n```\n\n## Usage\n\n```ts\nimport writeProjectManifest from '@pnpm/write-project-manifest'\nimport path from 'path'\n\n(async () => await writeProjectManifest(path.resolve('package.yaml'), { name: 'foo', version: '1.0.0' }))()\n```\n\n## License\n\nMIT\n"
}
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