@brainsights/postgres-wrapper
Advanced tools
Comparing version 1.2.1 to 2.0.0
@@ -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"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
6898
267
+ Addeduuid-base62@0.1.0
- Removed@brainsights/uuid@1.4.1
- Removeduuid@^3.0.1
- Removed@brainsights/uuid@1.4.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbrowser-stdout@1.3.0(transitive)
- Removedcommander@2.9.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedd64@1.0.0(transitive)
- Removeddebug@2.6.8(transitive)
- Removeddiff@3.2.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.1.1(transitive)
- Removedgraceful-readlink@1.0.1(transitive)
- Removedgrowl@1.9.2(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedhe@1.1.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjson3@3.3.2(transitive)
- Removedlodash._baseassign@3.2.0(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basecreate@3.0.3(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash.create@3.1.1(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.5.1(transitive)
- Removedmocha@3.5.3(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedshould@11.2.1(transitive)
- Removedshould-equal@1.0.1(transitive)
- Removedshould-format@3.0.3(transitive)
- Removedshould-type@1.4.0(transitive)
- Removedshould-type-adaptors@1.1.0(transitive)
- Removedshould-util@1.0.1(transitive)
- Removedsupports-color@3.1.2(transitive)
- Removeduuid@3.4.0(transitive)
- Removedwrappy@1.0.2(transitive)