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

another-cache-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

another-cache-wrapper - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

4

dist/factory.js

@@ -21,7 +21,7 @@ "use strict";

if (instance) {
Logger_1.default().trace(`${TAG} returning cached instance`);
Logger_1.default().debug(`${TAG} returning cached instance`);
return bluebird_1.default.resolve(instance);
}
const test = (type) => {
Logger_1.default().trace(`${TAG} trying to instantiate ${type}`);
Logger_1.default().debug(`${TAG} trying to instantiate ${type}`);
let test = new type();

@@ -28,0 +28,0 @@ return test.setup(opts);

{
"name": "another-cache-wrapper",
"version": "1.0.19",
"version": "1.0.20",
"description": "custom cache interface",

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