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

@ionic/vue

Package Overview
Dependencies
Maintainers
23
Versions
2504
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.202007242152.cd66b6b to 5.3.0-dev.202007242208.cd66b6b

1

dist/index.d.ts
export * from './proxies';
export * from './ionic-vue';
export { alertController, actionSheetController, menuController, modalController, loadingController, pickerController, popoverController, toastController, IonicSafeString, isPlatform, Platforms, getPlatforms, createGesture, createAnimation, iosTransitionAnimation, mdTransitionAnimation, getTimeGivenProgression, } from '@ionic/core';

@@ -5,2 +5,13 @@ import { addIcons } from 'ionicons';

export * from './ionic-vue';
export {
// Overlay Controllers
alertController, actionSheetController, menuController, modalController, loadingController, pickerController, popoverController, toastController,
// Security
IonicSafeString,
// Platform
isPlatform, getPlatforms,
// Gesture
createGesture,
// Animations
createAnimation, iosTransitionAnimation, mdTransitionAnimation, getTimeGivenProgression, } from '@ionic/core';
// Icons that are used by internal components

@@ -7,0 +18,0 @@ addIcons({

4

package.json
{
"name": "@ionic/vue",
"version": "5.3.0-dev.202007242152.cd66b6b",
"version": "5.3.0-dev.202007242208.cd66b6b",
"description": "Vue specific wrapper for @ionic/core",

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

"dependencies": {
"@ionic/core": "5.3.0-dev.202007242152.cd66b6b",
"@ionic/core": "5.3.0-dev.202007242208.cd66b6b",
"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