Socket
Socket
Sign inDemoInstall

auth0-authz-rules-api

Package Overview
Dependencies
276
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

7

index.js

@@ -128,7 +128,4 @@

var pg = require('pg');
var client = new pg.Client(connString);
client.connect(function(err) {
if (err) return callback(err);
callback(null, client);
});
pg.connect(connString, callback);
}

@@ -135,0 +132,0 @@

{
"name": "auth0-authz-rules-api",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

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

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