Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwt-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-js - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"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

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