New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gnosis.pm/safe-apps-sdk

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis.pm/safe-apps-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-beta.0

2

dist/package.json
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "1.0.2",
"version": "1.0.3-beta.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -1,2 +0,2 @@

import { SafeInfoV1 } from './types';
import { SafeInfo } from './types';
import { TXs } from './txs';

@@ -14,4 +14,4 @@ import { Eth } from './eth';

private getEnvInfo;
getSafeInfo(): Promise<SafeInfoV1>;
getSafeInfo(): Promise<SafeInfo>;
}
export default SafeAppsSDK;

@@ -5,5 +5,3 @@ import { METHODS } from './communication/methods';

import { Eth } from './eth';
export declare type UppercaseNetworks = 'MAINNET' | 'MORDEN' | 'ROPSTEN' | 'RINKEBY' | 'GOERLI' | 'KOVAN' | 'XDAI' | 'ENERGY_WEB_CHAIN' | 'VOLTA' | 'UNKNOWN';
export declare type LowercaseNetworks = 'mainnet' | 'morden' | 'ropsten' | 'rinkeby' | 'goerli' | 'kovan' | 'xdai' | 'energy_web_chain' | 'volta' | 'unknown';
export declare type Networks = UppercaseNetworks | LowercaseNetworks;
export declare type Networks = 'MAINNET' | 'MORDEN' | 'ROPSTEN' | 'RINKEBY' | 'GOERLI' | 'KOVAN' | 'XDAI' | 'ENERGY_WEB_CHAIN' | 'VOLTA' | 'UNKNOWN';
export interface Transaction {

@@ -31,8 +29,4 @@ to: string;

safeAddress: string;
network: LowercaseNetworks;
network: Networks;
}
export interface SafeInfoV1 {
safeAddress: string;
network: UppercaseNetworks;
}
export declare type Methods = keyof typeof METHODS;

@@ -39,0 +33,0 @@ export declare type SDKRequestData<M extends Methods = Methods, P = unknown> = {

{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "1.0.2",
"version": "1.0.3-beta.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc