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

javascript-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-obfuscator - npm Package Compare versions

Comparing version

to
3.2.5

4

CHANGELOG.md
Change Log
v3.2.5
---
* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1056
v3.2.4

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

2

package.json
{
"name": "javascript-obfuscator",
"version": "3.2.4",
"version": "3.2.5",
"description": "JavaScript obfuscator",

@@ -5,0 +5,0 @@ "keywords": [

@@ -43,2 +43,3 @@ export declare enum NodeType {

ObjectPattern = "ObjectPattern",
PrivateIdentifier = "PrivateIdentifier",
Program = "Program",

@@ -45,0 +46,0 @@ Property = "Property",

@@ -61,2 +61,3 @@ import * as ESTree from 'estree';

static isObjectExpressionNode(node: ESTree.Node): node is ESTree.ObjectExpression;
static isPrivateIdentifierNode(node: ESTree.Node): node is ESTree.PrivateIdentifier;
static isProgramNode(node: ESTree.Node): node is ESTree.Program;

@@ -63,0 +64,0 @@ static isPropertyNode(node: ESTree.Node): node is ESTree.Property;

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