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

appear-animation

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appear-animation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

index.js

@@ -28,3 +28,2 @@ var OnAppear = require('on-appear');

var el = this.elements[i];
this.prepare(el);
this.register(el);

@@ -34,7 +33,7 @@ }

prepare: function() {
prepare: function(el, instance) {
// To implement
},
run: function(el) {
run: function(el, instance) {
// To implement

@@ -49,5 +48,8 @@ },

callback: function() {
_this.run(el);
_this.run(el, this);
}
});
this.prepare(el, instance);
this.instances.push(instance);
},

@@ -54,0 +56,0 @@

2

package.json
{
"name": "appear-animation",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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