New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrat-swig

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrat-swig - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3-np

2

lib/resource.js

@@ -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 @@ };

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