@shipengine/js-api
Advanced tools
+1
-1
| { | ||
| "name": "@shipengine/js-api", | ||
| "version": "0.19.0", | ||
| "version": "0.19.1", | ||
| "main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -14,3 +14,3 @@ import { CarrierRatePackageFormat, CarrierService } from "../carriers"; | ||
| */ | ||
| export type RateService = Pick<CarrierService, "serviceCode"> & { | ||
| export type RateService = Pick<CarrierService, "serviceCode" | "name"> & { | ||
| packageTypes: RatePackageType[]; | ||
@@ -17,0 +17,0 @@ }; |
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
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
294368
0