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

json-canonicalize

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-canonicalize - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### [1.0.2](https://github.com/snowyu/json-canonicalize/compare/v1.0.1...v1.0.2) (2019-09-19)
### [1.0.1](https://github.com/snowyu/json-canonicalize/compare/v1.0.0...v1.0.1) (2019-09-19)
### Bug Fixes
- **script:** upgrade brotli-size to v4.0 ([7abc1cc](https://github.com/snowyu/json-canonicalize/commit/7abc1cc))
## 1.0.0 (2019-09-19)

@@ -7,0 +15,0 @@

6

package.json
{
"name": "json-canonicalize",
"version": "1.0.0",
"version": "1.0.2",
"description": "JSON canonicalize function ",

@@ -28,6 +28,4 @@ "keywords": [

"license": "MIT",
"peerDependencies": {
"tslib": ">=1.9.0"
},
"peerDependencies": {},
"dependencies": {}
}

@@ -0,3 +1,9 @@

// Type definitions for json-canonicalize 1.0.2
// Project: https://github.com/snowyu/json-canonicalize
// Definitions by: Riceball LEE <snowyu.lee@gmail.com> <https://github.com/snowyu>
// Definitions: https://github.com/snowyu/json-canonicalize
// TypeScript Version: ^3.6.3
export * from './canonicalize';
export * from './canonicalize-ex';
//# sourceMappingURL=index.d.ts.map
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