Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/javascript-obfuscator/javascript-obfuscator

A powerful obfuscator for JavaScript and Node.js
https://github.com/javascript-obfuscator/javascript-obfuscator

Merge pull request #578 from javascript-obfuscator/comments-at-the-top

Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/575

56230a0b2562a7b1b5b33ac7dd57a3d7836897a2 authored almost 5 years ago
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/575

56f73df7af10f8068718ef9e00494c43e5b89283 authored almost 5 years ago
Merge pull request #572 from javascript-obfuscator/issue-569

Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/569

21cf9adc8d8ad13447348122d3892007842c3c3a authored almost 5 years ago
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/569

39870010e8c198ac4aa4ddb8c049583407dfba35 authored almost 5 years ago
Merge pull request #570 from javascript-obfuscator/global-identifiers-prefixes

Added prefixes to the generated global identifiers of the added code

3b0c20d69df70b76ec37523a388ce0c23ed6219c authored almost 5 years ago
Added prefixes to the generated global identifiers of the added code

6d03a2bacfced1b292ccdcdf94c80736f0f72e4c authored almost 5 years ago
Updated readme and changelog. Removed some dead code.

e36138d40d3a13f151ad17016220ba32f27c3add authored almost 5 years ago
Merge pull request #564 from javascript-obfuscator/issue-563

Changed the way to rename variable identifiers and references

a275755b7e815bae640a592a23735ffb9f5109a2 authored almost 5 years ago
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/563

d229c8ffa1625c42ae9dfe46d1b313b280d392c7 authored almost 5 years ago
Merge pull request #562 from javascript-obfuscator/issue-550

Fixed wrong scope of preserved identifiers of shorthand object pattern property

4860db799fc983948c2d12281d5a97674ea326fe authored almost 5 years ago
Fixed wrong scope of preserved identifiers of shorthand object pattern property

3e408da024f1d78962b884a2258ffa71d93675f2 authored almost 5 years ago
Updated .d.ts file

1ebf78913d9496dc0bc3db8ab76052c2121addec authored almost 5 years ago
Added `examples` directory under `npmignore`

11bf14d08c28e9fc0a394a2a3c9737517ca6efbb authored almost 5 years ago
Added new obfuscated code example

d346fcf0f9205d62f723b879b2a759b36d696879 authored almost 5 years ago
Merge pull request #552 from javascript-obfuscator/variable-preserve-improvements

Variables preserve transformer improvements

fbab8149f712ad4ff7d3f70bb9629ea2ccd288e6 authored almost 5 years ago
Fixed wrong lexical scope node for object expression host node

e1a24248b2488a63e193c649632180a2d6c182ad authored almost 5 years ago
Support of output directory paths with a dot symbol

28b2422c7e66869ecda528792115a9fb799f29b2 authored almost 5 years ago
Dependencies update

18160e36aef729bdb7ecfcdbdcaf243a1debbba6 authored almost 5 years ago
Changed file log messages

ed09424df537a67a4a1fb0e7ad12a99e2a32c90a authored almost 5 years ago
Revert: Now obfuscator runtime test runs only on node 12+

ae111ead95dafe1ef8da914a73b5485f3bdac019 authored almost 5 years ago
Removed done callback

31a70a58ec0140d4f9f1901e5803b0ab12192b35 authored almost 5 years ago
Changed evaluationWorker helper

a5139779f97ed0f4230093d56c2cfaef5d38e4cb authored almost 5 years ago
Now obfuscator runtime test runs only on node 12+

5e61885f9359250358ccc343dc69ab8c3ebbe198 authored almost 5 years ago
Added console.log to the test file to debug error on travis.ci

8cea97434d0af875a8edac35d4b9f2a90ba595d8 authored almost 5 years ago
Added preserved variable names check to the hexadecimal identifiers name generator

c60627ac3c44b0ede64063899fa07bbbc8172908 authored almost 5 years ago
Attempt to fix `done() called multiple times` error on node 10 #3

b2f65495522c147d178147e28801ab86eee58bb5 authored almost 5 years ago
Attempt to fix `done() called multiple times` error on node 10 #2

e900171c84d16332d7deac70c41f519a0d6b8a86 authored almost 5 years ago
Attempt to fix `done() called multiple times` error on node 10

65c41c27783f1d6fa79ecdb4a7073d01b6711163 authored almost 5 years ago
Improved new self defending code

e3f82916571ffabea402b819b1bb10739f9fe3ac authored almost 5 years ago
Fixed string array name preserving inside string array helpers

499c2b1a33404816197af68eb86f1ad98af8cfa0 authored almost 5 years ago
Fixed errors related to identifiers. Changed self defending helper

a2e9c05ce8a03cdbd21ef66dc6089cba8dd862f3 authored almost 5 years ago
Refactoring of custom nodes: split on custom nodes and custom code helpers

51523c0d5cce3a53e1ceb05286543484feb3ad63 authored almost 5 years ago
Fixed wrong names generation for the custom nodes

dd7c1df9f9004fe6db099d0129932a90d4ae5cf7 authored almost 5 years ago
Merge pull request #555 from javascript-obfuscator/new-mangled-names-generator

Improved mangled identifier names generator

daba144e76b1ce44d3f46470827fd1732cf570a4 authored almost 5 years ago
Removed `getPreservedNames` method from AbstractIdentifierNamesGenerator

16a76569841466cd56ddc0629725310864d6bc53 authored almost 5 years ago
Added fixed seed for the first obfuscation pass of the CustomNodeObfuscator

a5077431de36bddcc188aac586ebfa516e7d5660 authored almost 5 years ago
Custom nodes refactoring. CustomNodeObfuscator class.

9dde522879e16a210e36f633113974736b0b1b1c authored almost 5 years ago
More runtime tests variants

837e7436c23a9e7299f86d1e98adf1200dda2195 authored almost 5 years ago
Fix of duplicate identifiers error

2ee1a3b9428bb01f154194ea87896efaabf903ca authored almost 5 years ago
Added more tests

ca1545bffd0337562a0772f552bf063d4f7d3836 authored almost 5 years ago
More stable way to preserve identifiers with scope identifiers traverser

89e8a2452abe93a668a419963e4ade19e0b3e706 authored almost 5 years ago
Added basic tests for mangled lexical scope identifiers generation

eb233be65a6a7189278a259115ad5ef207b3c2be authored almost 5 years ago
Dependencies update

7ff6721093242161867ed3045b5d65ea4cd23a27 authored almost 5 years ago
Removed unused NodeGuards code

b95b279783a10385f057e4a300743c19acb2e376 authored almost 5 years ago
Improved mangled identifier names generator. Improved variable preserving.

002697caf5c8be5beda9ae92816064c51a9073ab authored almost 5 years ago
Added more tests of identifier names conflicts when using `identifiersPrefix`

029d5953c22323d582386f809c2be065843ba12b authored almost 5 years ago
Added more fixes of identifier names conflicts when using `identifiersPrefix`

ac259dab1c4b04d2b0de122383b4d3a632f5fc96 authored almost 5 years ago
Additional improvements of variables preserving

78722782deff3efc857ba095472901e401f67fcb authored almost 5 years ago
Prevented transformation of object keys in sequence expression that has `super` call

4e716ed0d069451c7e58cca768dd0af42c28ca3e authored almost 5 years ago
Fixed conflicts between generated names and names from untouched identifiers from source code.

Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/550
Fixed https://git...

db908f7bceb1c4b3b7513c6e51aa806b982d3a47 authored almost 5 years ago
Merge pull request #547 from javascript-obfuscator/exponentiation-operator-fix

Fixed support of exponentiation operator

43b8fc9d7c578d01b0276ad0b00c40766a2965e8 authored almost 5 years ago
Fixed support of exponentiation operator. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/534

e987a8f55e3851302b5c93de4870803c5dfaea03 authored almost 5 years ago
Merge pull request #546 from javascript-obfuscator/file-path-in-error-messages-directory-fix

File path in error messages directory fix

b95455fa6342f6c0556a668308936729f9a32825 authored almost 5 years ago
Updated changelog and version

469dd4a0cf21c43f339ce596b0aee85c4447450f authored almost 5 years ago
Refactoring of CLI utils

0fe1c15f150b317531faba99e7b83103dc4a617b authored almost 5 years ago
Merge branch 'master' into file-path-in-error-messages-directory-fix

# Conflicts:
# dist/index.cli.js
# dist/index.js

6340fe6e10b09d14dc7df527d9f71f39e9d60603 authored almost 5 years ago
Merge pull request #544 from javascript-obfuscator/issue-542

Fixed wrong rename of object pattern identifiers

65e660550b3274a6f07600f8732b6ffeaf5cdf79 authored almost 5 years ago
Fixed wrong rename of object pattern identifiers

e589b461c329c89d96f5d681513a6afb8fcde84b authored almost 5 years ago
Refactoring of CLI code related with source code. Fixed directory name logging

8977f9274284a4ae90db8b42fce1a9f229cd4637 authored almost 5 years ago
Added identifiers dictionary more detailed description

25c9df4084a9bf0951c4dca49e1ec439d0fe2978 authored about 5 years ago
Merge pull request #541 from javascript-obfuscator/rc4-encoded-value-collision-fix

Fix of rc4 encoded values collision

dc4bdaeb852a9d83b88606c8f20cd188e72fb8b8 authored about 5 years ago
Added tests for rc4 encoded value collision fix

ca4a907094a9d2f45e30e6b746c4c722cacc786e authored about 5 years ago
Fix of rc4 encoded values collision

740b84d598dce3a69230243b4a2c2ed5557567d5 authored about 5 years ago
Merge pull request #540 from javascript-obfuscator/eslint-migration

Eslint migration

f450b63eb840c2ec9859916d70e11a725a8c26a6 authored about 5 years ago
Dependencies update

8df7d6c434414765eb66461cad793cb984cc2db5 authored about 5 years ago
Migration from tslint on eslint #2

7a6a35964b6afb45316336b5625f6047784318c9 authored about 5 years ago
Merge pull request #539 from kittenswolf/master

Minor grammar changes

8ebdc5b583eacc6b72683c1aa8797aab01dbf85b authored about 5 years ago
minor grammar changes

b2e399b7fe043c5ca00bca718590df40f69227bb authored about 5 years ago
Migration from tslint on eslint #1

64b61a7ae77dde6f2130b84e61a4177777886f6c authored about 5 years ago
Merge pull request #537 from javascript-obfuscator/issue-535

Fixed runtime error with class expressions

b575fb3ce60c26fbaa8ad5f9d7d6409242eafbb9 authored about 5 years ago
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/535

fcbe2ee66efe662b51475212563e94b527461ad1 authored about 5 years ago
Added paypal link

d60ec7afbb51ef40768f33e141c1dec4b1bb76b8 authored about 5 years ago
Added homepage section to the package.json

da3c0802b2a41de8f3aa14e22e594dc21f97f832 authored about 5 years ago
Updated `transformObjectKeys` example

f0ef41fd46be56d394ede29588761811f3c37608 authored about 5 years ago
Updated copyright #2

79c5bada798475d1ac37354973fd8c4de8f7cad4 authored about 5 years ago
Updated copyright

41a31a1c5487b3beebc25ab8500b0359110ab14c authored about 5 years ago
Readme update

4c05ef42dd8412a3b300b8d6f3b04654a1cacc6c authored about 5 years ago
Merge pull request #533 from javascript-obfuscator/source-map-browser-only-revert

Reverted validation errors under `node` target for `sourceMap*` options

48f7d2c1886124e1775f475d464b201d20eb7b06 authored about 5 years ago
Reverted validation errors under `node` target for `sourceMap*` options

05a172973c7b7764ed2d00b815b497eeb2984700 authored about 5 years ago
Merge pull request #532 from javascript-obfuscator/sanitize-of-class-scopes

Added class scope sanitizing

a6e40b40c3bed2f4537527d4972ea6b3aedbcbc9 authored about 5 years ago
Removed isNodeScope option, added more tests

f819acbc4bd6ed4afe36e0c519ce64402969fc14 authored about 5 years ago
Added class scope sanitizing

c0117912c1d800f16172a1eab32a8785411b5166 authored about 5 years ago
Merge pull request #527 from javascript-obfuscator/tests-variable-kind-regexp-fix

Slightly changed regexps of variable kinds

5ccb690f65d366b1dcf62b63fc6d54ae64202adb authored about 5 years ago
Slightly changed regexps of variable kinds

178adcbfaa31024c8893065eb2c8076360e8613a authored about 5 years ago
Version update to 0.24.0

65f8bb84d42814e4ff174856ff0a1fcc10bb22ee authored about 5 years ago
Merge pull request #526 from javascript-obfuscator/mangled-identifier-names-generator-fix

Increased `identifierNamesGenerator: 'mangled` speed

7c3572e238b11a27b5f070026c129d35a052066a authored about 5 years ago
Increased `identifierNamesGenerator: 'mangled` speed

58c165f88993b7514d50a43645bb594ae52ad363 authored about 5 years ago
Merge pull request #525 from javascript-obfuscator/transform-object-keys-prohibited-host-fix

Additional fixes of `transformObjectKeys`

0fc621e9fda9e6a06c1b1bb5b1874271eaff2f70 authored about 5 years ago
Additional fixes of `transformObjectKeys`

b454b9e8090aeccf02834052fe5a999af0853c99 authored about 5 years ago
Merge pull request #524 from javascript-obfuscator/transform-object-keys-prohibited-host-fix

`transformObjectKeys` refactoring and bug fixes

f4f6064881d0cb11c7efcedda209700824bfa50e authored about 5 years ago
Bundles update

f6cc614c3617a9caaa7e2f3722f1a29d72add0e8 authored about 5 years ago
Removed dead code from NodeGuards

580af785215362285b502fd4e67a34383191ade1 authored about 5 years ago
`transformObjectKeys` refactoring and bug fixes

856709ab1244810121d47ab17542a3265f3d9258 authored about 5 years ago
Merge pull request #523 from javascript-obfuscator/transform-object-keys-return-fix

Fixed object expression keys transformation

7d8d409347ff05f56a16922c71032e57a200f2b7 authored about 5 years ago
Fixed test case description

241c0695778a556623fa1c79e85f8031760ae136 authored about 5 years ago
Fixed object expression keys transformation when of sequence expressions, when identifier is referenced on the same expression

5011d89eeef32cd466ddc11570d585715ce65a20 authored about 5 years ago
Merge pull request #522 from javascript-obfuscator/transform-object-keys-return-fix

Fixed wrong object keys transformation of objects inside sequence expressions

73ec8e6d8e4c2eb45ff94cdfc05bc19a33d36d7e authored about 5 years ago
Fixed wrong object keys transformation of objects inside sequence expressions

87c8c612b893e22084898e09872e41a1c9be1473 authored about 5 years ago
Merge pull request #521 from javascript-obfuscator/split-strings-maximum-call-stack-fix

Split strings maximum call stack fix

4d8b67143e94408b345f47829853d15fc9de1949 authored about 5 years ago
Fixed `Maximum call stack size exceeded` error on large strings when `splitString` option is enabled

8585a786728e521815e7535f46676e0973c28f49 authored about 5 years ago