Socket
Socket
Sign inDemoInstall

json5

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json5 - npm Package Compare versions

Comparing version 2.1.3 to 2.2.0

lib/index.d.ts

18

CHANGELOG.md

@@ -0,1 +1,14 @@

### Unreleased [[code][c-unreleased], [diff][d-unreleased]]
[c-unreleased]: https://github.com/json5/json5/tree/master
[d-unreleased]: https://github.com/json5/json5/compare/v2.2.0...HEAD
### v2.2.0 [[code][c2.2.0], [diff][d2.2.0]]
[c2.2.0]: https://github.com/json5/json5/tree/v2.2.0
[d2.2.0]: https://github.com/json5/json5/compare/v2.1.3...v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There
is no need to install `@types/json5`. ([#236], [#244])
### v2.1.3 [[code][c2.1.3], [diff][d2.1.3]]

@@ -345,1 +358,6 @@

[#210]: https://github.com/json5/json5/issues/210
[#222]: https://github.com/json5/json5/issues/222
[#228]: https://github.com/json5/json5/issues/228
[#229]: https://github.com/json5/json5/issues/229
[#236]: https://github.com/json5/json5/issues/236
[#244]: https://github.com/json5/json5/issues/244

3

package.json
{
"name": "json5",
"version": "2.1.3",
"version": "2.2.0",
"description": "JSON for humans.",

@@ -9,2 +9,3 @@ "main": "lib/index.js",

"browser": "dist/index.js",
"types": "lib/index.d.ts",
"files": [

@@ -11,0 +12,0 @@ "lib/",

# JSON5 – JSON for Humans
[![Build Status](https://travis-ci.org/json5/json5.svg)][Build Status]
[![Build Status](https://travis-ci.com/json5/json5.svg)][Build Status]
[![Coverage

@@ -15,3 +15,3 @@ Status](https://coveralls.io/repos/github/json5/json5/badge.svg)][Coverage

[Build Status]: https://travis-ci.org/json5/json5
[Build Status]: https://travis-ci.com/json5/json5

@@ -18,0 +18,0 @@ [Coverage Status]: https://coveralls.io/github/json5/json5

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