react-native-obfuscating-transformer
react-native-obfuscating-transformer copied to clipboard
Obfuscation for React Native bundles
Having issue while building: npx react-native bundle --entry-file=index.js --bundle-output='./bundle.js' --dev=false --platform='android' --assets-dest='./android' --reset-cache --verbose The number of constructor arguments in the derived class t must be >= than the number...
src文件夹混淆后,app.js import src下的文件路径报错
The npm package is not updated with the latest code found here and it doesn't work with the new React versions.
I'm trying to add multiple resolvers and transformers using metro for my react native project, how do I combine them and obfuscate the code. I am using metro-babel-transformer and react-native-svg-transformer...
Hi I am trying to use this module. I created the rn-cli.config.js and transformer.js file in my project root folder and kept the default obfuscatingTransformer options (So `module.exports = obfuscatingTransformer({})`)....
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [validator](https://github.com/validatorjs/validator.js) from 7.2.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...