You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@postgresql-typed/oids

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postgresql-typed/oids - npm Package Compare versions

Comparing version

to
0.1.5

2

lib/OIDs.js

@@ -796,3 +796,3 @@ /* eslint-disable unicorn/filename-case */

OID[OID["unknown"] = 705] = "unknown";
})(OID = OID || (OID = {}));
})(OID || (OID = {}));
//# sourceMappingURL=OIDs.js.map
{
"name": "@postgresql-typed/oids",
"version": "0.1.4",
"version": "0.1.5",
"description": "A collection of the PostgreSQL OIDs (Object Identifiers) for all of the built-in data types.",

@@ -33,4 +33,4 @@ "type": "module",

"devDependencies": {
"@types/pg": "^8.6.6",
"pg": "^8.10.0"
"@types/pg": "^8.10.2",
"pg": "^8.11.2"
},

@@ -40,3 +40,3 @@ "publishConfig": {

},
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.11",
"engines": {

@@ -52,5 +52,5 @@ "node": ">=16",

"test:ci": "vitest --run --coverage",
"lint": "eslint --fix --ext .ts ./ && prettier -w .",
"lint:ci": "eslint --ext .ts ./ && prettier --check ."
"lint": "eslint --ext .ts ./ && prettier --check .",
"lint:fix": "eslint --fix --ext .ts ./ && prettier -w ."
}
}

Sorry, the diff of this file is not supported yet