Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-persistent-filter - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

lib/strategies/persistent.js

@@ -32,3 +32,3 @@ var AsyncDiskCache = require('async-disk-cache');

string.then(function(string) {
return string.then(function(string) {
return cache.set(key, string).then(function() {

@@ -35,0 +35,0 @@ return string;

{
"name": "broccoli-persistent-filter",
"version": "1.0.6",
"version": "1.0.7",
"description": "broccoli filter but with a persistent cache",

@@ -5,0 +5,0 @@ "author": "Stefan Penner <stefan.penner@gmail.com>",

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