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

nodesi

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodesi - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

6

lib/esi.js

@@ -26,5 +26,5 @@ /* jshint node:true, quotmark:false */

this.cache.once('error', function(err) {
self.logger.write('ESI: custom cache emitted an error:');
self.logger.write('ESI: ' + err);
self.logger.write('ESI: falling back to default cache');
self.logger.write('\nESI: custom cache emitted an error:\n');
self.logger.write('ESI: ' + err + '\n');
self.logger.write('ESI: falling back to default cache\n');

@@ -31,0 +31,0 @@ self.cache = new Cache(config);

{
"name": "nodesi",
"version": "1.0.13",
"version": "1.0.14",
"description": "ESI: the good parts in node.js",

@@ -5,0 +5,0 @@ "main": "esi.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