scrat-swig
Advanced tools
Comparing version 0.0.2 to 0.0.3-np
@@ -219,3 +219,3 @@ 'use strict' | ||
*/ | ||
Resource.prototype.replace = function(out){ | ||
Resource.prototype.render = function(out){ | ||
if(this._usePagelet){ | ||
@@ -222,0 +222,0 @@ out = JSON.stringify({ |
{ | ||
"name": "scrat-swig", | ||
"version": "0.0.2", | ||
"version": "0.0.3np", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ exports.compile = function(compiler, args, content, parents, options, blockName) { | ||
'_output += "</html>";', | ||
'_output = _ctx._res.replace(_output);' | ||
'_output = _ctx._res.render(_output);' | ||
].join(''); | ||
@@ -24,0 +24,0 @@ }; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1