Socket
Socket
Sign inDemoInstall

pg-error-enum

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-error-enum - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

3

dist/PostgresError.js
"use strict";
/* eslint-disable max-len */
Object.defineProperty(exports, "__esModule", { value: true });

@@ -539,3 +538,3 @@ exports.PostgresError = void 0;

PostgresError["INDEX_CORRUPTED"] = "XX002";
})(PostgresError = exports.PostgresError || (exports.PostgresError = {}));
})(PostgresError || (exports.PostgresError = PostgresError = {}));
//# sourceMappingURL=PostgresError.js.map
{
"name": "pg-error-enum",
"version": "0.6.0",
"version": "0.6.1",
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",

@@ -22,3 +22,3 @@ "author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",

"build": "tsc --build tsconfig.build.json",
"lint:check": "eslint ./src/ ./bin/ --ext .js,.ts",
"lint:check": "eslint --report-unused-disable-directives ./src/ ./bin/ --ext .js,.ts",
"format:check": "prettier . --check",

@@ -33,13 +33,12 @@ "format:write": "prettier . --write",

"devDependencies": {
"@nihalgonsalves/esconfig": "^0.0.9",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"cross-fetch": "^3.1.4",
"eslint": "^7.25.0",
"prettier": "^2.2.1",
"ts-node": "^10.0.0",
"typescript": "^4.2.4",
"zod": "^3.7.1"
"@nihalgonsalves/esconfig": "^0.3.0",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"zod": "^3.21.4"
}
}
# pg-error-enum
![npm version](https://img.shields.io/npm/v/pg-error-enum.svg)
![build status](https://github.com/nihalgonsalves/pg-error-enum/workflows/Node%20CI/badge.svg)
![build status](https://github.com/nihalgonsalves/pg-error-enum/workflows/check/badge.svg)

@@ -6,0 +6,0 @@ TypeScript Enum for Postgres Errors with no runtime dependencies. Also compatible with plain JavaScript.

Sorry, the diff of this file is not supported yet

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