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

@dewib/xhr-cache

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dewib/xhr-cache - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

6

lib/module.js

@@ -5,3 +5,3 @@ /* eslint-disable no-undef */

import { URL } from 'url'
import rimraf from 'rimraf'
import { rimrafSync } from 'rimraf'
import { match } from 'path-to-regexp'

@@ -228,3 +228,5 @@ import uuid from 'uuid-apikey'

// Clean directory cache
if (!buildProcess && conf.clean) { rimraf.sync(conf.path) }
if (!buildProcess && conf.clean) {
rimrafSync(conf.path)
}

@@ -231,0 +233,0 @@ await Promise.all(conf.resources.map(async (resource) => {

{
"name": "@dewib/xhr-cache",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",

@@ -41,7 +41,7 @@ "description": "Cache api resources and serve it as static resource",

"dependencies": {
"axios": "^0.19.1",
"axios": "^0.21.1",
"mkdirp": "^1.0.4",
"path": "^0.12.7",
"path-to-regexp": "^6.1.0",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"uuid-apikey": "^1.4.6"

@@ -48,0 +48,0 @@ },

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