@shipengine/js-api
Advanced tools
@@ -7,3 +7,3 @@ import { AxiosInstance } from "axios"; | ||
| get: () => Promise<import("axios").AxiosResponse<AccountSettings, any>>; | ||
| update: (settings: AccountSettings) => Promise<import("axios").AxiosResponse<AccountSettings, any>>; | ||
| update: (settings: Partial<AccountSettings>) => Promise<import("axios").AxiosResponse<AccountSettings, any>>; | ||
| } |
@@ -5,5 +5,5 @@ import { DimensionUnit } from "../dimensions"; | ||
| export interface AccountSettings { | ||
| defaultLabelLayout?: LabelLayout; | ||
| dimension?: DimensionUnit; | ||
| weight?: WeightUnit; | ||
| defaultLabelLayout: LabelLayout; | ||
| dimensionsUnit: DimensionUnit; | ||
| weightUnit: WeightUnit; | ||
| } |
+1
-1
| { | ||
| "name": "@shipengine/js-api", | ||
| "version": "0.7.0", | ||
| "version": "0.7.1", | ||
| "main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
381287
0