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

node-webtokens

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webtokens - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

index.js

@@ -100,2 +100,3 @@ const jws = require('./lib/jws.js');

cb = typeof cb === 'function' ? cb : undefined;
if (this.error) return responder(null, this, cb);
let key;

@@ -102,0 +103,0 @@ if (p0.constructor !== Object) {

2

package.json
{
"name": "node-webtokens",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple, opinionated implementation of JWS and JWE compact serialization",

@@ -5,0 +5,0 @@ "main": "index.js",

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