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.2 to 1.0.3

5

codeGen.js

@@ -50,2 +50,7 @@ function codeGen(asts) {

if (expression.length === 1) {
if (item.operator === 'parenthesis') {
return '(' + codeGen.gen(expression[0]) + ')';
}
return (item.operator === 'not' ? '!' : item.operator === 'minus' ? '-' : item.operator) + '' + codeGen.gen(expression[0]);

@@ -52,0 +57,0 @@ }

2

package.json
{
"name": "jello-optimizer-velocity-xss",
"version": "1.0.2",
"version": "1.0.3",
"description": "jello velocity xss protect",

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

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