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

@dynamic-labs/message-transport

Package Overview
Dependencies
Maintainers
0
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/message-transport - npm Package Compare versions

Comparing version 4.7.2 to 4.8.0

2

package.js
'use client'
var version = "4.7.2";
var version = "4.8.0";
export { version };
{
"name": "@dynamic-labs/message-transport",
"version": "4.7.2",
"version": "4.8.0",
"description": "Defines the interface to communicate with dynamic's webview",

@@ -23,10 +23,10 @@ "author": "Dynamic Labs, Inc.",

"@vue/reactivity": "^3.4.21",
"@dynamic-labs/types": "4.7.2",
"@dynamic-labs/types": "4.8.0",
"eventemitter3": "5.0.1",
"@dynamic-labs/assert-package-version": "4.7.2",
"@dynamic-labs/logger": "4.7.2",
"@dynamic-labs/utils": "4.7.2",
"@dynamic-labs/webauthn": "4.7.2"
"@dynamic-labs/assert-package-version": "4.8.0",
"@dynamic-labs/logger": "4.8.0",
"@dynamic-labs/utils": "4.8.0",
"@dynamic-labs/webauthn": "4.8.0"
},
"peerDependencies": {}
}

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

import { BaseWallet } from '@dynamic-labs/types';
export type KernelAccountSettings = {

@@ -12,3 +13,5 @@ entryPoint: {

export type ZeroDevExtensionMessages = {
getKernelAccountSettings: () => Promise<KernelAccountSettings>;
getKernelAccountSettings: (args: {
wallet: BaseWallet;
} | void) => Promise<KernelAccountSettings>;
};

Sorry, the diff of this file is too big to display

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