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

axios-cache-adapter-fs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-cache-adapter-fs - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/index.js

@@ -33,3 +33,3 @@ "use strict";

const err = e;
console.log(e.message);
console.log(err.message);
if (err.code === "ENOENT") {

@@ -36,0 +36,0 @@ await fs_1.promises.mkdir("cache");

{
"name": "axios-cache-adapter-fs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Use the local File System as a Store for axios-cache-adapter",

@@ -33,12 +33,12 @@ "homepage": "https://github.com/ratneshpkn/axios-cache-adapter-fs",

"devDependencies": {
"@types/node": "^14.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"@types/node": "^17.0",
"@typescript-eslint/eslint-plugin": "^5.0",
"@typescript-eslint/parser": "^5.0",
"eslint": "^8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-import": "^2.0",
"eslint-plugin-sonarjs": "^0.11.0",
"rimraf": "^3.0",
"ts-node": "^8.8.2",
"typescript": "^3.2.2"
"ts-node": "^10.0",
"typescript": "^4.0"
},

@@ -45,0 +45,0 @@ "main": "lib/index.js",

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