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

cachios

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

cachios - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

1

index.es.js

@@ -85,2 +85,3 @@ import _Promise from 'babel-runtime/core-js/promise';

var cacheKey = this.getCacheKey(config);

@@ -87,0 +88,0 @@ var cachedValue = this.getCachedValue(cacheKey);

@@ -89,2 +89,3 @@ 'use strict';

var cacheKey = this.getCacheKey(config);

@@ -91,0 +92,0 @@ var cachedValue = this.getCachedValue(cacheKey);

@@ -91,2 +91,3 @@ (function (global, factory) {

var cacheKey = this.getCacheKey(config);

@@ -93,0 +94,0 @@ var cachedValue = this.getCachedValue(cacheKey);

@@ -0,0 +0,0 @@ The MIT License

4

package.json
{
"name": "cachios",
"version": "1.0.6",
"version": "1.0.7",
"description": "Simple axios cache wrapper using node-cache",

@@ -22,3 +22,3 @@ "main": "index.js",

"dependencies": {
"axios": "^0.16.1",
"axios": "^0.17.0",
"babel-runtime": "^6.23.0",

@@ -25,0 +25,0 @@ "node-cache": "^4.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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