Socket
Socket
Sign inDemoInstall

@duely/db

Package Overview
Dependencies
230
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.24 to 0.4.25

54

dist/index.js.LICENSE.txt

@@ -1,55 +0,1 @@

/*! ../Util */
/*! ./Color */
/*! ./Country */
/*! ./Currency */
/*! ./DataUrl */
/*! ./DateTime */
/*! ./Immutable */
/*! ./Util */
/*! ./types */
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*!**********************!*\
!*** ./src/index.ts ***!
\**********************/
/*!**********************!*\
!*** ./src/types.ts ***!
\**********************/
/*!***************************!*\
!*** ./src/Util/index.ts ***!
\***************************/
/*!****************************!*\
!*** ./src/Color/index.ts ***!
\****************************/
/*!******************************!*\
!*** ./src/Country/index.ts ***!
\******************************/
/*!******************************!*\
!*** ./src/DataUrl/index.ts ***!
\******************************/
/*!*******************************!*\
!*** ./src/Currency/index.ts ***!
\*******************************/
/*!*******************************!*\
!*** ./src/DateTime/index.ts ***!
\*******************************/
/*!********************************!*\
!*** ./src/Immutable/index.ts ***!
\********************************/

4

dist/resources.d.ts

@@ -89,4 +89,2 @@ import { FilterKeys } from '@duely/util';

markdown_description_id?: ResourceId<'markdown'> | null;
stripe_prod_id_ext_live?: string | null;
stripe_prod_id_ext_test?: string | null;
};

@@ -230,4 +228,2 @@ export declare type MarkdownResource = {

recurring_iterations?: number | null;
stripe_price_id_ext_live?: string | null;
stripe_price_id_ext_test?: string | null;
status: string;

@@ -234,0 +230,0 @@ active: boolean;

4

package.json
{
"name": "@duely/db",
"version": "0.4.24",
"version": "0.4.25",
"description": "Client for querying duely-postgres database.",

@@ -23,3 +23,3 @@ "repository": "github:uoleevi/duely",

"@duely/build": "^0.4.7",
"@duely/util": "^0.4.9",
"@duely/util": "^0.4.11",
"pg": "^8.6.0"

@@ -26,0 +26,0 @@ },

@@ -107,4 +107,2 @@ import { FilterKeys } from '@duely/util';

markdown_description_id?: ResourceId<'markdown'> | null;
stripe_prod_id_ext_live?: string | null;
stripe_prod_id_ext_test?: string | null;
};

@@ -266,4 +264,2 @@

recurring_iterations?: number | null;
stripe_price_id_ext_live?: string | null;
stripe_price_id_ext_test?: string | null;
status: string;

@@ -270,0 +266,0 @@ active: boolean;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc