We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc5039 commit f22c17cCopy full SHA for f22c17c
README.md
@@ -904,7 +904,7 @@ Performance will 50-100% slower than without obfuscation
904
selfDefending: true,
905
shuffleStringArray: true,
906
splitStrings: true,
907
- splitStringsChunkLength: '5',
+ splitStringsChunkLength: 5,
908
stringArray: true,
909
stringArrayEncoding: 'rc4',
910
stringArrayThreshold: 1,
@@ -934,7 +934,7 @@ Performance will 30-35% slower than without obfuscation
934
935
936
937
- splitStringsChunkLength: '10',
+ splitStringsChunkLength: 10,
938
939
stringArrayEncoding: 'base64',
940
stringArrayThreshold: 0.75,
0 commit comments