jscrambler-metro-plugin 5.5.35 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +11 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -2,6 +2,17 @@
|
|
2
2
|
|
3
3
|
This metro plugin protects your **React Native** bundle using Jscrambler.
|
4
4
|
|
5
|
+
# Version Compatibility
|
6
|
+
------------------------------------------------------------------------------
|
7
|
+
|
8
|
+
The version's compatibility table match your [Jscrambler Version](https://app.jscrambler.com/settings) with the Jscrambler Metro Plugin.
|
9
|
+
Please make sure you install the right version, otherwise some functionalities might not work properly.
|
10
|
+
|
11
|
+
| _Jscrambler Version_ | _Client and Integrations_ |
|
12
|
+
|:----------:|:-------------:|
|
13
|
+
| _<= 7.1_ | _<= 5.x.x_ |
|
14
|
+
| _\>= 7.2_ | _\>= 6.0.0_ |
|
15
|
+
|
5
16
|
# Usage
|
6
17
|
|
7
18
|
Include the plugin in your `metro.config.js` and add the following code:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jscrambler-metro-plugin",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.0",
|
4
4
|
"description": "A plugin to use metro with Jscrambler",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"peerDependencies": {
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"dependencies": {
|
10
10
|
"commander": "^2.20.0",
|
11
11
|
"fs-extra": "^8.0.1",
|
12
|
-
"jscrambler": "^
|
12
|
+
"jscrambler": "^6.0.0"
|
13
13
|
},
|
14
14
|
"keywords": [
|
15
15
|
"jscrambler",
|