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

templatizer

Package Overview
Dependencies
Maintainers
1
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.0.12 to 0.1.0

14

package.json
{
"name": "templatizer",
"version": "0.0.12",
"version": "0.1.0",
"author": "Henrik Joreteg <henrik@andyet.net>",
"contributors": [
{
"name": "Beau Sorensen",
"email": "mail@beausorensen.com"
}
],
"description": "Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.",

@@ -18,4 +24,8 @@ "dependencies": {

},
"keywords": ["templates", "browser", "jade"],
"keywords": [
"templates",
"browser",
"jade"
],
"main": "templatizer.js"
}

2

templatizer.js

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

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

@@ -37,0 +37,0 @@ 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