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 9.0.0-next.0 to 9.0.0-next.1

6

CHANGELOG.md
# @safe-global/safe-apps-sdk
## 9.0.0-next.1
### Patch Changes
- 767e262: Export RPC_CALLS as an object
## 9.0.0-next.0

@@ -4,0 +10,0 @@

1

dist/cjs/index.d.ts

@@ -8,1 +8,2 @@ import SDK from './sdk.js';

export { getSDKVersion } from './version.js';
export * from './eth/constants.js';

@@ -29,2 +29,3 @@ "use strict";

Object.defineProperty(exports, "getSDKVersion", { enumerable: true, get: function () { return version_js_1.getSDKVersion; } });
__exportStar(require("./eth/constants.js"), exports);
//# sourceMappingURL=index.js.map

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

message: typedMessage.message,
domain: Object.assign(Object.assign({}, typedMessage.domain), { chainId, verifyingContract: typedMessage.domain.verifyingContract, salt: typedMessage.domain.salt }),
domain: {
...typedMessage.domain,
chainId,
verifyingContract: typedMessage.domain.verifyingContract,
salt: typedMessage.domain.salt,
},
types: typedMessage.types,

@@ -157,0 +162,0 @@ primaryType,

2

dist/cjs/wallet/index.js

@@ -22,3 +22,3 @@ "use strict";

}
catch (_a) {
catch {
throw new permissions_js_1.PermissionsError('Permissions rejected', permissions_js_1.PERMISSIONS_REQUEST_REJECTED);

@@ -25,0 +25,0 @@ }

@@ -8,1 +8,2 @@ import SDK from './sdk.js';

export { getSDKVersion } from './version.js';
export * from './eth/constants.js';

@@ -8,2 +8,3 @@ import SDK from './sdk.js';

export { getSDKVersion } from './version.js';
export * from './eth/constants.js';
//# sourceMappingURL=index.js.map

@@ -148,3 +148,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

message: typedMessage.message,
domain: Object.assign(Object.assign({}, typedMessage.domain), { chainId, verifyingContract: typedMessage.domain.verifyingContract, salt: typedMessage.domain.salt }),
domain: {
...typedMessage.domain,
chainId,
verifyingContract: typedMessage.domain.verifyingContract,
salt: typedMessage.domain.salt,
},
types: typedMessage.types,

@@ -151,0 +156,0 @@ primaryType,

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

}
catch (_a) {
catch {
throw new PermissionsError('Permissions rejected', PERMISSIONS_REQUEST_REJECTED);

@@ -22,0 +22,0 @@ }

@@ -8,2 +8,3 @@ import SDK from './sdk.js';

export { getSDKVersion } from './version.js';
export * from './eth/constants.js';
//# sourceMappingURL=index.d.ts.map
{
"name": "@safe-global/safe-apps-sdk",
"version": "9.0.0-next.0",
"version": "9.0.0-next.1",
"description": "SDK developed to integrate third-party apps with Safe app.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -9,1 +9,2 @@ import SDK from './sdk.js';

export { getSDKVersion } from './version.js';
export * from './eth/constants.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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