Socket
Socket
Sign inDemoInstall

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.4 to 0.0.5

test.html

2

demo_output.js

@@ -122,3 +122,3 @@ (function () {

// attach to window or export with commonJS
if (typeof exports !== "undefined") {
if (typeof module !== "undefined") {
module.exports = exports;

@@ -125,0 +125,0 @@ } else {

{
"name": "templatizer",
"version": "0.0.4",
"version": "0.0.5",
"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.",

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

'// attach to window or export with commonJS',
'if (typeof exports !== "undefined") {',
'if (typeof module !== "undefined") {',
' module.exports = exports;',

@@ -83,0 +83,0 @@ '} else {',

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