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

shower-next

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shower-next - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "shower-next",
"description": "Next plugin for Shower HTML presentation engine",
"version": "0.0.1",
"version": "0.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Vadim Makeev",

@@ -11,3 +11,3 @@ /**

var timerPluginName = 'shower-timer';
var TIMER_PLUGIN_NAME = 'shower-timer';

@@ -101,3 +101,3 @@ /**

var timerPlugin = shower.plugins.get(timerPluginName);
var timerPlugin = shower.plugins.get(TIMER_PLUGIN_NAME);
if (timerPlugin) {

@@ -108,3 +108,3 @@ this._setupTimerPluginListener(timerPlugin);

.on('pluginadd', function (e) {
if (e.get('name') == timerPluginName) {
if (e.get('name') == TIMER_PLUGIN_NAME) {
this._setupTimerPluginListener();

@@ -119,6 +119,6 @@ this._pluginsListeners.offAll();

if (!plugin) {
plugin = shower.plugins.get(timerPluginName);
plugin = shower.plugins.get(TIMER_PLUGIN_NAME);
}
plugin.events
.on('next', this._onNext, this);
.on('next', this._onNext, this, 100);
},

@@ -125,0 +125,0 @@

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