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.6 to 0.0.7

2

demo_output.js

@@ -124,2 +124,4 @@ (function () {

module.exports = exports;
} else if (typeof define === "function" && define.amd) {
define(exports);
} else {

@@ -126,0 +128,0 @@ root.templatizer = exports;

2

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

@@ -5,0 +5,0 @@ "description": "Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.",

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

var isWindows = process.platform === 'win32';
var pathSep = path.sep || ( isWindows ? '\\' : '/' );
var pathSep = path.sep || (isWindows ? '\\' : '/');

@@ -86,2 +86,4 @@ try {

' module.exports = exports;',
'} else if (typeof define === "function" && define.amd) {',
' define(exports);',
'} else {',

@@ -88,0 +90,0 @@ ' root.templatizer = exports;',

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