js-obfuscator
Advanced tools
Comparing version 0.1.2 to 0.1.3
var Q = require('q'); | ||
var http = require('http'); | ||
var https = require('https'); | ||
var entities = require('entities'); | ||
@@ -17,5 +17,5 @@ var querystring = require('querystring'); | ||
} | ||
var req = http.request({ | ||
var req = https.request({ | ||
host: 'www.javascriptobfuscator.com', | ||
port: 80, | ||
port: 443, | ||
path: '/Javascript-Obfuscator.aspx', | ||
@@ -22,0 +22,0 @@ method: method || 'GET', |
{ | ||
"name": "js-obfuscator", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Obfuscate JavaScript files via javascriptobfuscator.com. This is also a Grunt plugin.", | ||
@@ -5,0 +5,0 @@ "main": "jsObfuscate.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
14704