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

@featherds/ripple

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/ripple - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

9

dist/app.es.js

@@ -21,2 +21,3 @@ var __defProp = Object.defineProperty;

import { defineComponent, h } from "vue";
import { _clearTimeout, _setTimeout } from "@featherds/utils/setTimeout";
var FeatherRipple_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -43,3 +44,3 @@ var _export_sfc = (sfc, props2) => {

styles: {},
failsafe: 0
failsafe: -1
};

@@ -79,4 +80,4 @@ },

this.active = true;
clearTimeout(this.failsafe);
this.failsafe = setTimeout(() => {
_clearTimeout(this.failsafe);
this.failsafe = _setTimeout(() => {
this.pressed = false;

@@ -119,3 +120,3 @@ this.active = false;

});
var FeatherRipple = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-955ee404"]]);
var FeatherRipple = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-18e2a5db"]]);
export { FeatherRipple };
{
"name": "@featherds/ripple",
"version": "0.10.6",
"version": "0.10.7",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

"types": "./src/index.d.ts",
"gitHead": "59a348101c9963bfbb89617bc433240d3e790433"
"gitHead": "4a3dc68c3141b0021f7bedf13b69b5afa471962f"
}

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