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

cordova-file-cache

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-file-cache - npm Package Compare versions

Comparing version 0.14.0 to 1.0.0

2

dist/CordovaFileCache.js

@@ -57,3 +57,3 @@ var CordovaFileCache =

this._fs = options.fs;
if(!this._fs) {
if(!this._fs) {
throw new Error('Missing required option "fs". Add an instance of cordova-promise-fs.');

@@ -60,0 +60,0 @@ }

@@ -10,3 +10,3 @@ var hash = require('./murmerhash');

this._fs = options.fs;
if(!this._fs) {
if(!this._fs) {
throw new Error('Missing required option "fs". Add an instance of cordova-promise-fs.');

@@ -13,0 +13,0 @@ }

{
"name": "cordova-file-cache",
"version": "0.14.0",
"version": "1.0.0",
"description": "Cordova File Cache",

@@ -22,4 +22,4 @@ "main": "index.js",

"dependencies": {
"cordova-promise-fs": "^0.13.0"
"cordova-promise-fs": "^1.0.0"
}
}

@@ -131,2 +131,6 @@ cordova-file-cache

### 1.0.0
* Update to cordova-promise-fs 1.0.0
### 0.14.0 (07/02/2016)

@@ -133,0 +137,0 @@

@@ -13,3 +13,3 @@ (function(){

fs = new CordovaPromiseFS({
persistent: typeof cordova !== 'undefined',
persistent: 0,
Promise:Promise

@@ -16,0 +16,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