Socket
Socket
Sign inDemoInstall

@beamnetwork/eco-prime-trust-api

Package Overview
Dependencies
24
Maintainers
10
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.19 to 1.0.20

lib/PrimeTrustAPIError.d.ts

3

lib/APIResponse.d.ts

@@ -0,5 +1,6 @@

import { PrimeTrustAPIError } from './PrimeTrustAPIError';
export declare class APIResponse<T> {
errors?: any[];
errors?: PrimeTrustAPIError[] | any[];
response?: T;
status: number;
}
{
"name": "@beamnetwork/eco-prime-trust-api",
"private": false,
"version": "1.0.19",
"version": "1.0.20",
"description": "Eco Prime Trust API TypeScript Implementation",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -0,5 +1,7 @@

import { PrimeTrustAPIError } from './PrimeTrustAPIError'
export class APIResponse<T> {
errors?: any[]
errors?: PrimeTrustAPIError[] | any[]
response?: T
status: number
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc