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 2.2.0 to 2.2.1

dist/animations-utilities.scss

4

package.json
{
"name": "@dreamonkey/quasar-app-extension-animate",
"version": "2.2.0",
"version": "2.2.1",
"description": "Extend Quasar animation system",

@@ -19,3 +19,3 @@ "keywords": [

"scripts": {
"build": "rm -rf dist && tsc --declaration --declarationDir dist/types && copyfiles -f src/css/animations.scss dist",
"build": "rm -rf dist && tsc --declaration --declarationDir dist/types && copyfiles -f src/css/animations.scss src/css/animations-utilities.scss dist",
"install-build-clean": "yarn install && yarn build && rm -rf node_modules",

@@ -22,0 +22,0 @@ "test": "echo \"No test specified\" && exit 0",

@@ -16,4 +16,5 @@ # Quasar animation system extension

This AE contains many variables and functions you can use to make your style definitions more readable and coherent.
It provides the most used durations and commonly used easing functions so import it in the SCSS variables file:
This AE contains many variables, functions and utility classes you can use to make your style definitions more readable and coherent.
It provides the most used durations and commonly used easing functions.
Utility classes are automatically registered by the AE, but you need to import the variables and functions in your Quasar SCSS variables file to make them available in the style tag of all your components:

@@ -20,0 +21,0 @@ ```scss

@@ -12,3 +12,3 @@ /**

conf.css.push(
"~@dreamonkey/quasar-app-extension-animate/src/css/animations.scss"
"~@dreamonkey/quasar-app-extension-animate/src/css/animations-utilities.scss"
);

@@ -15,0 +15,0 @@ conf.build.transpileDependencies.push(

Sorry, the diff of this file is not supported yet

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