Socket
Socket
Sign inDemoInstall

parent-package-json

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parent-package-json - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

build/lib/index.d.ts

77

package.json
{
"name": "parent-package-json",
"version": "2.0.1",
"description": "Find, read and parse the package.json of the parent module",
"main": "lib/index.js",
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxrimue/parent-package-json.git"
},
"keywords": [
"parent",
"package.json",
"find",
"search",
"parse",
"read"
],
"devDependencies": {
"ava": "^0.22.0",
"coveralls": "2.x.x",
"nyc": "^11.0.3",
"xo": "^0.19.0"
},
"engines": {
"node": ">= 4"
},
"author": "Max Rittmüller",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxrimue/parentPackageJSON/issues"
},
"homepage": "https://github.com/maxrimue/parentPackageJSON#readme"
"name": "parent-package-json",
"version": "3.0.0",
"description": "Find, read and parse the package.json of the parent module",
"main": "build/lib/index.js",
"scripts": {
"build": "tsc",
"test": "rome ci lib && vitest --run",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxrimue/parent-package-json.git"
},
"keywords": [
"parent",
"package.json",
"find",
"search",
"parse",
"read"
],
"files": [
"build",
"readme.md",
"license"
],
"devDependencies": {
"@types/node": "20.2.5",
"rome": "12.1.2",
"typescript": "5.0.4",
"vitest": "0.31.1"
},
"engines": {
"node": ">= 18.0.0"
},
"author": "Max Rittmüller",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxrimue/parentPackageJSON/issues"
},
"homepage": "https://github.com/maxrimue/parentPackageJSON#readme",
"type": "module"
}
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