Socket
Socket
Sign inDemoInstall

jscrambler

Package Overview
Dependencies
61
Maintainers
10
Versions
171
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.1.0

6

CHANGELOG.md
# jscrambler
## 8.1.0
### Minor Changes
- [4752980]: Add the ability to instrument the app from the config file - instrument: true
## 8.0.1

@@ -4,0 +10,0 @@

3

dist/bin/jscrambler.js

@@ -142,2 +142,3 @@ #!/usr/bin/env node

config.debugMode = _commander.default.debugMode || config.debugMode;
config.instrument = _commander.default.instrument || config.instrument;

@@ -326,3 +327,3 @@ // handle codeHardening = 0

})();
} else if (_commander.default.instrument) {
} else if (config.instrument) {
_.default.instrumentAndDownload(_objectSpread(_objectSpread({}, clientSettings), {}, {

@@ -329,0 +330,0 @@ applicationId,

{
"name": "jscrambler",
"description": "Jscrambler API client.",
"version": "8.0.1",
"version": "8.1.0",
"homepage": "https://github.com/jscrambler/jscrambler",

@@ -6,0 +6,0 @@ "author": "Jscrambler <support@jscrambler.com>",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc