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.4 to 1.2.5

2

dist/CordovaPromiseFS.js

@@ -342,3 +342,3 @@ var CordovaPromiseFS =

if(!getAsEntries) entries = entries.map(function(entry) { return entry.fullPath; });
return entres;
return entries;
});

@@ -345,0 +345,0 @@ }

@@ -269,3 +269,3 @@ /**

if(!getAsEntries) entries = entries.map(function(entry) { return entry.fullPath; });
return entres;
return entries;
});

@@ -272,0 +272,0 @@ }

{
"name": "cordova-promise-fs",
"version": "1.2.4",
"version": "1.2.5",
"description": "Cordova FileSystem convienence functions that return promises.",

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

@@ -143,3 +143,3 @@ cordova-promise-fs

### 1.2.3 (05/05/2017)
### 1.2.5 (05/05/2017)

@@ -146,0 +146,0 @@ * Added Crosswalk

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