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-0029e67f to 3.0.0-0d5dd1b5

2

dist/esm/src/modal/w3m-modal/styles.js

@@ -34,3 +34,3 @@ import { css } from 'lit';

animation-fill-mode: backwards;
animation-timing-function: var(--wui-ease-out-power-4);
animation-timing-function: var(--wui-ease-out-power-2);
outline: none;

@@ -37,0 +37,0 @@ }

@@ -35,3 +35,3 @@ import { css } from 'lit';

transform: scale(0.5);
transition: all var(--wui-ease-out-power-4) var(--wui-duration-lg);
transition: all var(--wui-ease-out-power-2) var(--wui-duration-lg);
}

@@ -38,0 +38,0 @@

@@ -8,2 +8,3 @@ 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';

@@ -13,3 +14,2 @@ import { customElement, state } from 'lit/decorators.js';

import styles from './styles';
import { UiHelperUtil } from '@web3modal/ui/src/utils/UiHelperUtils';
export let W3mAccountView = class W3mAccountView extends LitElement {

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

@@ -35,3 +35,3 @@ import { css } from 'lit';

transform: scale(0.5);
transition: all var(--wui-ease-out-power-4) var(--wui-duration-lg);
transition: all var(--wui-ease-out-power-2) var(--wui-duration-lg);
}

@@ -38,0 +38,0 @@

{
"name": "@web3modal/scaffold",
"version": "3.0.0-0029e67f",
"version": "3.0.0-0d5dd1b5",
"type": "module",

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

"dependencies": {
"@web3modal/core": "3.0.0-0029e67f",
"@web3modal/ui": "3.0.0-0029e67f",
"@web3modal/core": "3.0.0-0d5dd1b5",
"@web3modal/ui": "3.0.0-0d5dd1b5",
"lit": "2.7.6",

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

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