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.1 to 1.0.2

xss.png

2

index.js

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

// console.log(asts);
asts = transform(asts, settings);
// console.log(asts)
return codeGen(asts);

@@ -23,0 +25,0 @@ };

2

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

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

@@ -8,2 +8,4 @@ jello-optimizer-velocity-xss

![Diff](./xss.png)
## 使用

@@ -24,2 +26,8 @@

然后使用 release 命令的时候,记得带上 `-o` 参数。
```
jello release -o
```
## 配置项

@@ -36,1 +44,2 @@

```

@@ -53,3 +53,3 @@ var codeGen = require('./codeGen.js');

prue: true,
leader: '$',
leader: '$!',
isWraped: true,

@@ -56,0 +56,0 @@ path: [

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