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

@dreamonkey/quasar-app-extension-animate

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamonkey/quasar-app-extension-animate - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

2

dist/composables/animate.js

@@ -1,2 +0,2 @@

import { onMounted } from "@vue/composition-api";
import { onMounted } from "vue";
import { animationFns, hideAnimatableElements, insersectionFns, } from "../internals";

@@ -3,0 +3,0 @@ export function useAnimate(hostRef) {

@@ -1,2 +0,2 @@

import { Ref } from "@vue/composition-api";
import { Ref } from "vue";
export declare function useAnimate(hostRef: Ref<HTMLElement>): {

@@ -3,0 +3,0 @@ whenPastPercentage: (percentage: number, intersectionHandler: (el: HTMLElement) => void) => {

{
"name": "@dreamonkey/quasar-app-extension-animate",
"version": "1.0.1",
"version": "2.0.0",
"description": "Extend Quasar animation system",

@@ -26,17 +26,14 @@ "keywords": [

"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
"node": ">= 12.22.1",
"npm": ">= 6.14.12",
"yarn": ">= 1.17.3"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"typescript": "^4.1.3",
"vue": "^2.6.12"
"typescript": "^4.4.3",
"vue": "^3.1.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.23"
}
}

@@ -1,2 +0,2 @@

import { onMounted, Ref } from "@vue/composition-api";
import { onMounted, Ref } from "vue";
import {

@@ -3,0 +3,0 @@ animationFns,

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