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

templatizer

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templatizer - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

package.json
{
"name": "templatizer",
"version": "0.2.9",
"version": "0.2.10",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -5,0 +5,0 @@ "contributors": [

@@ -45,3 +45,3 @@ var jade = require('jade');

contents.forEach(function (file) {
var item = file.replace(path.normalize(templateDirectory), '').slice(1);
var item = file.replace(path.resolve(templateDirectory), '').slice(1);
if (path.extname(item) === '' && path.basename(item).charAt(0) !== '.') {

@@ -48,0 +48,0 @@ if (folders.indexOf(item) === -1) folders.push(item);

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