New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vivlab/api-database

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivlab/api-database - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

dist/database/collections/index.d.ts
import type { Collection } from "@vivlab/types";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "/@types/dataPrefix";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "../../../types/dataPrefix";
export declare type ApiCollectionData = Collection.ApiCollectionData;

@@ -4,0 +4,0 @@ export interface ApiCollectionNestedData extends ApiCollectionData {

@@ -1,2 +0,2 @@

import type { IdAccount, IdDataAccount, DataAccount } from "/@types/dataStripe";
import type { IdAccount, IdDataAccount, DataAccount } from "../../../types/dataStripe";
import type { Coupon } from "@vivlab/types";

@@ -3,0 +3,0 @@ export declare function list({ stripeAccount }: IdAccount): Promise<Coupon.ApiCouponData[]>;

import type { Dataset } from "@vivlab/types";
import type { Prefix, DataPrefix } from "/@types/dataPrefix";
export declare function get({ fields, prefix }: {
fields?: never[] | undefined;
prefix: any;
}): Promise<Dataset.DatasetData | null>;
import type { Prefix, DataPrefix, FieldPrefix } from "../../../types/dataPrefix";
export declare function get({ fields, prefix }: FieldPrefix): Promise<Dataset.DatasetData | null>;
export declare function set({ data, prefix }: DataPrefix<Dataset.DatasetData>): Promise<Dataset.DatasetData | null>;
export declare function flush({ prefix }: Prefix): Promise<void>;
import type { Facet } from "@vivlab/types";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "/@types/dataPrefix";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "../../../types/dataPrefix";
export declare function list({ prefix }: Prefix): Promise<{

@@ -4,0 +4,0 @@ items: Facet.FacetItem[];

@@ -1,2 +0,2 @@

import type { DataAccount } from "/@types/dataStripe";
import type { DataAccount } from "../../../types/dataStripe";
import type { Metadata } from "@vivlab/types";

@@ -3,0 +3,0 @@ interface Account {

@@ -1,2 +0,2 @@

import type { Prefix, ParentIdPrefix, ReorderPrefix, ListPrefix } from "/@types/dataPrefix";
import type { Prefix, ParentIdPrefix, ReorderPrefix, ListPrefix } from "../../../../types/dataPrefix";
import type { Page } from "@vivlab/types";

@@ -3,0 +3,0 @@ export interface CommandListCreate {

import * as hashItem from "./items/items";
import * as hashElement from "./elements/elements";
import type { Page } from "@vivlab/types";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "/@types/dataPrefix";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix } from "../../../types/dataPrefix";
export declare function retrieve({ id, prefix }: IdPrefix): Promise<{

@@ -6,0 +6,0 @@ elements: {

import * as transform from "./itemsTransform";
import type { Page } from "@vivlab/types";
import type { Prefix, ParentIdPrefix, ListPrefix } from "/@types/dataPrefix";
import type { Prefix, ParentIdPrefix, ListPrefix } from "../../../../types/dataPrefix";
export interface CommandListCreate {

@@ -5,0 +5,0 @@ list: Page.FragmentPageData["create"]["items"];

import type { Page } from "@vivlab/types";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix, ReorderPrefix } from "/@types/dataPrefix";
import type { Prefix, DataPrefix, IdPrefix, IdDataPrefix, ReorderPrefix } from "../../../../types/dataPrefix";
declare type ApiPageData = Omit<Page.ApiPageData, "elements">;

@@ -4,0 +4,0 @@ declare type EditedPageData = Omit<Page.EditedPageData, "elements">;

@@ -1,2 +0,2 @@

import type { IdAccount, IdDataAccount, DataAccount } from "/@types/dataStripe";
import type { IdAccount, IdDataAccount, DataAccount } from "../../types/dataStripe";
import type { Utils } from "@vivlab/types";

@@ -3,0 +3,0 @@ import type Stripe from "stripe";

{
"name": "@vivlab/api-database",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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