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

@figuredev/orders-sdk

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/orders-sdk - npm Package Compare versions

Comparing version 0.12.58 to 0.12.59

1

lib/index.d.ts

@@ -28,2 +28,3 @@ import { Maybe } from "fgr-lib-backend/lib/types";

customerId?: string;
externalUserId?: string;
}): Promise<OrderPreviewDTO[]>;

@@ -30,0 +31,0 @@ getOrdersCount(ctx: UserContext, params: {

@@ -71,2 +71,3 @@ "use strict";

customerId: params.customerId,
externalUserId: params.externalUserId,
},

@@ -73,0 +74,0 @@ }).then((r) => r.data);

@@ -53,2 +53,3 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types";

externalId?: Maybe<string>;
externalUserId?: Maybe<string>;
};

@@ -55,0 +56,0 @@ export declare type BillingDTO = {

2

package.json
{
"name": "@figuredev/orders-sdk",
"version": "0.12.58",
"version": "0.12.59",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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