Socket
Socket
Sign inDemoInstall

@pnpm/read-package-json

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-package-json - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

1

lib/index.js

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

exports.fromDir = fromDir;
//# sourceMappingURL=index.js.map

99

package.json
{
"name": "@pnpm/read-package-json",
"version": "2.0.2",
"description": "Read a package.json",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "npm run lint && npm run tsc && ts-node test --type-check",
"prepublishOnly": "tsc",
"tsc": "tsc",
"md": "mos"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
"keywords": [
"pnpm",
"outdated"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
"dependencies": {
"@pnpm/types": "^3.0.0",
"read-package-json": "2.0.13"
},
"devDependencies": {
"@pnpm/read-package-json": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/node": "^10.3.2",
"@types/tape": "^4.2.31",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"tape": "^4.8.0",
"ts-node": "8.1.0",
"tslint": "^5.8.0",
"typescript": "3.4.5"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
"name": "@pnpm/read-package-json",
"version": "2.0.3",
"description": "Read a package.json",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc",
"tsc": "tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
"keywords": [
"pnpm",
"outdated"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/",
"twitter": "ZoltanKochan"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
"dependencies": {
"@pnpm/types": "^3.0.0",
"read-package-json": "2.1.0"
},
"devDependencies": {
"@pnpm/read-package-json": "link:",
"tape": "4.11.0"
}
}

@@ -12,3 +12,3 @@ # @pnpm/read-package-json

```sh
npm i -S @pnpm/read-package-json
<pnpm|npm|yarn> add @pnpm/read-package-json
```

@@ -40,2 +40,2 @@

[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/)
MIT © [Zoltan Kochan](https://www.kochan.io/)

Sorry, the diff of this file is not supported yet

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