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.1.8-1 to 0.1.8-2

5

lib/resource.js

@@ -218,2 +218,7 @@ 'use strict'

}
if(this.combo && used.length){
for(var i = 0, len = used.length; i < len; i++){
used[i] = this.comboURI(used[i]);
}
}
var code = 'pagelet.init(' + (this.combo ? 1 : 0) + ',"' + this.getComboPattern() + '",["' + used.join('","') + '"]);';

@@ -220,0 +225,0 @@ html += '<script>' + code + '</script>\n';

2

package.json
{
"name": "scrat-swig",
"version": "0.1.8-1",
"version": "0.1.8-2",
"description": "Extensions of swig for scrat",

@@ -5,0 +5,0 @@ "main": "index.js",

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