Socket
Socket
Sign inDemoInstall

distributed-jwt-cracker

Package Overview
Dependencies
112
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

6

package.json
{
"name": "distributed-jwt-cracker",
"version": "0.0.5",
"version": "0.0.6",
"description": "An experimental distributed JWT token cracker built using Node.js and ZeroMQ",

@@ -23,2 +23,6 @@ "bin": {

},
"repository": {
"type": "git",
"url": "https://github.com/lmammino/distributed-jwt-cracker"
},
"license": "MIT",

@@ -25,0 +29,0 @@ "engines": {

2

src/client/processBatch.js

@@ -42,3 +42,3 @@ 'use strict';

rl.close();
return cb(undefined);
return cb();
}

@@ -45,0 +45,0 @@

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