@infosupport/kc-serve
Advanced tools
Comparing version
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
56502
0.05%1
-50%