New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-file-helper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-file-helper - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "cordova-file-helper",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/file_helper.js",

@@ -16,2 +16,5 @@ # cordova-file-helper

Warning: This wrapper use native Promise and a big usage of the `async`/`await` keywords to improve performance, so your project must target devices that have access to asynchronous functions (see [this](https://caniuse.com/#search=async)).
If you can't target those devices, you can use [cordova-file-helper-legacy]() plugin, that target [those devices](https://caniuse.com/#search=promise).
### With npm

@@ -18,0 +21,0 @@

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