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

cordova-promise-fs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-promise-fs - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

9

dist/CordovaPromiseFS.js

@@ -193,10 +193,3 @@ var CordovaPromiseFS =

var system = options.fileSystem || 'cachedir';
xwalk.experimental.native_file_system.requestNativeFileSystem(system,function(fs){
fs.root.getDirectory(system, {create: false}, function(dirEntry) {
resolve({
name: fs.name,
root: dirEntry
});
}, reject);
},reject);
xwalk.experimental.native_file_system.requestNativeFileSystem(system,resolve,reject);
// On chrome, request quota to store persistent files

@@ -203,0 +196,0 @@ } else if (!isCordova && type === 1 && navigator.webkitPersistentStorage) {

@@ -146,10 +146,3 @@ /**

var system = options.fileSystem || 'cachedir';
xwalk.experimental.native_file_system.requestNativeFileSystem(system,function(fs){
fs.root.getDirectory(system, {create: false}, function(dirEntry) {
resolve({
name: fs.name,
root: dirEntry
});
}, reject);
},reject);
xwalk.experimental.native_file_system.requestNativeFileSystem(system,resolve,reject);
// On chrome, request quota to store persistent files

@@ -156,0 +149,0 @@ } else if (!isCordova && type === 1 && navigator.webkitPersistentStorage) {

2

package.json
{
"name": "cordova-promise-fs",
"version": "1.2.1",
"version": "1.2.2",
"description": "Cordova FileSystem convienence functions that return promises.",

@@ -5,0 +5,0 @@ "main": "index.js",

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