New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@chargehive/types

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chargehive/types - npm Package Compare versions

Comparing version
2.6.5
to
2.6.6
+4
-1
chargehive.d.ts

@@ -42,2 +42,4 @@ import {

readonly correlationID: string;
initialize(options: ChargeHiveInitOptions);

@@ -152,3 +154,3 @@

PLACEMENT_CAPABILITY_CARD_FORM: PCIBridgeTokenizeResponse;
PLACEMENT_CAPABILITY_PAYPAL: EmptyObject;
PLACEMENT_CAPABILITY_PAYPAL: TokenizeResponse; // paypal controls the whole process and returns a full tokenization response
PLACEMENT_CAPABILITY_APPLE_PAY:

@@ -488,3 +490,4 @@ { token: ApplePayJS.ApplePayPaymentToken; } |

merchantId: string;
presentationMode: string;
};
}
+1
-1

@@ -11,3 +11,3 @@ {

},
"version": "2.6.5"
"version": "2.6.6"
}