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

@ionic/vue

Package Overview
Dependencies
Maintainers
23
Versions
2637
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/vue - npm Package Compare versions

Comparing version 5.3.0-dev.202007241627.b26625c to 5.3.0-dev.202007241719.b26625c

8

dist/ionic-vue.js

@@ -9,3 +9,9 @@ import { setupConfig } from '@ionic/core';

await defineCustomElements(window, {
ce: (eventName, opts) => new CustomEvent(eventName.toLowerCase(), opts)
ce: (eventName, opts) => new CustomEvent(eventName.toLowerCase(), opts),
ael: (el, eventName, cb, opts) => {
el.addEventListener(eventName.toLowerCase(), cb, opts);
},
rel: (el, eventName, cb, opts) => {
el.removeEventListener(eventName.toLowerCase(), cb, opts);
}
});

@@ -12,0 +18,0 @@ }

4

package.json
{
"name": "@ionic/vue",
"version": "5.3.0-dev.202007241627.b26625c",
"version": "5.3.0-dev.202007241719.b26625c",
"description": "Vue specific wrapper for @ionic/core",

@@ -53,5 +53,5 @@ "scripts": {

"dependencies": {
"@ionic/core": "5.3.0-dev.202007241627.b26625c",
"@ionic/core": "5.3.0-dev.202007241719.b26625c",
"ionicons": "^5.1.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