Comparing version 0.2.9 to 0.2.10
# Disklet | ||
## 0.2.10 (2018-11-13) | ||
* Fix Flow errors. | ||
## 0.2.9 (2018-11-12) | ||
@@ -4,0 +8,0 @@ |
@@ -304,2 +304,3 @@ 'use strict'; | ||
// $FlowFixMe - This library won't be installed in non-RN environments: | ||
function mkdir(path) { | ||
@@ -306,0 +307,0 @@ return RNFS.mkdir(path); |
{ | ||
"name": "disklet", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "A tiny, composable filesystem API", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -66,3 +66,3 @@ // @flow | ||
*/ | ||
function ignoreMissing (fallback) { | ||
function ignoreMissing (fallback): any { | ||
return err => { | ||
@@ -69,0 +69,0 @@ if (err.code !== 'ENOENT') throw err |
// @flow | ||
// $FlowFixMe - This library won't be installed in non-RN environments: | ||
import RNFS from 'react-native-fs' | ||
@@ -4,0 +5,0 @@ import { base64 } from 'rfc4648' |
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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222067
3073