Socket
Socket
Sign inDemoInstall

@safe-global/safe-apps-sdk

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/safe-apps-sdk - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

7

CHANGELOG.md
# @safe-global/safe-apps-sdk
## 8.1.0
### Minor Changes
- 077d2cc: Add sideEffects false to package.json to improve tree-shaking
- b24cde9: chore: bump dependencies
## 8.0.0

@@ -4,0 +11,0 @@

8

dist/package.json
{
"name": "@safe-global/safe-apps-sdk",
"version": "8.0.0",
"version": "8.1.0",
"description": "SDK developed to integrate third-party apps with Safe app.",

@@ -13,2 +13,3 @@ "main": "dist/src/index.js",

],
"sideEffects": false,
"keywords": [

@@ -21,3 +22,3 @@ "Safe",

"test": "jest",
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json",
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json",
"build": "yarn rimraf dist && tsc && yarn format-dist"

@@ -31,5 +32,2 @@ },

},
"devDependencies": {
"rimraf": "^3.0.2"
},
"repository": {

@@ -36,0 +34,0 @@ "type": "git",

{
"name": "@safe-global/safe-apps-sdk",
"version": "8.0.0",
"version": "8.1.0",
"description": "SDK developed to integrate third-party apps with Safe app.",

@@ -13,2 +13,3 @@ "main": "dist/src/index.js",

],
"sideEffects": false,
"keywords": [

@@ -21,3 +22,3 @@ "Safe",

"test": "jest",
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json",
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json",
"build": "yarn rimraf dist && tsc && yarn format-dist"

@@ -31,5 +32,2 @@ },

},
"devDependencies": {
"rimraf": "^3.0.2"
},
"repository": {

@@ -36,0 +34,0 @@ "type": "git",

@@ -596,3 +596,3 @@ # Safe Apps SDK

- https://github.com/Uxio0/safe-react-collectibles
- https://docs.safe.global/learn/safe-apps#existing-safe-apps
- https://docs.safe.global/safe-core-aa-sdk/safe-apps#existing-safe-apps

@@ -599,0 +599,0 @@ ## License

@@ -0,0 +0,0 @@ import { SDKMessageEvent } from './../types/messaging';

@@ -0,0 +0,0 @@ import { MessageFormatter } from './messageFormatter';

@@ -0,0 +0,0 @@ import { ErrorResponse, SDKRequestData, RequestId, SuccessResponse, MethodToResponse } from '../types';

@@ -0,0 +0,0 @@ export enum Methods {

@@ -0,0 +0,0 @@ // i.e. 0-255 -> '00'-'ff'

@@ -0,0 +0,0 @@ import { Methods } from '../communication';

@@ -0,0 +0,0 @@ export const RPC_CALLS = {

@@ -0,0 +0,0 @@ import SDK from '../index';

@@ -0,0 +0,0 @@ import { RPC_CALLS } from '../eth/constants';

@@ -0,0 +0,0 @@ import SDK from './sdk';

@@ -0,0 +0,0 @@ import { encodeFunctionData, Address, hashMessage, hashTypedData } from 'viem';

@@ -0,0 +0,0 @@ import SDK from '../sdk';

@@ -0,0 +0,0 @@ const MAGIC_VALUE = '0x1626ba7e';

@@ -0,0 +0,0 @@ import SDK from './index';

@@ -0,0 +0,0 @@ import { Communicator } from './types';

import { TextEncoder } from 'util';
global.TextEncoder = TextEncoder;

@@ -0,0 +0,0 @@ import { Methods } from '../communication/methods';

@@ -0,0 +0,0 @@ import SDK, { SafeInfo } from '../index';

@@ -0,0 +0,0 @@ import { SafeBalanceResponse, TransactionDetails, TokenInfo } from '@safe-global/safe-gateway-typescript-sdk';

@@ -0,0 +0,0 @@ export * from './sdk';

@@ -0,0 +0,0 @@ import { Methods } from '../communication/methods';

@@ -0,0 +0,0 @@ export type Permission = {

@@ -0,0 +0,0 @@ import { RPC_CALLS } from '../eth/constants';

@@ -0,0 +0,0 @@ import { ChainInfo as _ChainInfo } from '@safe-global/safe-gateway-typescript-sdk';

@@ -0,0 +0,0 @@ import { getSDKVersion } from './utils';

@@ -0,0 +0,0 @@ import pkg from '../package.json';

@@ -0,0 +0,0 @@ import { Methods, RestrictedMethods } from '../communication/methods';

@@ -0,0 +0,0 @@ import SDK from '../sdk';

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