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

json-parse

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

json-parse - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
## 1.0.3 - 2016-01-22
### Added
- Added list of alternative packages.
## 1.0.2 - 2016-01-21

@@ -5,0 +9,0 @@ ### Changed

2

package.json
{
"name": "json-parse",
"description": "Curried function that calls `JSON.parse` on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a `SyntaxError`.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -63,2 +63,7 @@ # json-parse

## Alternatives
- [parse-json]
- [safe-json-parse]
## Contributing

@@ -71,1 +76,4 @@

[![GitHub license](https://img.shields.io/github/license/wilmoore/json-parse.js.svg)](https://github.com/wilmoore/json-parse.js/blob/master/license)
[parse-json]: https://www.npmjs.com/package/parse-json
[safe-json-parse]: https://www.npmjs.com/package/safe-json-parse
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