🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

javascript-obfuscator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-obfuscator - npm Package Compare versions

Comparing version

to
2.6.1

Change Log
v2.6.1
---
* Fixed missing rename of object pattern properties in some cases. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/781
v2.6.0

@@ -4,0 +8,0 @@ ---

{
"name": "javascript-obfuscator",
"version": "2.6.0",
"version": "2.6.1",
"description": "JavaScript obfuscator",

@@ -50,3 +50,3 @@ "keywords": [

"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.13",
"@types/chai": "4.2.14",
"@types/chance": "1.1.0",

@@ -62,3 +62,3 @@ "@types/escodegen": "0.0.6",

"@types/multimatch": "4.0.0",
"@types/node": "14.11.8",
"@types/node": "14.11.10",
"@types/rimraf": "3.0.0",

@@ -76,3 +76,3 @@ "@types/sinon": "9.0.8",

"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.6.4",
"eslint-plugin-jsdoc": "30.6.5",
"eslint-plugin-no-null": "1.0.2",

@@ -93,3 +93,3 @@ "eslint-plugin-prefer-arrow": "1.2.2",

"typescript": "4.1.0-beta",
"webpack": "5.1.0",
"webpack": "5.1.3",
"webpack-cli": "4.0.0",

@@ -96,0 +96,0 @@ "webpack-node-externals": "2.5.2"

@@ -80,3 +80,3 @@ import { inject, injectable, } from 'inversify';

NodeUtils.parentizeNode(propertyNode.value, parentNode);
NodeUtils.parentizeNode(propertyNode.value, propertyNode);

@@ -83,0 +83,0 @@ return propertyNode;

@@ -299,2 +299,3 @@ import { inject, injectable, } from 'inversify';

&& NodeGuards.isIdentifierNode(node)
&& parentNode.shorthand
&& parentNode.key.name === node.name;

@@ -301,0 +302,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet