Socket
Socket
Sign inDemoInstall

canonicalize

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

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

@@ -12,3 +12,3 @@ "main": "lib/canonicalize.js",

"pretest": "semistandard --fix",
"test": "ava test",
"test": "ava",
"coverage": "nyc npm test",

@@ -15,0 +15,0 @@ "coveragehtml": "nyc report -r html",

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

[![Build Status](https://travis-ci.org/erdtman/canonicalize.svg?branch=master)](https://travis-ci.org/erdtman/canonicalize)
[![Build Status](https://travis-ci.com/erdtman/canonicalize.svg?branch=master)](https://travis-ci.com/erdtman/canonicalize)
[![Coverage Status](https://coveralls.io/repos/github/erdtman/canonicalize/badge.svg?branch=master)](https://coveralls.io/github/erdtman/canonicalize?branch=master)
# canonicalize
JSON canonicalize function. Creates crypto safe predictable canocalization of
JSON as defined by [draft-rundgren-json-canonicalization-scheme](https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme)
JSON as defined by [RFC8785](https://tools.ietf.org/html/rfc8785)
## Usage

@@ -7,0 +7,0 @@ ```js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc