Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@shipengine/js-api

Package Overview
Dependencies
Maintainers
45
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipengine/js-api - npm Package Compare versions

Comparing version
4.32.0
to
4.33.0
+1
-1
package.json
{
"name": "@shipengine/js-api",
"version": "4.32.0",
"version": "4.33.0",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

@@ -86,3 +86,3 @@ import { Address, AddressValidation, ShippingAddress, ShippingAddressTo } from "../addresses";

export type TaxableEntityType = "shipper" | "recipient";
export type TaxableIdentifierType = "vat" | "eori" | "ssn" | "ein" | "tin" | "ioss" | "pan" | "voec" | "ukims";
export type TaxableIdentifierType = "vat" | "eori" | "ssn" | "ein" | "tin" | "ioss" | "pan" | "voec" | "ukims" | "abn" | "gst";
export interface Product {

@@ -89,0 +89,0 @@ countryOfOrigin?: string;