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

vivify

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vivify - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

10

lib/vivify.js

@@ -33,3 +33,3 @@ module.exports = function() {

if(opts.hide) {
if(opts.show) {
this.attr('hidden', null);

@@ -39,11 +39,9 @@ }

this.addClass(opts.start);
setTimeout(stop.bind(this), opts.delay);
setTimeout(stop, opts.delay);
}
function stop() {
var stop = function stop() {
this.removeClass(opts.start);
this.removeClass(opts.begin);
//console.log('stop: ' + opts.start);
if(opts.pause) {

@@ -54,3 +52,3 @@ setTimeout(cb, opts.pause);

}
}
}.bind(this);

@@ -57,0 +55,0 @@ // NOTE: often need a timeout to delay before adding the

2

package.json
{
"name": "vivify",
"version": "0.1.4",
"version": "0.1.5",
"description": "Animation plugins",

@@ -5,0 +5,0 @@ "author": "muji <noop@xpm.io>",

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