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

@web3modal/scaffold-vue

Package Overview
Dependencies
Maintainers
7
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold-vue - npm Package Compare versions

Comparing version 3.3.0-4df4ae5 to 3.3.0-5ccf4c52

4

dist/esm/index.js

@@ -27,3 +27,3 @@ import { onUnmounted, reactive, ref } from 'vue';

});
return reactive({
return {
setThemeMode,

@@ -33,3 +33,3 @@ setThemeVariables,

themeVariables
});
};
}

@@ -36,0 +36,0 @@ export function useWeb3Modal() {

@@ -18,4 +18,4 @@ import type { Web3ModalScaffold } from '@web3modal/scaffold';

setThemeVariables: (themeVariables: ThemeVariablesOptions) => void;
themeMode: import("@web3modal/scaffold").ThemeMode;
themeVariables: {
themeMode: import("vue").Ref<import("@web3modal/scaffold").ThemeMode>;
themeVariables: import("vue").Ref<{
'--w3m-font-family'?: string | undefined;

@@ -28,3 +28,3 @@ '--w3m-accent'?: string | undefined;

'--w3m-z-index'?: number | undefined;
};
}>;
};

@@ -31,0 +31,0 @@ export declare function useWeb3Modal(): {

{
"name": "@web3modal/scaffold-vue",
"version": "3.3.0-4df4ae5",
"version": "3.3.0-5ccf4c52",
"type": "module",

@@ -19,3 +19,3 @@ "main": "./dist/esm/index.js",

"dependencies": {
"@web3modal/scaffold": "3.3.0-4df4ae5"
"@web3modal/scaffold": "3.3.0-5ccf4c52"
},

@@ -22,0 +22,0 @@ "peerDependencies": {

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