Open Collective
Open Collective
Loading

Updates

Updates on our activities and progress.

Most recent
3.2.0 version
Published on February 5, 2022 by timofey kachalov
The brand-new 3.2.0 version has been released! It contains an amazing new option stiringArrayCallsTransform that allows extracting all indexes from string array calls to separate objects as controlFlowFlatt...
New 2.18.1 release
Published on July 23, 2021 by timofey kachalov
Check out the new 2.18.1 release with support of `es2022` features, class properties, and private identifiers!
2.9.1 version
Published on November 17, 2020 by timofey kachalov
New 2.9.1 version has been released. Strongly recommend you to update to this version. It contains a bunch of new options related with string array: * New option: `stringArrayIndexesType` accepts an array of types of string array call index...
2.8.0 version
Published on November 8, 2020 by timofey kachalov
The new 2.8.0 version was released yesterday. It contains the new ʻignoreRequireImports` option for ignore obfuscation of `require` imports. It can be useful for some cases when an environment or framework requires static strings inside the...
2.7.0 version.
Published on November 4, 2020 by timofey kachalov
Version 2.7.0 with full support of `nullish coalescing` operator and `export * as` exports just has been released. That required creating the fork of `escodegen` package to implement all these features. Enjoy!
`2.4.0` version
Published on September 25, 2020 by timofey kachalov
New `2.4.0` version has been released.* **New option:** `forceTransformStrings` allows force transform strings even if by `stringArrayThreshold` (or possible other thresholds in the future) they shouldn't be transformed. Implemented https:/...
`2.3.0` version
Published on September 17, 2020 by timofey kachalov
`2.3.0` version has been released!It contains the `stringArrayWrappersType` option for more powerful strings transformation. This option allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option.Ava...
2.2.0 release
Published on September 13, 2020 by timofey kachalov
New release 2.2.0 just has been published!* **New option (enabled by default):** `stringArrayWrappersCount` sets the count of wrappers for the `string array` inside each root or function scope* **New option (enabled by default):** `stringAr...
1.12.0 version
Published on August 29, 2020 by timofey kachalov
New 1.12.0 version just has been released. It contains a new `optionsPreset` option that allows to set options preset.
1.6.0 version
Published on July 12, 2020 by timofey kachalov
New version `1.6.0` with `numbersToExpressions` option just has been released!This option enables numbers conversion to expressionsExample:// inputconst foo = 1234;// outputconst foo=-0xd93+-0x10b4+0x41*0x67+0...
Page of 2