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

shower-next

Package Overview
Dependencies
Maintainers
2
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.3 to 0.0.4

2

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

@@ -6,0 +6,0 @@ "name": "Denis Hananein",

@@ -22,3 +22,3 @@ /**

*/
function Next (shower, options) {
function Next(shower, options) {
options = options || {};

@@ -132,2 +132,6 @@

this._playerListeners.offAll();
if (this._pluginsListeners) {
this._pluginsListeners.offAll();
}
},

@@ -139,3 +143,5 @@

return slideElement.querySelectorAll(this._elementsSelector);
return Array.prototype.slice.call(
slideElement.querySelectorAll(this._elementsSelector)
);
},

@@ -178,4 +184,2 @@

this._elements = this._getElements();
this._elements = Array.prototype.slice.call(this._elements);
this._innerComplete = this._getInnerComplete();

@@ -182,0 +186,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