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

smelte

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smelte - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

3

CHANGELOG.md
# Smelte changelog
# 0.1.8
* Fix ripple on fab buttons and chips on mobile
# 0.1.7

@@ -4,0 +7,0 @@ * Fix ripple div not getting removed after animation

2

package.json
{
"name": "smelte",
"description": "UI framework for Svelte using Tailwind CSS",
"version": "0.1.8",
"version": "0.1.9",
"scripts": {

@@ -6,0 +6,0 @@ "dev": "sapper dev -p 7777",

@@ -15,4 +15,2 @@ // Thanks Lagden! https://svelte.dev/repl/61d9178d2b9944f2aa2bfe31612ab09f?version=3.6.7

circle.style.width = circle.style.height = `${d}px`;
target.appendChild(circle);
const rect = target.getBoundingClientRect();

@@ -36,2 +34,4 @@

circle.classList.add("ripple");
target.appendChild(circle);
};

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

@@ -6,3 +6,3 @@ import { writable } from "svelte/store";

export const persistent = writable(true);
export const elevation = writable(false);
export const elevation = writable(true);
export const showNav = writable(true);

@@ -9,0 +9,0 @@ export const showNavMobile = writable(false);

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