Socket
Socket
Sign inDemoInstall

jscrambler

Package Overview
Dependencies
Maintainers
9
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscrambler - npm Package Compare versions

Comparing version 5.4.2 to 5.4.3

dist/bin/data/in/file.js

4

package.json
{
"name": "jscrambler",
"description": "Jscrambler API client.",
"version": "5.4.2",
"version": "5.4.3",
"homepage": "https://github.com/jscrambler/jscrambler",

@@ -33,3 +33,3 @@ "author": {

"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.1",
"babel-polyfill": "^6.9.1",

@@ -36,0 +36,0 @@ "commander": "^2.8.1",

@@ -253,21 +253,4 @@ # [![Jscrambler](https://media.jscrambler.com/images/logo_500px.png)](https://jscrambler.com/?utm_source=github.com&utm_medium=referral)

}
```
WARNING: currently we only support HTTP proxies. In order to make it use your proxy, you just need to add the proxy details to the Jscrambler config file as above and use the port 80 of our service (this is the HTTP port of the Jscrambler API).
```
{
port: 80,
proxy: {
host: '',
port: 1234,
auth: {
username: '',
password: ''
}
}
}
```
### Recommended Order (default: **false**)

@@ -274,0 +257,0 @@ ```bash

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc