🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@javascript-obfuscator/escodegen

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@javascript-obfuscator/escodegen - npm Package Compare versions

Comparing version
2.3.1
to
2.4.0
+3
-2
package.json
{
"name": "@javascript-obfuscator/escodegen",
"description": "`escodegen` fork for `javascript-obfuscator``",
"description": "`escodegen` fork for `javascript-obfuscator`",
"homepage": "http://github.com/estools/escodegen",

@@ -13,3 +13,3 @@ "main": "escodegen.js",

],
"version": "2.3.1",
"version": "2.4.0",
"engines": {

@@ -45,2 +45,3 @@ "node": ">=6.0"

"acorn": "^8.7.0",
"acorn-import-attributes": "^1.9.5",
"bluebird": "^3.4.7",

@@ -47,0 +48,0 @@ "bower-registry-client": "^1.0.0",

v2.3.1
---
* Fixed error when ClassExpression is the CallExpression callee
v2.2.2
---
* Fixed precedence of `export default` IIFE
v2.2.1
---
* Fixed generation of private identifier names
v2.2.0
---
* Added support for ES2022 class fields and private properties
v2.1.1
---
* Removed `bin` section from `package.json`
v2.1.0
---
* Created the fork of `escodegen` for `javascript-obfuscator` package
* `nullish-coalescing` support. Original PR: https://github.com/estools/escodegen/pull/417
* `bigint` and `numeric-separators` support. Original PR: https://github.com/estools/escodegen/pull/421
* Support for `exported` field of `ExportAllDeclaration` node. Original PR: https://github.com/estools/escodegen/pull/420

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