Ecosyste.ms: OpenCollective

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

javascript-obfuscator

JavaScript obfuscator is a powerful free obfuscator for JavaScript and Node.js
Collective - Host: opensource - https://opencollective.com/javascript-obfuscator - Website: https://obfuscator.io/ - Code: https://github.com/javascript-obfuscator/javascript-obfuscator

increased runtime speed with encoding

github.com/javascript-obfuscator/javascript-obfuscator - 64d4c79efa2164d3b761db110b9c9409bbc0b3c6 authored about 8 years ago
rc4 encoding runtime error fix and performance boost

github.com/javascript-obfuscator/javascript-obfuscator - 8c5d3237521d6fea43a8c58cd794f5eff883ffe5 authored about 8 years ago
0.9.0-dev.7 - revert back control flow storage key length to 3, but add key regeneration if key already exist in the storage

github.com/javascript-obfuscator/javascript-obfuscator - 8e14a3e90a27b4d903f4986419b6da754495578f authored about 8 years ago
0.9.0-dev.7 - increased control flow storage key length

github.com/javascript-obfuscator/javascript-obfuscator - 5f26fe2209ec8c1fec16af086af6cb688c9f6d3f authored about 8 years ago
callExpression control flow replacer

github.com/javascript-obfuscator/javascript-obfuscator - 610c35b9fd1ec734e2c23bd8f437dcba718cc215 authored about 8 years ago
LogicalExpressionControlFlowReplacer + tests

github.com/javascript-obfuscator/javascript-obfuscator - ef64010fc5d03abad87b6cedd6e3885091979be4 authored about 8 years ago
additional test for FunctionControlFlowTransformer

github.com/javascript-obfuscator/javascript-obfuscator - 11772b141b0cdc025760e4b3732826674e040a2a authored about 8 years ago
FunctionControlFlowTransformer tests: testing few items in controlFlowNode storage

github.com/javascript-obfuscator/javascript-obfuscator - 725c26577e57a7390b7cbd356c69f38001f97018 authored about 8 years ago
FunctionControlFlowTransformer tests

github.com/javascript-obfuscator/javascript-obfuscator - f4fd3d74b8d1704012d6348c1c1cea6ac4989f00 authored about 8 years ago
stringLiteralReplacer refactoring + fix of incorrect cache of value with `stringArrayThreshold` chance

github.com/javascript-obfuscator/javascript-obfuscator - 8f73014d28cf838fb5da3dded5c4115612a5591a authored about 8 years ago
slightly improved speed with rc4 encoding

github.com/javascript-obfuscator/javascript-obfuscator - 6aba608f3686d9fd023c3c4c5b7cd6169e9d46db authored about 8 years ago
fixed functionObfuscator runtime regression error

github.com/javascript-obfuscator/javascript-obfuscator - 1271de0b3a845d6c3cff439081cc239b398ebfdf authored about 8 years ago
do not include babel polyfill when node is 4.0+

github.com/javascript-obfuscator/javascript-obfuscator - ece5ed320960eadb5aa255d76bcf324f213cdaa8 authored about 8 years ago
esprima parse speedup when sourcemap is disable

github.com/javascript-obfuscator/javascript-obfuscator - 1aed037b156cf2693eb4b5266226c0bdb0c5958a authored about 8 years ago
additional ~10-15% performance boost

github.com/javascript-obfuscator/javascript-obfuscator - 7b308b331ef403dc8f1ec246666746391b151598 authored about 8 years ago
caching stringLiteralReplacer values: 80% performance boost

github.com/javascript-obfuscator/javascript-obfuscator - 6d136fecce3d0550f9fc84e723cfc013297bdb0b authored about 8 years ago
cache scopeNodes for more faster traversing during obfuscation

github.com/javascript-obfuscator/javascript-obfuscator - 90e744734f25e39f10a911630b457078b555a20a authored about 8 years ago
update deps, readme and small refactoring

github.com/javascript-obfuscator/javascript-obfuscator - 98e048cbb9c4bd331e3e80c92be5b6d9c172740e authored about 8 years ago
fixed esprima crash when `unicodeEscapeSequence` is disabled

github.com/javascript-obfuscator/javascript-obfuscator - 519ecbf0847f0914c325d0db3a1974ede2c27482 authored about 8 years ago
fixed stringArrayEncoding regression logic

github.com/javascript-obfuscator/javascript-obfuscator - e922fc6444ab799645bb722a9a2054802d199d84 authored about 8 years ago
added tslint-loader and tslint fixes

github.com/javascript-obfuscator/javascript-obfuscator - 034d3774f8c1b25513850565d8f7b8fd5d25e4ba authored about 8 years ago
service identifiers name change

github.com/javascript-obfuscator/javascript-obfuscator - 435370687ade397e252caa421279e12bb3f8275b authored about 8 years ago
custom nodes factory refactoring

github.com/javascript-obfuscator/javascript-obfuscator - 8d390178a3eb55cf0d743bfa75b8897cd53ebc00 authored about 8 years ago
40% performance increase during control flow flattening

github.com/javascript-obfuscator/javascript-obfuscator - b1d72e7d9de9878cd910431ab96cf9b190fca229 authored about 8 years ago
trying to increase performance

github.com/javascript-obfuscator/javascript-obfuscator - e95602eeb2022158645a450faf6ca15dcae98563 authored about 8 years ago
Merge branch 'dev'

# Conflicts:
# dist/index.js

github.com/javascript-obfuscator/javascript-obfuscator - b2615f16bb388b949248e5738b490cf63dcff1b6 authored about 8 years ago
fixed error when string array variable name and string array calls wrapper name was the same

github.com/javascript-obfuscator/javascript-obfuscator - 3062e761a22428cc3bcbbd031bb74d0ad09c6cb0 authored about 8 years ago
fixed error when string array variable name and string array calls wrapper name was the same

github.com/javascript-obfuscator/javascript-obfuscator - da91543f741c276c3569aedf1f488e2d410b3444 authored about 8 years ago
increase samples count: removed `only`

github.com/javascript-obfuscator/javascript-obfuscator - 6cf41098dc4d62927dd155193064c51dd434b6f2 authored about 8 years ago
now using `babel-runtime` for providing polyfills and helpers

github.com/javascript-obfuscator/javascript-obfuscator - fcf1e99806b7c88b91fb880457d079513139c969 authored about 8 years ago
now using `babel-runtime` for providing polyfills and helpers

github.com/javascript-obfuscator/javascript-obfuscator - 5b95b3b98a1cbe44e6dfe17b7c1c62654e46643c authored about 8 years ago
moving presets to the `options` folder

BinaryExpressionControlFlowReplacer spec: increased samples count

github.com/javascript-obfuscator/javascript-obfuscator - 34d1e9593777885ca7a115c3480cb94eb7da8e89 authored about 8 years ago
now tslib is using for helpers providing

github.com/javascript-obfuscator/javascript-obfuscator - 4cd80207837edd2b4a71691c2c91aa2ac010fe0e authored about 8 years ago
controlFlowFlatteningThreshold option

tests for BinaryExpressionControlFlowReplacer

github.com/javascript-obfuscator/javascript-obfuscator - b0a18660bbea92b9ab8846b2b6314d888fb43b08 authored about 8 years ago
Merge remote-tracking branch 'origin/dev' into dev

github.com/javascript-obfuscator/javascript-obfuscator - 7b29d7a7d6e00bcdff9109e6e6026103741d7ea2 authored about 8 years ago
Merge pull request #28 from demidovakatya/dev

Minor README.md fixes

github.com/javascript-obfuscator/javascript-obfuscator - 2a0f647eaf498d6cd34b6997a42a934c27e4a662 authored about 8 years ago
using type inferrence with Maps when initialization and declaration on same line

github.com/javascript-obfuscator/javascript-obfuscator - 0df95f74248b644987759499274fcb1a1102a32b authored about 8 years ago
update tslint

BinaryExpressionControlFlowReplacer refactoring

github.com/javascript-obfuscator/javascript-obfuscator - d90de8a20bcedc7f44c8dfac195ee7f0567a6ab0 authored about 8 years ago
getBlockScopeOfNode now returns array with all block scopes

github.com/javascript-obfuscator/javascript-obfuscator - 961f699ff5ba9deecc7a7c51274ec82ef6fb73f1 authored about 8 years ago
Random generator now configure before resolve of JavascriptObfuscator object

github.com/javascript-obfuscator/javascript-obfuscator - c6de75966756bf65a2cf257b5f2f0cba27127373 authored about 8 years ago
using stirngArrayStorage id as string array nodes name

github.com/javascript-obfuscator/javascript-obfuscator - 8508af389131de118aabf3b26e35aeca772f7ee4 authored about 8 years ago
binary expression replacer algorithm update wip

github.com/javascript-obfuscator/javascript-obfuscator - d610534575402e515bac0e3579451fd3dff71286 authored about 8 years ago
control flow flattening algoritm optimizations

move from underscore to lodash

github.com/javascript-obfuscator/javascript-obfuscator - f5f94a654ec6b623c23348ada3856fd504309e3b authored about 8 years ago
now use underscore for various operations.

control flow flattening continues refactoring

github.com/javascript-obfuscator/javascript-obfuscator - 90021e251c820d214854a082df33642de3d1c358 authored about 8 years ago
control flow flattening improvements WIP: correct removing of control flow storage nodes which will be replaced

github.com/javascript-obfuscator/javascript-obfuscator - 31b2d71b0ea011a985ccff6ea8a648d069dc17b9 authored about 8 years ago
control flow flattening improvements

github.com/javascript-obfuscator/javascript-obfuscator - a3db41c450aba5dec5327279b0f672059712543d authored about 8 years ago
control flow flattening improvements WIP: added correct replace of custom node storage node name for custom storage node calls

github.com/javascript-obfuscator/javascript-obfuscator - 8119fb72f1fb20b86a4bd597d1b442e0d46f194e authored about 8 years ago
control flow flattening improvements WIP

github.com/javascript-obfuscator/javascript-obfuscator - 006c01768c47e7538a0c5c065318c3c27f88a79f authored about 8 years ago
improved `getBlockScopeOfNode` method tests

github.com/javascript-obfuscator/javascript-obfuscator - 44783eded90b478d951aae468a585d694fa2ab02 authored about 8 years ago
control flow flattening improvements: less storage nodes, faster speed

github.com/javascript-obfuscator/javascript-obfuscator - 59a2511ec6e6f49bc48b448aebc254a4591ab0b6 authored about 8 years ago
update awesome-typescript-loader to beta.13

github.com/javascript-obfuscator/javascript-obfuscator - bc4b18f1e1e01f104c3d63962c6f42462553cd45 authored about 8 years ago
finished inversify integration

github.com/javascript-obfuscator/javascript-obfuscator - 0eff9390af6e15966e73cb96cebbcb877e4d063d authored about 8 years ago
@initialize() decrator refactoring

github.com/javascript-obfuscator/javascript-obfuscator - ed0273f066101beeebc467032bf45dbec56752e6 authored about 8 years ago
Merge branch 'dev'

# Conflicts:
# dist/index.js
# package.json
# test/unit-tests/OptionsNormalizer.spec.ts

github.com/javascript-obfuscator/javascript-obfuscator - a9cff90be5712a193d527772b390a63089e1b66f authored about 8 years ago
refactoring + control flow storage test

github.com/javascript-obfuscator/javascript-obfuscator - 1e7628b98368b2b31db496b88007663d66744b3e authored about 8 years ago
ts 2.1 refactoring + first runtime test

github.com/javascript-obfuscator/javascript-obfuscator - 4b3bc9b81b90278e29adc49499142ad668c2b0a6 authored about 8 years ago