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.10 to 2.0.11

15

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

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

],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/write-project-manifest",
"keywords": [

@@ -24,5 +24,5 @@ "pnpm6",

},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/write-project-manifest#readme",
"dependencies": {
"@pnpm/types": "7.9.0",
"@pnpm/types": "7.10.0",
"json5": "^2.1.3",

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

"devDependencies": {
"@pnpm/write-project-manifest": "2.0.10",
"@pnpm/write-project-manifest": "2.0.11",
"@types/json5": "^2.2.0",

@@ -44,5 +44,4 @@ "@types/write-file-atomic": "^3.0.1",

"test": "pnpm run compile && pnpm run _test",
"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\npnpm 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"
"compile": "tsc --build && pnpm run lint --fix"
}
}
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