Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "jwt-js", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "node.js library for encoding, decoding, and verifying JSON Web Tokens (JWTs)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,5 +0,4 @@ | ||
# jwt-js | ||
# JSON Web Token JS | ||
[![CircleCI](https://img.shields.io/circleci/project/blockstack/jwt-js.svg)](https://circleci.com/gh/blockstack/jwt-js) | ||
[![npm](https://img.shields.io/npm/l/jwt-js.svg)](https://www.npmjs.com/package/jwt-js) | ||
[![CircleCI](https://circleci.com/gh/blockstack/jwt-js.png?style=shield&circle-token=:circle-token)](https://circleci.com/gh/blockstack/jwt-js) | ||
[![Slack](http://slack.blockstack.org/badge.svg)](http://slack.blockstack.org/) | ||
@@ -23,3 +22,3 @@ | ||
var Tokenizer = require('jwt-js').Tokenizer, | ||
tokenizer = new Tokenizer('secp256k1') | ||
tokenizer = new Tokenizer('ES256k') | ||
``` | ||
@@ -26,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12342
80