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.1.1 to 0.1.2

2

demo_output.js

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

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

@@ -82,0 +82,0 @@ } else if (typeof define === "function" && define.amd) {

{
"name": "templatizer",
"version": "0.1.1",
"version": "0.1.2",
"author": "Henrik Joreteg <henrik@andyet.net>",

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

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

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

@@ -80,0 +80,0 @@ '} else if (typeof define === "function" && define.amd) {',

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