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

yog-swig

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yog-swig - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

5

index.js

@@ -66,4 +66,4 @@ /**

options.renderCacheOptions = options.renderCacheOptions || {};
var max = options.renderCacheOptions.max || 1000;
var pruneRate = options.renderCacheOptions.pruneRate || 10;
var max = options.renderCacheOptions.max || 20 * 1024 * 1024;
var pruneRate = options.renderCacheOptions.pruneRate || 1;
var renderCaches = LRU({

@@ -122,3 +122,2 @@ max: max,

clean: function() {
console.log('items', renderCaches.itemCount, renderCaches.length);
renderCaches.reset();

@@ -125,0 +124,0 @@ }

2

package.json
{
"name": "yog-swig",
"version": "0.5.1",
"version": "0.5.2",
"description": "custom swig template, add some tag or filter ",

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

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