@shipengine/js-api
Advanced tools
@@ -147,3 +147,3 @@ /** | ||
| export type UpdatePaymentMethodResponse = Omit<PaymentMethod, "sourceAccountId" | "paymentMethodType" | "institutionName">; | ||
| export type IdentityProvider = "Plaid"; | ||
| export type IdentityProvider = "plaid"; | ||
| export type IdentityVerificationResponse = { | ||
@@ -156,4 +156,4 @@ /** Provider used for the identity verification */ | ||
| }; | ||
| export type PaymentAccountTrustLevel = "New" | "Trusted" | "Restricted" | "Grandfathered"; | ||
| export type PaymentAccountEnrollmentStatus = "NotSet" | "Enrolled" | "Prohibited" | "OptedOut"; | ||
| export type PaymentAccountTrustLevel = "new" | "trusted" | "restricted" | "grandfathered"; | ||
| export type PaymentAccountEnrollmentStatus = "no_set" | "enrolled" | "prohibited" | "opted_out"; | ||
| export type PaymentAccountResponse = { | ||
@@ -160,0 +160,0 @@ /** Boolean to know if there is a IDV in progress */ |
+1
-1
| { | ||
| "name": "@shipengine/js-api", | ||
| "version": "4.16.0", | ||
| "version": "4.16.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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
1598865
0