You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

netlify-plugin-js-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-js-obfuscator - npm Package Compare versions

Comparing version

to
1.0.19

2

index.js

@@ -7,3 +7,3 @@ const fs = require("fs");

const JavaScriptObfuscator = require("javascript-obfuscator");
const excludedDir = ["!node_modules", "!plugins"];
var excludedDir = ["!node_modules", "!plugins"];

@@ -10,0 +10,0 @@ // listing all the '.js' files

{
"name": "netlify-plugin-js-obfuscator",
"version": "1.0.18",
"version": "1.0.19",
"description": "JavaScript Obfuscator for your sites hosted on netlify, which provide protection for your source code.",

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