You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@shipengine/js-api

Package Overview
Dependencies
Maintainers
34
Versions
238
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
0.7.1
to
0.8.0
+1
-1
package.json
{
"name": "@shipengine/js-api",
"version": "0.7.1",
"version": "0.8.0",
"main": "./index.js",

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

import { AxiosInstance } from "axios";
import { ShipmentRateResponse } from "./types";
import { SalesOrderShipment } from "../sales-order-shipments";
import { Shipment, ShipmentRateResponse } from "./types";
export type GetShipmentRatesOptions = {

@@ -15,2 +16,3 @@ /**

getShipmentRates: ({ shipmentId, createdAtStart }: GetShipmentRatesOptions) => Promise<import("axios").AxiosResponse<ShipmentRateResponse, any>>;
create: (shipment: Partial<Omit<Shipment, "items">>) => Promise<import("axios").AxiosResponse<SalesOrderShipment, any>>;
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display