🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@infosupport/kc-serve

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infosupport/kc-serve - npm Package Compare versions

Comparing version

to
2.1.3

2

package.json
{
"name": "@infosupport/kc-serve",
"version": "2.1.2",
"version": "2.1.3",
"description": "serve @revealjs presentations straight from markdown and image files",

@@ -5,0 +5,0 @@ "main": "src/Index.js",

@@ -12,3 +12,3 @@ "use strict";

this.isMarkdown = extension === '.md';
this.isImage = ['.png', '.gif', '.jpg', '.jpeg', '.svg'].some(ext => ext === extension);
this.isImage = ['.png', '.gif', '.jpg', '.jpeg', '.svg'].some(ext => ext === extension.toLowerCase());
}

@@ -15,0 +15,0 @@ }

Sorry, the diff of this file is not supported yet