@react-native-module/crypto 4.0.0-0 → 4.1.0

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
@@ -13,16 +13,16 @@ Use this module if you are considering other platforms
13
13
 
14
14
  ## Install
15
15
 
16
- This module has peerDependency "react", "react-native"
16
+ This module has peerDependency "react", "react-native", "@react-native-module/pbkdf2"
17
17
 
18
18
  A typical workflow:
19
19
 
20
20
  ```
21
- npm i --save @react-native-module/crypto
21
+ npm i --save @react-native-module/crypto @react-native-module/pbkdf2
22
22
  ```
23
23
 
24
24
  ```
25
- yarn add @react-native-module/crypto
25
+ yarn add @react-native-module/crypto @react-native-module/pbkdf2
26
26
  ```
27
27
 
28
28
  ## List of Support node's features
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "sacru2red <sacru2red@gmail.com>",
3
3
  "name": "@react-native-module/crypto",
4
4
  "description": "implementation of crypto for React Native",
5
- "version": "4.0.0-0",
5
+ "version": "4.1.0",
6
6
  "main": "lib/cjs/index.js",
7
7
  "module": "lib/es/index.js",
8
8
  "types": "lib/types/index.d.ts",
@@ -22,11 +22,10 @@
22
22
  "unit": "echo 'tests not set up for React Native yet'"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-module/pbkdf2": "^0.4.1",
26
25
  "@react-native-module/randombytes": "^4.0.0",
27
26
  "browserify-cipher": "^1.0.0",
28
- "browserify-sign": "^4.0.4",
29
- "create-ecdh": "^4.0.0",
27
+ "browserify-sign": "^4.2.5",
28
+ "create-ecdh": "^4.0.4",
30
29
  "create-hash": "^1.1.0",
31
30
  "create-hmac": "^1.1.0",
32
31
  "diffie-hellman": "^5.0.0",
@@ -48,14 +47,14 @@
48
47
  "hash-test-vectors": "~1.3.2",
49
48
  "pbkdf2": "^3.1.2",
50
49
  "pseudorandombytes": "^2.0.0",
51
- "release-it": "^15.2.0",
50
+ "release-it": "^19.2.4",
52
51
  "rimraf": "^3.0.2",
53
52
  "rollup": "^2.77.0",
54
53
  "tape": "~2.3.2",
55
- "typescript": "^4.7.4",
56
- "zuul": "^3.12.0"
54
+ "typescript": "^4.7.4"
57
55
  },
58
56
  "peerDependencies": {
57
+ "@react-native-module/pbkdf2": "*",
59
58
  "react": "*",
60
59
  "react-native": "*"
61
60
  },
package/.travis.yml DELETED
@@ -1,31 +0,0 @@
1
- sudo: false
2
- language: node_js
3
- matrix:
4
- include:
5
- - node_js: '0.10'
6
- env: TEST_SUITE=unit
7
- - node_js: '0.11'
8
- env: TEST_SUITE=unit
9
- - node_js: '0.12'
10
- env: TEST_SUITE=unit
11
- - node_js: '4'
12
- env: TEST_SUITE=unit
13
- - node_js: '4'
14
- env: TEST_SUITE=standard
15
- - node_js: '4'
16
- env: TEST_SUITE=browser BROWSER_NAME=ie BROWSER_VERSION="10..latest"
17
- - node_js: '4'
18
- env: TEST_SUITE=browser BROWSER_NAME=chrome BROWSER_VERSION="44..beta"
19
- - node_js: '4'
20
- env: TEST_SUITE=browser BROWSER_NAME=firefox BROWSER_VERSION="40..latest"
21
- - node_js: '4'
22
- env: TEST_SUITE=browser BROWSER_NAME=iphone BROWSER_VERSION="8.0..latest"
23
- - node_js: '4'
24
- env: TEST_SUITE=browser BROWSER_NAME=safari BROWSER_VERSION="5..latest"
25
- - node_js: '4'
26
- env: TEST_SUITE=browser BROWSER_NAME=android BROWSER_VERSION="4.0..latest"
27
- script: "npm run-script $TEST_SUITE"
28
- env:
29
- global:
30
- - secure: YHNUDQmx/WiW3gmDcRCfb6KLDeio7Mr5tqPY2kHPdZlBSytsQjNk75ytM4U6Cu8Uk8iEIoj/aFlxiVMpJNA8J4QSUyW/YkbVaIz0+1oywoV0Ht8aRBfZ1jvXfX6789+1Q9c4xaMkYYbJpXSh9JcirsiwmqWd4+IDd7hcESodsDQ=
31
- - secure: Nhj5yejKZxUbtHGZta+GjYWqXGaOZB7ainTkOuGcpXM+OwwjeDpYlTBrwS90Q7hqens7KXVzQM09aDbadpsDCsOo1nyaEigMtomAorZ1UC1CpEoVz1ZuikF9bEhb+/7M9pzuL1fX+Ke9Dx4mPPeb8sf/2SrAu1RqXkSwZV/duAc=
package/.zuul.yml DELETED
@@ -1 +0,0 @@
1
- ui: tape