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

conveyor-slideshow

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

conveyor-slideshow - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

package.json
{
"name": "conveyor-slideshow",
"version": "0.7.2",
"version": "0.7.3",
"author": "Gil McQuillan, Akhilesh Malla, Peace Chen",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -108,2 +108,5 @@ /*

var items = getItems();
if (items.length < 1) {
throw {error: "Conveyor: No slides found."};
}
var current = items[currIndex];

@@ -110,0 +113,0 @@ if (current) {

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