expo-standard-web-crypto 1.4.1 → 1.4.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
type IntegerArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray;
|
|
2
2
|
/**
|
|
3
3
|
* An implementation of Crypto.getRandomValues that uses expo-random's secure random generator if
|
|
4
4
|
* available and falls back to Math.random (cryptographically insecure) when synchronous bridged
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRandomValues.d.ts","sourceRoot":"","sources":["../src/getRandomValues.ts"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"getRandomValues.d.ts","sourceRoot":"","sources":["../src/getRandomValues.ts"],"names":[],"mappings":"AAIA,KAAK,YAAY,GACb,SAAS,GACT,UAAU,GACV,UAAU,GACV,WAAW,GACX,UAAU,GACV,WAAW,GACX,iBAAiB,CAAC;AAWtB;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,MAAM,SAAS,eAAe,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CA+C9F;AAED,wBAAgB,uBAAuB,CAAC,MAAM,SAAS,YAAY,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ3F"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-standard-web-crypto",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "A partial implementation of the W3C Crypto API for Expo",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"expo-module-scripts": "^3.0.0",
|
|
34
|
-
"expo-random": "~13.
|
|
34
|
+
"expo-random": "~13.1.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"expo-random": "13.
|
|
37
|
+
"expo-random": "13.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"expo-random": {
|
|
41
41
|
"optional": true
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
|
|
45
45
|
}
|