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

@brainsights/postgres-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainsights/postgres-wrapper - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

4

index.js

@@ -7,3 +7,3 @@ const _ = require("lodash");

const oids = require("./oids");
const uuid = require("@brainsights/uuid");
const uuidbase62 = require("uuid-base62");
const pgTypeParsers = require("./type-parsers");

@@ -42,3 +42,3 @@

revoke: revoke,
id: uuid.short(),
id: uuidbase62.v4(),
});

@@ -45,0 +45,0 @@ return proxy;

{
"name": "@brainsights/postgres-wrapper",
"version": "1.2.1",
"version": "2.0.0",
"description": "",

@@ -12,3 +12,2 @@ "main": "index.js",

"dependencies": {
"@brainsights/uuid": "1.4.1",
"debug": "^2.6.3",

@@ -19,4 +18,5 @@ "lodash": "^4.17.4",

"squel": "5.10.0",
"uuid": "^3.0.1"
}
"uuid-base62": "0.1.0"
},
"public": true
}

@@ -1,3 +0,2 @@

const _ = require("lodash");
const {NumericRange} = require("./range");
const { NumericRange } = require("./range");

@@ -4,0 +3,0 @@ let oids = require("./oids.json");

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