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.45 to 0.12.46

4

lib/orderV3.d.ts

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

fulfillments?: OrderFulfillmentDTO[];
billing?: Maybe<BillingDTO>;
pricings?: OrderPricingDTO[];

@@ -30,2 +31,5 @@ payments?: OrderPaymentDTO[];

};
export declare type BillingDTO = {
recipient: Maybe<RecipientDTO>;
};
export declare type OrderFulfillmentDTO = {

@@ -32,0 +36,0 @@ id: string;

2

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

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

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