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

@mcwv/ripple

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcwv/ripple - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

9

package.json
{
"name": "@mcwv/ripple",
"description": "The Vue Material Adapter for the ripple component",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",

@@ -19,6 +19,7 @@ "main": "dist/mcwv.ripple.min.js",

"dependencies": {
"@material/ripple": "^2.3.0",
"@mcwv/base": "^0.9.0"
"@material/dom": "^3.0.0",
"@material/ripple": "^3.0.0",
"@mcwv/base": "^0.10.0"
},
"gitHead": "c1c18cf24c280b8345c7810d22a3f635ee49730b"
"gitHead": "43f9928f7e26c14fa6f8809e51ab81592fd082c4"
}

@@ -0,4 +1,5 @@

import { applyPassive } from '@material/dom/events';
import { matches } from '@material/dom/ponyfill';
import { MDCRippleFoundation } from '@material/ripple/index';
import { applyPassive, supportsCssVariables } from '@material/ripple/util';
import { supportsCssVariables } from '@material/ripple/util';

@@ -5,0 +6,0 @@ export class RippleBase extends MDCRippleFoundation {

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