Socket
Socket
Sign inDemoInstall

@pnpm/write-project-manifest

Package Overview
Dependencies
4
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

lib/index.js

@@ -22,1 +22,2 @@ "use strict";

exports.default = writeProjectManifest;
//# sourceMappingURL=index.js.map

25

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

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

"engines": {
"node": ">=10"
"node": ">=10.13"
},
"files": [
"lib"
"lib",
"!*.map"
],
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc",
"tsc": "tsc"
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/write-project-manifest/coverage ts-node packages/write-project-manifest/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -24,8 +26,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest",

],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",

@@ -40,8 +37,8 @@ "bugs": {

"write-json5-file": "2.1.2",
"write-yaml-file": "3.0.1"
"write-yaml-file": "4.0.0"
},
"devDependencies": {
"@pnpm/write-project-manifest": "link:",
"tempy": "0.3.0"
"tempy": "0.5.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc