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

catbox-memory

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-memory - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/index.js

@@ -26,3 +26,3 @@ 'use strict';

if (allowMixedContent && Buffer.isBuffer(value)) {
this.item = new Buffer(value.length);
this.item = Buffer.alloc(value.length);
// copy buffer to prevent value from changing while in the cache

@@ -29,0 +29,0 @@ value.copy(this.item);

{
"name": "catbox-memory",
"description": "Memory adapter for catbox",
"version": "3.1.1",
"version": "3.1.2",
"repository": "git://github.com/hapijs/catbox-memory",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"scripts": {
"test": "lab -a code -v -L -t 100",
"test": "lab -a code -L -t 100",
"test-cov-html": "lab -a code -r html -o coverage.html"

@@ -29,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

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