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

@figuredev/orders-sdk

Package Overview
Dependencies
Maintainers
6
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.20 to 0.12.21

2

lib/index.d.ts

@@ -1,4 +0,4 @@

import { UserContext } from "./utils";
import { OrderDTO } from "./orderV3";
import { IsoDateTime } from "./types";
import { UserContext } from "./utils";
declare type OrdersClientConfig = {

@@ -5,0 +5,0 @@ baseUrl: string;

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

Completed = "completed",
Failed = "failed"
Failed = "failed",
Unknown = "unknown"
}

@@ -107,0 +108,0 @@ export declare type OrderFulfillmentAttributesDTO = {

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

OrderFulfillmentDeliveryStateDTO["Failed"] = "failed";
OrderFulfillmentDeliveryStateDTO["Unknown"] = "unknown";
})(OrderFulfillmentDeliveryStateDTO = exports.OrderFulfillmentDeliveryStateDTO || (exports.OrderFulfillmentDeliveryStateDTO = {}));

@@ -55,0 +56,0 @@ var OrderPaymentPriceComponentTypeDTO;

{
"name": "@figuredev/orders-sdk",
"version": "0.12.20",
"license": "ISC",
"files": [
"lib/*"
],
"main": "lib/index.js",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"typescript": "^4.3.5"
},
"scripts": {
"prepublish": "yarn build",
"build": "rm -rf lib && tsc"
}
"name": "@figuredev/orders-sdk",
"version": "0.12.21",
"license": "ISC",
"files": [
"lib/*"
],
"main": "lib/index.js",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"typescript": "^4.3.5"
},
"scripts": {
"prepublish": "yarn build",
"build": "rm -rf lib && tsc"
}
}

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