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.7.3
to
2.7.4
+4
-3
chargehive.d.ts

@@ -7,3 +7,3 @@ import {

} from '@pci-bridge/types/pcibridge';
import {Validation, ValidationEventData, Validator} from './validation';
import {ValidationEventData, Validator} from './validation';
import {Address, Person} from './address';

@@ -359,5 +359,6 @@

{
requestId: string;
requestId?: string;
code?: string;
error: string;
code: string;
method: PaymentMethodType;
}

@@ -364,0 +365,0 @@

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

},
"version": "2.7.3"
"version": "2.7.4"
}