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

@pernod-ricard-global-cms/jsanimations

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pernod-ricard-global-cms/jsanimations - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

jsanimations.js

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

export function fadeIn(element, time = 1000, opacity = 1) {
export function fadeIn(element, time = 300, opacity = 1) {
return element.animate(

@@ -18,3 +18,3 @@ [

}
export function fadeOut(element, time = 1000, opacity = 0) {
export function fadeOut(element, time = 300, opacity = 0) {
return element.animate(

@@ -21,0 +21,0 @@ [

{
"name": "@pernod-ricard-global-cms/jsanimations",
"version": "1.1.0",
"version": "1.2.0",
"description": "Handy collection of Javascript animations all based on the web animations api",

@@ -5,0 +5,0 @@ "type": "module",

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