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 #36 from RogerHardiman/master

Fixed some grammar

602fc522c20b001466340c1867df028c91cf5cf3 authored about 8 years ago
Fixed some grammar

b19b9e8ca6f7f853fa36d718015cceb15ac12e2b authored about 8 years ago
0.9.0 release

19723f6fc69056243defbfc1946696af39686918 authored about 8 years ago
Merge branch 'dev'

f9a6016db28f97b44d697ecf82e0c93c7ee62ccf authored about 8 years ago
0.9.0 preparation: changelog markdown fix

c74f23805b2e255bc932022950d9fc2ec4a66f66 authored about 8 years ago
0.9.0 preparation: updated README.md, CHANGELOG.md and dependencies

cf7b51992be5ec896ff9be9e72dd5efcfd70952b authored about 8 years ago
refactoring

d33677ce9dcc72b05031a3196c78b7642801139b authored about 8 years ago
0.9.0-beta.5

aaff7e759d815c8ecf583dec73e23e55164cd2d9 authored about 8 years ago
0.9.0-beta.5

07e0fecb5bdfdfeaa7a7f5ac99cd1c5ccd667787 authored about 8 years ago
Fixed invalid work of RandomGeneratorUtils.getMathRandom method.

Now method can't return `1`;

59c267eabdb8e4cb138fb443e97d5a4e0efd6bd7 authored about 8 years ago
repalced `forEach` loops on `for` loops in places where performance is very important

1737522d469ab33616e1a868411c3413a2b7b391 authored about 8 years ago
dependencies update

ed7b704521ac0034608e1c41bc316504522b25d1 authored about 8 years ago
Increased control flow transformation speed.

3df0f1685b8e34d74976a1888f6339cb51e65015 authored about 8 years ago
0.9.0-beta.4

8dd12182251617bf04182709a61d29ba34186c78 authored about 8 years ago
Merge branch 'dev'

eb9947b1e9f9aa083edb0e9d02627f5682e80d2e authored about 8 years ago
update .gitignore with `benchmark` folder

78745a824865ef8d3775b5e42d7cfd60ee21775e authored about 8 years ago
Various performance optimisations: fixed tslint

2ad3c193c85684ae9ca9b9acea918747b2f17fbc authored about 8 years ago
Various performance optimisations

ce6df172093ad019db7044cab2384c022aa9c588 authored about 8 years ago
dependencies update

cd7259577c6be6463cd30a74841437c8d3ef3c73 authored about 8 years ago
Performance boost: replaced for..of loops on forEach loops in important to performance places

0320841f2d4c116fcc7c011739e880fb02d84df8 authored about 8 years ago
added IVisitor interface

cc80d1f4ee69243a0e97ddb0b89a0e593e8664b7 authored about 8 years ago
Performance boost

fe0e4b6114c3bb723530644fc5a4b8871103ce72 authored about 8 years ago
fixed VariableDeclarationTransformer test description

7a588a87470a2a6593172ff336a555b78f8361c5 authored about 8 years ago
removed debug logging from tests

76054eb544b8fa6a5c6e567ea4948a2cda33ff28 authored about 8 years ago
Merge remote-tracking branch 'origin/master'

5beae13d93677d9dcdc6382e1571d6881ce99f2d authored about 8 years ago
removed Travis-CI node v5.0.0

0dac3b8f4af9418cea0b91a09d9a0f7c592eb9d2 authored about 8 years ago
added Travis-CI node v4.3.0

faf6a090c811c501fadb3a699f7a42074db5d951 authored about 8 years ago
added Travis-CI node v5.0.0

16ec80941eea802330b65db0524911a7b5d8be4f authored about 8 years ago
Corrected engine section, added Travis-CI node v5

0a11a69d330475cb08402c084e0ebc0e1cd043db authored about 8 years ago
Dropped node 0.10 and 0.12 support for development tasks: update readme and changelog

63e32a30547beef58f8d4fa7d31e1340ca10d60d authored about 8 years ago
Dropped node 0.10 and 0.12 support: added Array.includes transformation

69dc3a573398b3ba02b28052a4861df53d108a69 authored about 8 years ago
Merge branch 'dev' into yarn

Conflicts:
dist/index.js
package.json
scripts/test-coveralls
scripts/test-full
scripts/test...

abd3bfbbf2ad0bed1b3dc6c874a0bbad4e0d36c7 authored about 8 years ago
tests: try to find the cause of test error

ededa89616758bc2953c3fcd9f1e68abb1364f59 authored about 8 years ago
scripts update, tests temporary debug logging

100950e1e3d77f6ee87fd2a83b68d10aaf3ebb67 authored about 8 years ago
dependencies update

d79f54ac85f5d600653c4e2a47fb830e0699ff7d authored about 8 years ago
dependencies update

afd69548380780a166a19c6bb26dee54b93bbc95 authored about 8 years ago
fixed README typo

4951e8e11b193354a9119daa0cdcf1d719faefa4 authored about 8 years ago
Storages: sliglhtly changed behaviour of `getKeyOf` methods, added tests

e8f68171ddc4ff3359199926d0051ea8434cb835 authored about 8 years ago
Merge pull request #32 from javascript-obfuscator/greenkeeper/update-all

Update dependencies to enable Greenkeeper 🌴

c8c7e6f1703cad88a10cf178220d833d10e3e415 authored about 8 years ago
chore(package): update dependencies

https://greenkeeper.io/

fa6be0d294d48147c878bd7d368fecde3ab44c67 authored about 8 years ago
0.9.0-beta.2

d2b2dbded671e748e57364408894668a4af41f9b authored about 8 years ago
transformers as visitor: removed `any` type

658ebb0be535f10109cff31067f39bc87d4c7c2a authored about 8 years ago
now each transformer can return visitor for estraverse

df5b82855b611953cd6f32393c2402c1068ba893 authored about 8 years ago
transformers as visitor: refactoring

f953680ab46dc74d3762be966a30d00b8f5f5e31 authored about 8 years ago
transformers as visitor: refactoring

1eeb7f1b2a9ff585de9fec61088c7944af47dd6f authored about 8 years ago
transformers as visitor: fixed runtime errors

87b7c12faeacc76a90df140e46e9071e9f90a870 authored about 8 years ago
transformers as visitor: first working prototype

041ce3b5e7b75fa9b59382e0d5d3cacad27c5f8d authored about 8 years ago
ArrayStorage refactoring

a18e5445d9db9b1a6867053031057efdcace4a94 authored about 8 years ago
ArrayStorage refactoring

1df16519e2e32b48fbb1401dfd6ae83177fc278f authored about 8 years ago
renamed `obfuscated` node property to `obfuscatedNode`

9ff5b03d62ede41cae42d4372534496ba4b784e0 authored about 8 years ago
update webpack to rc.5

6d352b00480e188bf55090d3c6293999b38781ad authored about 8 years ago
copyright year update

146a1f6a07d117dc94c09c51f5a98b043d914059 authored about 8 years ago
Merge pull request #30 from jbruni/patch-1

Update README.md

b5e081fd3a82c4a0c58f3a0024a13ebb189ef24a authored about 8 years ago
Update README.md

English language fix

43f3c30958e0e4064b4fb6e2f4556f74ec7d034f authored about 8 years ago
readme note

80fd367677163c9fb63ef3468f2099412460d3bb authored about 8 years ago
0.9.0-beta.1

6bc386c7c59293730958d056051abc63cd699b2b authored about 8 years ago
Merge branch 'dev'

# Conflicts:
# package.json

ab3fe7ff9c66bbbf68a117963de92b15e98795c9 authored about 8 years ago
0.9.0-beta.1

9b9c0382ed8cd08271f11a12d1c5707b492d8e85 authored about 8 years ago
0.9.0-dev.11

658e24b02a28ff557e5621fb1e069eb76ec2cb4d authored about 8 years ago
Merge branch 'dev'

fe3ec4b80c368bd9101f5f358922a7d47805b359 authored about 8 years ago
correct transformation of array pattern in variable declarator

ae924d1a6a5c11a4c34d3baf1c77f7bc0152b0ee authored about 8 years ago
additional tests for array pattern as function parameter

c5f29b8c799e4c70d982f61276980315adcf3c07 authored about 8 years ago
ArrayPattern and AssignmentPattern function parameters obfuscation + tests

a295f77101450e57b7a86ec72c8e4900a28bc81f authored about 8 years ago
dropped node 0.12 support, now using yarn instead npm for scripts and travis-ci testing

35007886b3e7ecd68b08e9d59fa7cb3c4fd7af8f authored about 8 years ago
more correct naming: ObfuscationTransformers -> ObfuscatingTransformers

b95a248c00adfd5c3636c46fee4884b2c20859fb authored about 8 years ago
extract few transformers to new `converting-transformers` subtype

758277573aabd24e7bc5d444d3f133fb5d28f9ea authored about 8 years ago
update deps

405f1c4515984e9631a60df39ac6ae09d1605ee2 authored about 8 years ago
Merge branch 'dev'

# Conflicts:
# package.json

2ee183d31750bf3537df683fffe9bc231d3b25aa authored about 8 years ago
0.9.0-dev.10

99df22eb264b861485f2d31c68c374beb8ae6356 authored about 8 years ago
CatchClause obfuscator ObjectPattern test

Tests refactoring

5a0dede60ec367440d6f52ab8ab6d9ea68a66a7b authored about 8 years ago
CatchClause obfuscator ObjectPattern fix

5addfa0b726375b6317ae0a1a28b0cf3ec30d6ce authored about 8 years ago
fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/29

5c1215801a3c33ab7e52215d665ea6365e01cbb5 authored about 8 years ago
update readme with changes from 0.8.4

fcdb90348f4ee0ed261ef8409233acfd588e917c authored about 8 years ago
dependencies update

1486717ec58d61b4fe9840149a60dfc007b40061 authored about 8 years ago
BlockStatementControlFlowTransformers small performance fix

326f4c026856e16aff170eb3a1286c6a7ab14bf9 authored about 8 years ago
getRandomVariableName refactoring + tests

a8339bc4ae02dac68a70c0b5c0d6fa7b247c8b27 authored about 8 years ago
syncing changes from 0.8.4 with dev

5d649b23d74e27d299afef289689714da60357b4 authored about 8 years ago
slightly stronger tslint rules: fixed escodegen declaration

d0ba15bbb3574dc9a13fd9a02c2dd83be7e8bca8 authored about 8 years ago
slightly stronger tslint rules

d614915575a304123bda4438f9fe56e5cc019ca0 authored about 8 years ago
0.9.0-dev.9

87795ed5961412eded6e44c341ca34cdfad61cd7 authored about 8 years ago
Merge branch 'dev'

# Conflicts:
# dist/index.js

41d2b35a772c33c4f5db295c7f9c7dede81e095e authored about 8 years ago
Added RandomGenerator clearing after obfuscation

4e5cf5ad0d36bfc7ea9fdea509458b77d9363482 authored about 8 years ago
Added RandomGenerator clearing after obfuscation

2b1f78e5875ec8885b0aaec253a52b9dc476b79a authored about 8 years ago
improve `seed` testing: removed `only` modifier

7d435512080ea6154ae028a8090ba4075559d847 authored about 8 years ago
improve `seed` testing

251becedcf5c00d9fea42dc2f9b02ce8aaa92328 authored about 8 years ago
Now copying fixtures to test-tmp dir to keep relative requests with __dirname for test fixtures

76846c807e5d8b80d53d64a2b5dc58024ebb0dc2 authored about 8 years ago
Tests structure reorganized

9cd7bdd21f300e2d657e653514b537a6b7ae4337 authored about 8 years ago
NodeObfuscators now ObfuscationTransformers

New TemplateLiteralTransformer

a7d18d66ad93f7e624b8844ff9153ca598b4a9b0 authored about 8 years ago
0.9.0-dev.8

2dff52482dd2deb03c35938910df3a3c91529429 authored about 8 years ago
removed console.log

214471d9a3a44d67cabf8d6c6a1078ea06d789c6 authored about 8 years ago
additional tests for BlockStatementControlFlowTransformer

e8c76462ef2ebb3fb902cd8243e279215caf17b6 authored about 8 years ago
Moved BlockStatementControlFlowReplacer to BlockStatementControlFlowTransformer.

Added tests.

control flow replacers folder now contains only logic relative to control flow storage

5598770231e7f5cb26371f61a00e13ec61342d19 authored about 8 years ago
fixed readme

3d17cf21c8d74a9c34a6011d7147c6fa8b5dcc96 authored about 8 years ago
Changed min and max host node depth for control flow storage host node search.

Updated readme with options presets.

adb00444766496aeff023d2248478e54580a4389 authored about 8 years ago
more beauty way to create array with original keys

b137e7bf01747ccbe7bce8c8417224f8300f31b8 authored about 8 years ago
added BlockStatementControlFlowReplacerNode and fixes of incorrect parentizing of control flow transformed nodes

105ad55c06a59ed678643922d5ccdbf0af83f5b7 authored about 8 years ago
added BlockStatementControlFlowReplacer

cd02a0bf827e4ad2bb9f8193b2e4fd824b78f363 authored about 8 years ago
BlockStatement control flow transformation: using index increment instead array shift

412b42403e94ae2f58b6fd4b0cd85820ceb63c83 authored about 8 years ago
BlockStatement control flow transformation: first draft solution

463f82604fbbee48b58a24f116481f3d6a8851fe authored about 8 years ago
increased runtime speed with encoding: fixed test

ff0029f6f034c58142a95ab2efa177fcea1be677 authored about 8 years ago