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

@figuredev/orders-sdk

Package Overview
Dependencies
Maintainers
2
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.5.0 to 0.6.0

3

dto.ts

@@ -9,2 +9,3 @@ import { components } from "./schema"

export type OrderCustomerInputDTO = components["schemas"]["OrderCustomerInput"]
export type AddressDTO = components["schemas"]["Address"]
export type AddressDTO = components["schemas"]["Address"]
export type OrderItemTaxInputDTO = components["schemas"]["OrderItemTaxInput"]

@@ -6,3 +6,3 @@ import axios from "axios"

type OrdersClientConfig = {
endpoint: string
baseUrl: string
secret: string

@@ -16,3 +16,3 @@ }

return await axios.request({
baseURL: this.config.endpoint,
baseURL: this.config.baseUrl,
method: "POST",

@@ -19,0 +19,0 @@ url: "/order/v2",

{
"name": "@figuredev/orders-sdk",
"version": "0.5.0",
"version": "0.6.0",
"license": "ISC",

@@ -5,0 +5,0 @@ "dependencies": {

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