Socket
Socket
Sign inDemoInstall

broccoli-persistent-filter

Package Overview
Dependencies
Maintainers
4
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.2.13 to 1.3.0

4

package.json
{
"name": "broccoli-persistent-filter",
"version": "1.2.13",
"version": "1.3.0",
"description": "broccoli filter but with a persistent cache",

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

"dependencies": {
"async-disk-cache": "^1.0.0",
"async-disk-cache": "^1.2.1",
"blank-object": "^1.0.1",

@@ -38,0 +38,0 @@ "broccoli-plugin": "^1.0.0",

@@ -158,2 +158,16 @@ # broccoli-persistent-filter

### Warning
By using the persistent cache, a lot of small files will be created on the disk without being deleted.
This might use all the inodes of your disk.
You need to make sure to clean regularly the old files or configure your system to do so.
On OSX, [files that aren't accessed in three days are deleted from `/tmp`](http://superuser.com/a/187105).
On systems using systemd, [systemd-tmpfiles](https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html) should already be present and regularly clean up the `/tmp` directory.
On Debian-like systems, you can use [tmpreaper](https://packages.debian.org/stable/tmpreaper).
On RedHad-like systems, you can use [tmpwatch](https://fedorahosted.org/tmpwatch/).
By default, the files are stored in the [operatin system's default directory for temporary files](https://nodejs.org/api/os.html#os_os_tmpdir),
but you can change this location by setting the `BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT` environment variable to the path of another folder.
## FAQ

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