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

pg-error-enum

Package Overview
Dependencies
Maintainers
1
Versions
13
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.2.0 to 0.3.0

2

dist/PostgresError.d.ts

@@ -172,2 +172,4 @@ export declare enum PostgresError {

DUPLICATE_JSON_OBJECT_KEY_VALUE = "22030",
/** Class 22 - Data Exception: [E] invalid_argument_for_json_datetime_function */
INVALID_ARGUMENT_FOR_JSON_DATETIME_FUNCTION = "22031",
/** Class 22 - Data Exception: [E] invalid_json_text */

@@ -174,0 +176,0 @@ INVALID_JSON_TEXT = "22032",

@@ -176,2 +176,4 @@ "use strict";

PostgresError["DUPLICATE_JSON_OBJECT_KEY_VALUE"] = "22030";
/** Class 22 - Data Exception: [E] invalid_argument_for_json_datetime_function */
PostgresError["INVALID_ARGUMENT_FOR_JSON_DATETIME_FUNCTION"] = "22031";
/** Class 22 - Data Exception: [E] invalid_json_text */

@@ -178,0 +180,0 @@ PostgresError["INVALID_JSON_TEXT"] = "22032";

2

package.json
{
"name": "pg-error-enum",
"version": "0.2.0",
"version": "0.3.0",
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies",

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

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