Socket
Socket
Sign inDemoInstall

@safe-global/safe-gateway-typescript-sdk

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/safe-gateway-typescript-sdk - npm Package Compare versions

Comparing version 3.5.3 to 3.5.4

5

dist/types/safe-info.d.ts
import type { AddressEx } from './common';
export declare enum ImplementationVersionState {
UP_TO_DATE = "UP_TO_DATE",
OUTDATED = "OUTDATED"
OUTDATED = "OUTDATED",
UNKNOWN = "UNKNOWN"
}

@@ -17,3 +18,3 @@ export declare type SafeInfo = {

fallbackHandler: AddressEx;
version: string;
version: string | null;
collectiblesTag: string;

@@ -20,0 +21,0 @@ txQueuedTag: string;

1

dist/types/safe-info.js

@@ -8,3 +8,4 @@ "use strict";

ImplementationVersionState["OUTDATED"] = "OUTDATED";
ImplementationVersionState["UNKNOWN"] = "UNKNOWN";
})(ImplementationVersionState = exports.ImplementationVersionState || (exports.ImplementationVersionState = {}));
//# sourceMappingURL=safe-info.js.map
{
"name": "@safe-global/safe-gateway-typescript-sdk",
"version": "3.5.3",
"version": "3.5.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc