Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

@web3modal/scaffold

Package Overview
Dependencies
Maintainers
6
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold - npm Package Compare versions

Comparing version 3.0.0-84bf2f84 to 3.0.0-91ecf92a

50

dist/esm/index.js

@@ -1,26 +0,26 @@

export * from './src/modal/w3m-modal';
export * from './src/modal/w3m-router';
export * from './src/views/w3m-account-view';
export * from './src/views/w3m-all-wallets-view';
export * from './src/views/w3m-connect-view';
export * from './src/views/w3m-connecting-external-view';
export * from './src/views/w3m-connecting-wc-view';
export * from './src/views/w3m-network-switch-view';
export * from './src/views/w3m-networks-view';
export * from './src/views/w3m-what-is-a-network-view';
export * from './src/views/w3m-what-is-a-wallet-view';
export * from './src/partials/w3m-all-wallets-list';
export * from './src/partials/w3m-all-wallets-search';
export * from './src/partials/w3m-connecting-header';
export * from './src/partials/w3m-connecting-wc-desktop';
export * from './src/partials/w3m-connecting-wc-injected';
export * from './src/partials/w3m-connecting-wc-mobile';
export * from './src/partials/w3m-connecting-wc-qrcode';
export * from './src/partials/w3m-connecting-wc-unsupported';
export * from './src/partials/w3m-connecting-wc-web';
export * from './src/partials/w3m-connecting-widget';
export * from './src/partials/w3m-header';
export * from './src/partials/w3m-help-widget';
export * from './src/partials/w3m-snackbar';
export { Web3ModalScaffoldHtml } from './src/client';
export * from './src/modal/w3m-modal/index.js';
export * from './src/modal/w3m-router/index.js';
export * from './src/views/w3m-account-view/index.js';
export * from './src/views/w3m-all-wallets-view/index.js';
export * from './src/views/w3m-connect-view/index.js';
export * from './src/views/w3m-connecting-external-view/index.js';
export * from './src/views/w3m-connecting-wc-view/index.js';
export * from './src/views/w3m-network-switch-view/index.js';
export * from './src/views/w3m-networks-view/index.js';
export * from './src/views/w3m-what-is-a-network-view/index.js';
export * from './src/views/w3m-what-is-a-wallet-view/index.js';
export * from './src/partials/w3m-all-wallets-list/index.js';
export * from './src/partials/w3m-all-wallets-search/index.js';
export * from './src/partials/w3m-connecting-header/index.js';
export * from './src/partials/w3m-connecting-wc-desktop/index.js';
export * from './src/partials/w3m-connecting-wc-injected/index.js';
export * from './src/partials/w3m-connecting-wc-mobile/index.js';
export * from './src/partials/w3m-connecting-wc-qrcode/index.js';
export * from './src/partials/w3m-connecting-wc-unsupported/index.js';
export * from './src/partials/w3m-connecting-wc-web/index.js';
export * from './src/partials/w3m-connecting-widget/index.js';
export * from './src/partials/w3m-header/index.js';
export * from './src/partials/w3m-help-widget/index.js';
export * from './src/partials/w3m-snackbar/index.js';
export { Web3ModalScaffoldHtml } from './src/client.js';
//# sourceMappingURL=index.js.map

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
const SCROLL_LOCK = 'scroll-lock';

@@ -15,0 +15,0 @@ export let W3mModal = class W3mModal extends LitElement {

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
export let W3mRouter = class W3mRouter extends LitElement {

@@ -14,0 +14,0 @@ constructor() {

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
export let W3mAllWalletsList = class W3mAllWalletsList extends LitElement {

@@ -15,0 +15,0 @@ constructor() {

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

import { ifDefined } from 'lit/directives/if-defined.js';
import styles from './styles';
import styles from './styles.js';
export let W3mAllWalletsSearch = class W3mAllWalletsSearch extends LitElement {

@@ -14,0 +14,0 @@ constructor() {

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

import { ifDefined } from 'lit/directives/if-defined.js';
import styles from './styles';
import styles from './styles.js';
export let W3mConnectingWcQrcode = class W3mConnectingWcQrcode extends LitElement {

@@ -14,0 +14,0 @@ constructor() {

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
export let W3mConnectingWidget = class W3mConnectingWidget extends LitElement {

@@ -14,0 +14,0 @@ constructor() {

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
const presets = {

@@ -14,0 +14,0 @@ success: {

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

import { AccountController, ConnectionController, CoreHelperUtil, ModalController, RouterController, SnackController } from '@web3modal/core';
import { UiHelperUtil } from '@web3modal/ui';
import { LitElement, html } from 'lit';
import { customElement, state } from 'lit/decorators.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import styles from './styles';
import { UiHelperUtil } from '@web3modal/ui/src/utils/UiHelperUtils';
import styles from './styles.js';
export let W3mAccountView = class W3mAccountView extends LitElement {

@@ -15,0 +15,0 @@ constructor() {

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

import { customElement, state } from 'lit/decorators.js';
import styles from './styles';
import styles from './styles.js';
export let W3mAllWalletsView = class W3mAllWalletsView extends LitElement {

@@ -13,0 +13,0 @@ constructor() {

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

import { animate } from 'motion';
import styles from './styles';
import styles from './styles.js';
export let W3mNetworkSwitchView = class W3mNetworkSwitchView extends LitElement {

@@ -15,0 +15,0 @@ constructor() {

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

import { RouterController } from '@web3modal/core';
import { resetStyles } from '@web3modal/ui/src/utils/ThemeUtil';
import { LitElement, html } from 'lit';

@@ -46,3 +45,2 @@ import { customElement } from 'lit/decorators.js';

};
W3mWhatIsANetworkView.styles = [resetStyles];
W3mWhatIsANetworkView = __decorate([

@@ -49,0 +47,0 @@ customElement('w3m-what-is-a-network-view')

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

import { RouterController } from '@web3modal/core';
import { resetStyles } from '@web3modal/ui/src/utils/ThemeUtil';
import { LitElement, html } from 'lit';

@@ -47,3 +46,2 @@ import { customElement } from 'lit/decorators.js';

};
W3mWhatIsAWalletView.styles = [resetStyles];
W3mWhatIsAWalletView = __decorate([

@@ -50,0 +48,0 @@ customElement('w3m-what-is-a-wallet-view')

@@ -1,26 +0,26 @@

export * from './src/modal/w3m-modal';
export * from './src/modal/w3m-router';
export * from './src/views/w3m-account-view';
export * from './src/views/w3m-all-wallets-view';
export * from './src/views/w3m-connect-view';
export * from './src/views/w3m-connecting-external-view';
export * from './src/views/w3m-connecting-wc-view';
export * from './src/views/w3m-network-switch-view';
export * from './src/views/w3m-networks-view';
export * from './src/views/w3m-what-is-a-network-view';
export * from './src/views/w3m-what-is-a-wallet-view';
export * from './src/partials/w3m-all-wallets-list';
export * from './src/partials/w3m-all-wallets-search';
export * from './src/partials/w3m-connecting-header';
export * from './src/partials/w3m-connecting-wc-desktop';
export * from './src/partials/w3m-connecting-wc-injected';
export * from './src/partials/w3m-connecting-wc-mobile';
export * from './src/partials/w3m-connecting-wc-qrcode';
export * from './src/partials/w3m-connecting-wc-unsupported';
export * from './src/partials/w3m-connecting-wc-web';
export * from './src/partials/w3m-connecting-widget';
export * from './src/partials/w3m-header';
export * from './src/partials/w3m-help-widget';
export * from './src/partials/w3m-snackbar';
export { Web3ModalScaffoldHtml } from './src/client';
export * from './src/modal/w3m-modal/index.js';
export * from './src/modal/w3m-router/index.js';
export * from './src/views/w3m-account-view/index.js';
export * from './src/views/w3m-all-wallets-view/index.js';
export * from './src/views/w3m-connect-view/index.js';
export * from './src/views/w3m-connecting-external-view/index.js';
export * from './src/views/w3m-connecting-wc-view/index.js';
export * from './src/views/w3m-network-switch-view/index.js';
export * from './src/views/w3m-networks-view/index.js';
export * from './src/views/w3m-what-is-a-network-view/index.js';
export * from './src/views/w3m-what-is-a-wallet-view/index.js';
export * from './src/partials/w3m-all-wallets-list/index.js';
export * from './src/partials/w3m-all-wallets-search/index.js';
export * from './src/partials/w3m-connecting-header/index.js';
export * from './src/partials/w3m-connecting-wc-desktop/index.js';
export * from './src/partials/w3m-connecting-wc-injected/index.js';
export * from './src/partials/w3m-connecting-wc-mobile/index.js';
export * from './src/partials/w3m-connecting-wc-qrcode/index.js';
export * from './src/partials/w3m-connecting-wc-unsupported/index.js';
export * from './src/partials/w3m-connecting-wc-web/index.js';
export * from './src/partials/w3m-connecting-widget/index.js';
export * from './src/partials/w3m-header/index.js';
export * from './src/partials/w3m-help-widget/index.js';
export * from './src/partials/w3m-snackbar/index.js';
export { Web3ModalScaffoldHtml } from './src/client.js';
export type * from '@web3modal/core';

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

import type { VisualType } from '@web3modal/ui/src/utils/TypesUtil';
import type { VisualType } from '@web3modal/ui';
import { LitElement } from 'lit';

@@ -3,0 +3,0 @@ type Data = {

import { LitElement } from 'lit';
export declare class W3mWhatIsANetworkView extends LitElement {
static styles: import("lit").CSSResult[];
render(): import("lit-html").TemplateResult<1>;

@@ -5,0 +4,0 @@ }

import { LitElement } from 'lit';
export declare class W3mWhatIsAWalletView extends LitElement {
static styles: import("lit").CSSResult[];
render(): import("lit-html").TemplateResult<1>;

@@ -5,0 +4,0 @@ }

{
"name": "@web3modal/scaffold",
"version": "3.0.0-84bf2f84",
"version": "3.0.0-91ecf92a",
"type": "module",

@@ -18,4 +18,4 @@ "main": "./dist/esm/index.js",

"dependencies": {
"@web3modal/core": "3.0.0-84bf2f84",
"@web3modal/ui": "3.0.0-84bf2f84",
"@web3modal/core": "3.0.0-91ecf92a",
"@web3modal/ui": "3.0.0-91ecf92a",
"lit": "2.7.6",

@@ -22,0 +22,0 @@ "motion": "10.16.2"

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

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