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

docpad-plugin-cachr

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-cachr - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

History.md
## History
v v2.1.1 August 19, 2012
- Degraded status messages to debug level
- v2.1.0 August 17, 2012

@@ -4,0 +7,0 @@ - Updated [request](https://github.com/mikeal/request) dependency from v2.9.x to v2.10.x

4

out/cachr.plugin.js

@@ -125,3 +125,3 @@ // Generated by CoffeeScript 1.3.3

}
docpad.log('info', "Cachr is caching " + urlsToCacheLength + " files...", (failures ? "with " + failures + " failures" : ''));
docpad.log('debug', "Cachr is caching " + urlsToCacheLength + " files...");
balUtil.ensurePath(cachrPath, function(err) {

@@ -134,3 +134,3 @@ var tasks,

tasks = new balUtil.Group(function(err) {
docpad.log((failures ? 'warn' : 'info'), 'Cachr finished caching', (failures ? "with " + failures + " failures" : ''));
docpad.log((failures ? 'warn' : 'debug'), 'Cachr finished caching', (failures ? "with " + failures + " failures" : ''));
return next();

@@ -137,0 +137,0 @@ });

{
"name": "docpad-plugin-cachr",
"version": "2.1.0",
"version": "2.1.1",
"description": "Caches remote resources locally",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/docpad-extras",

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