Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disklet

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disklet - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

CHANGELOG.md
# 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);

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc