New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cache-memory

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-memory - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "cache-memory",
"version": "2.0.0",
"version": "2.0.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -408,5 +408,3 @@ "use strict";

console.log('1')
value = await cache.getAndSet(key, getData, {});
console.log('2')
value.startsWith('hello-world').should.equal(true);

@@ -413,0 +411,0 @@ let value2 = await cache.getAndSet(key, getData, {});

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