Socket
Socket
Sign inDemoInstall

jello-optimizer-velocity-xss

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -27,3 +27,3 @@ var Velocity = require('velocityjs');

module.exports.defaultOptions = {
ignoreScript: true
};
{
"name": "jello-optimizer-velocity-xss",
"version": "1.0.3",
"version": "1.0.4",
"description": "jello velocity xss protect",

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

@@ -49,2 +49,6 @@ var codeGen = require('./codeGen.js');

if (options.ignoreScript && method === 'javascript') {
return;
}
return {

@@ -51,0 +55,0 @@ type: 'references',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc