Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jscrambler

Package Overview
Dependencies
Maintainers
9
Versions
185
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 8.6.5 to 8.6.6

6

CHANGELOG.md
# jscrambler
## 8.6.6
### Patch Changes
- [57d7550]: fix compatibility of cwd and beforeProtection options
## 8.6.5

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

3

dist/utils.js

@@ -69,5 +69,2 @@ "use strict";

} = scriptObject;
if (cwd) {
target = (0, _path.join)(cwd, target);
}
target = (0, _path.normalize)(target);

@@ -74,0 +71,0 @@ if (target === path) {

{
"name": "jscrambler",
"description": "Jscrambler API client.",
"version": "8.6.5",
"version": "8.6.6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc