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

darklord

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darklord - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

package.json
{
"name": "darklord",
"version": "1.0.3",
"version": "1.0.4",
"author": "Gregory Pratt <gregory.pratt@me.com> (http://grumpywizards.com)",

@@ -14,3 +14,5 @@ "description": "Stateless JWT based authentication",

},
"files": ["src"],
"files": [
"src"
],
"main": "./src/darklord.js",

@@ -22,2 +24,3 @@ "scripts": {

"body-parser": "^1.6.5",
"deferred-http-statuses": "^1.0.2",
"express": "^4.8.5",

@@ -24,0 +27,0 @@ "jwt-simple": "^0.2.0",

var passport = require('passport');
var jwt = require('jwt-simple');
var uuid = require('node-uuid');
var Deferred = require('./utils/deferred');
var Deferred = require('deferred-http-statuses');

@@ -6,0 +6,0 @@ module.exports = function (opts) {

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