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

symply

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symply - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

6

dist/entities/partials.js

@@ -32,4 +32,3 @@ "use strict";

const lodash_1 = __importDefault(require("lodash"));
// TODO: add support for .md and .txt formats
const SUPPORTED_PARTIAL_EXTENTION_LIST = ['.html', '.hbs'];
const SUPPORTED_PARTIAL_EXTENTION_LIST = ['.html', '.hbs', '.svg', '.md', '.txt'];
function load() {

@@ -53,3 +52,4 @@ /*-----------------------------------------------------------------------------

if (acc[partialNameWithoutExtension] !== undefined) {
logger_1.default.warning(`Detected partials with the same name "${partial.dirname}/${partialNameWithoutExtension}.*", but different extensions.`);
const duplicatePartialPath = `${partial.dirname}${path_1.default.sep}${partialNameWithoutExtension}.*`;
logger_1.default.warning(`Detected partials with the same name ${chalk_1.default.blueBright(duplicatePartialPath)}, but different extensions.`);
}

@@ -56,0 +56,0 @@ else {

{
"name": "symply",
"version": "0.2.4",
"version": "0.2.5",
"description": "A simple static site generator.",

@@ -5,0 +5,0 @@ "author": "Oleg Legun <oleg.legun@gmail.com>",

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