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

descent-ripple

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

descent-ripple - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

5

dist/ripple.d.ts

@@ -109,6 +109,7 @@ declare module "descent-ripple" {

export default function (node: Node, params?: RippleParams): {
onDestroy: () => void,
export default function (node: Node, params: RippleParams): {
destroy: () => void,
update: (par: RippleParams) => void,
};
}

2

package.json
{
"name": "descent-ripple",
"description": "A ripple animation overlay for buttons. Uses svg and is build with Svelte",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -6,0 +6,0 @@ "build": "rollup -c"

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