Socket
Socket
Sign inDemoInstall

cordova-fileutil

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.3

index.js

5

package.json
{
"name": "cordova-fileutil",
"version": "2.1.0",
"version": "2.1.3",
"type": "module",
"module": "./",
"description": "'cordova-plugin-file' easily",

@@ -28,5 +29,5 @@ "keywords": [

"README.md",
"cordovaFileUtil.js"
"index.js"
],
"dependencies": {}
}

9

README.md

@@ -8,3 +8,4 @@ # cordova-fileutil

```javascript
import {CordovaFileUtil} from "cordovaFileUtil.js";
import cordova_fileutil from "browser_modules/cordova-fileutil/module.js";
const {CordovaFileUtil} = cordova_fileutil;

@@ -35,8 +36,2 @@ // get instance

**NPM**
```shell
npm install cordova-fileutil
```
**Frontle**

@@ -43,0 +38,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc