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
43
Versions
234
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.8.0
to
4.9.0
+1
-1
package.json
{
"name": "@shipengine/js-api",
"version": "4.8.0",
"version": "4.9.0",
"main": "./index.js",

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

@@ -26,2 +26,3 @@ import { AddressResidentialIndicator } from "../addresses";

export type RateValidationStatus = "valid" | "invalid" | "has_warnings" | "unknown";
export type RateAttributes = "cheapest" | "best_value" | "fastest";
export interface Rate {

@@ -42,2 +43,3 @@ carrierCode: string;

packageType: string;
rateAttributes: RateAttributes[];
rateDetails: RateDetail[];

@@ -44,0 +46,0 @@ rateId: string;