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.11.0 to 0.12.0

2

bower.json
{
"name": "cordova-file-cache",
"main": "dist/CordovaFileCache.js",
"version": "0.11.0",
"version": "0.12.0",
"homepage": "https://github.com/markmarijnissen/cordova-file-cache",

@@ -6,0 +6,0 @@ "authors": [

@@ -87,2 +87,4 @@ var CordovaFileCache =

FileCache.hash = hash;
/**

@@ -89,0 +91,0 @@ * Helper to cache all 'internalURL' and 'URL' for quick synchronous access

@@ -40,2 +40,4 @@ var hash = require('./murmerhash');

FileCache.hash = hash;
/**

@@ -42,0 +44,0 @@ * Helper to cache all 'internalURL' and 'URL' for quick synchronous access

{
"name": "cordova-file-cache",
"version": "0.11.0",
"version": "0.12.0",
"description": "Cordova File Cache",

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

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

### 0.12.0 (18/03/2014)
* Export hash function as CordovaFileCache.hash (needed by App Loader)
### 0.11.0 (17/03/2014)

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