Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@reason-react-native/keychain

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reason-react-native/keychain - npm Package Compare versions

Comparing version
3.1.0
to
6.2.0
+4
-1
bsconfig.json

@@ -18,4 +18,7 @@ {

],
"bsc-flags": ["-bs-no-version-header", "-warn-error @a-4"],
"bsc-flags": ["-bs-no-version-header"],
"warnings": {
"error": true
},
"bs-dependencies": []
}
# Changelog of `@reason-react-native/keychain`
## 6.2.0 - 2020-11-06
6.2.0 compat (but imcomplete)
rescript 8.2 compat
## 3.1.0 - 2020-01-29
Initial release
+16
-20
{
"name": "@reason-react-native/keychain",
"version": "3.1.0",
"description": "Reason/BuckleScript bindings for react-native-keychain",
"version": "6.2.0",
"description": "ReScript / Reason bindings for react-native-keychain",
"publishConfig": {

@@ -9,3 +9,3 @@ "access": "public"

"peerDependencies": {
"react-native-keychain": ">=3.1.3"
"react-native-keychain": "^6.2.0"
},

@@ -16,2 +16,3 @@ "author": "Christoph Knittel <ck@cca.io>",

"keywords": [
"rescript",
"reason",

@@ -26,9 +27,7 @@ "reasonml",

"files": [
"*",
"!.github",
"!.DS_Store",
"!**/*.bs.js",
"!.merlin",
"!lib/bs",
"!lib/ocaml"
"*.md",
"bsconfig.json",
"src/**/*.re",
"src/**/*.js",
"!src/**/*.bs.js"
],

@@ -48,20 +47,17 @@ "scripts": {

"devDependencies": {
"bs-platform": "^5.2.0",
"husky": "^1.3.0",
"lint-staged": "^8.1.0",
"bs-platform": "^8.2.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npmpub": "^5.0.0",
"prettier": "^1.18.0"
"prettier": "^2.0.0"
},
"prettier": {
"trailingComma": "all",
"proseWrap": "always"
"trailingComma": "all"
},
"lint-staged": {
"*.{md,json,js,css}": [
"prettier --write",
"git add"
"prettier --write"
],
"*.{re,rei}": [
"bsrefmt --in-place",
"git add"
"bsrefmt --in-place"
]

@@ -68,0 +64,0 @@ },

@@ -7,4 +7,3 @@ # `@reason-react-native/keychain`

[ReasonML](https://reasonml.github.io) /
[BuckleScript](https://bucklescript.github.io) bindings for
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml.github.io) bindings for
[`react-native-keychain`](https://github.com/oblador/react-native-keychain).

@@ -14,4 +13,4 @@

`@reason-react-native/keychain` X.y._ means it's compatible with
`react-native-keychain` X.y._
`@reason-react-native/keychain` X.y.\* means it's compatible with
`react-native-keychain` X.y.\*

@@ -31,3 +30,3 @@ ## Installation

`@reason-react-native/keychain` should be added to `bs-dependencies` in your
`bsconfig.json`. Something like
`bsconfig.json`:

@@ -34,0 +33,0 @@ ```diff

# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
# Tell github that .re and .rei files are Reason, sometimes recognized as C/C++
*.re linguist-language=Reason
*.rei linguist-language=Reason
*.log
# macOS crap
.DS_Store
# node
node_modules
# npm unused lock file (we use yarn.lock)
package-lock.json
# Ocaml / Reason / BuckleScript artifacts
#*.bs.js # we do want this files to ensure zero-cost
.bsb.lock
**/lib/bs
**/lib/ocaml
**/.merlin

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet