New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

r-package-json

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r-package-json - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

package.json
{
"name": "r-package-json",
"version": "1.0.2",
"version": "1.0.3",
"description": "Read package.json files.",

@@ -34,7 +34,5 @@ "main": "lib/index.js",

"blah": {
"related": {
"ul": [
"[`w-package-json`](https://github.com/IonicaBizau/w-package-json)–Write package.json files."
]
}
"related": [
"w-package-json"
]
},

@@ -45,2 +43,3 @@ "files": [

"lib/",
"build/",
"dist/",

@@ -47,0 +46,0 @@ "src/",

@@ -1,6 +0,9 @@

# r-package-json [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/r-package-json.svg)](https://www.npmjs.com/package/r-package-json) [![Downloads](https://img.shields.io/npm/dt/r-package-json.svg)](https://www.npmjs.com/package/r-package-json) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
# r-package-json
[![Patreon](https://img.shields.io/badge/Support%20me%20on-Patreon-%23e6461a.svg)][patreon] [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![AMA](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/r-package-json.svg)](https://www.npmjs.com/package/r-package-json) [![Downloads](https://img.shields.io/npm/dt/r-package-json.svg)](https://www.npmjs.com/package/r-package-json) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
> Read package.json files.
## Installation
## :cloud: Installation

@@ -11,4 +14,7 @@ ```sh

## Example
## :clipboard: Example
```js

@@ -28,4 +34,5 @@ const readPack = require("r-package-json");

## Documentation
## :memo: Documentation
### `readPackageJson(dir, callback)`

@@ -41,16 +48,36 @@ Reads the `package.json` content from the provided directory.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :moneybag: Donations
Another way to support the development of my open-source modules is
to [set up a recurring donation, via Patreon][patreon]. :rocket:
[PayPal donations][paypal-donations] are appreciated too! Each dollar helps.
Thanks! :heart:
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
## Related
- [`w-package-json`](https://github.com/IonicaBizau/w-package-json)–Write package.json files.
- [`git-package-json`](https://github.com/IonicaBizau/git-package-json#readme)—Get the package.json contents from git repositories.
- [`tester-init`](https://github.com/IonicaBizau/tester-init#readme)—Init tests for tester.
- [`tilda-init`](https://github.com/IonicaBizau/tilda-init#readme)—Init cli applications.
## License
## :sparkles: Related
- [`w-package-json`](https://github.com/IonicaBizau/w-package-json#readme)—Write package.json files.
## :scroll: License
[MIT][license] © [Ionică Bizău][website]
[patreon]: https://www.patreon.com/ionicabizau
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW

@@ -62,2 +89,2 @@ [donate-now]: http://i.imgur.com/6cMbHOC.png

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
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