templatizer
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -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; |
{ | ||
"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;', |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
30940
724
0
1