react-native-xxhash 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # react-native-xxhash
2
2
 
3
- A React Native library for hashing strings using the fast and deterministic xxHash algorithm. This library provides support for both 64-bit and 128-bit hashing.
3
+ A React Native library for hashing strings using the fast and deterministic xxHash algorithm, written in C++ with JSI for high performance. This library provides support for both 64-bit and 128-bit hashing.
4
+
4
5
 
5
6
  ## Features
6
7
 
@@ -92,7 +92,8 @@ android {
92
92
  cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
93
93
  abiFilters (*reactNativeArchitectures())
94
94
  arguments "-DANDROID_STL=c++_shared",
95
- "-DNODE_MODULES_DIR=${nodeModules}"
95
+ "-DNODE_MODULES_DIR=${nodeModules}",
96
+ "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
96
97
  }
97
98
  }
98
99
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-xxhash",
3
- "version": "0.1.6",
4
- "description": "Fast xxHash implementation for React Native",
3
+ "version": "0.1.8",
4
+ "description": "💪 A high-performance React Native library for generating xxHash hashes using C++ and JSI",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",
7
7
  "types": "lib/typescript/index.d.ts",
@@ -41,7 +41,25 @@
41
41
  "android",
42
42
  "xxhash",
43
43
  "hash",
44
- "fast"
44
+ "fast",
45
+ "xxhash3",
46
+ "react-native-xxhash",
47
+ "react-native-xxhash3",
48
+ "xxhash3-react-native",
49
+ "react-native-hash",
50
+ "hash-react-native",
51
+ "hash-xxhash",
52
+ "jsi",
53
+ "cpp",
54
+ "react-native-jsi",
55
+ "fast-hash",
56
+ "quick-hash",
57
+ "react-native-quick-hash",
58
+ "react-native-fast-hash",
59
+ "react-native-xxhash-jsi",
60
+ "react-native-xxhash-cpp",
61
+ "react-native-xxhash3-jsi",
62
+ "react-native-xxhash3-cpp"
45
63
  ],
46
64
  "repository": {
47
65
  "type": "git",