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
1
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 3.1.0 to 3.1.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.1.1](https://github.com/gaetansenn/xhr-cache/compare/v3.1.0...v3.1.1) (2021-03-09)
### Bug Fixes
* fix window path bug ([f770fff](https://github.com/gaetansenn/xhr-cache/commit/f770fff197e24cf53f034f3cd6c8e23c3c4ad707))
## [3.1.0](https://github.com/gaetansenn/xhr-cache/compare/v3.0.1...v3.1.0) (2020-05-20)

@@ -7,0 +14,0 @@

2

lib/module.js

@@ -240,3 +240,3 @@ import { join, resolve } from 'path'

path = join('/', conf.path, path)
path = join(conf.path, path)

@@ -243,0 +243,0 @@ if (isFunction(request)) { request = request(ctx) }

{
"name": "@dewib/xhr-cache",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",

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

@@ -1,2 +0,2 @@

# XHR Cache Module v3.1.0
# XHR Cache Module v3.2.1

@@ -3,0 +3,0 @@ [![npm version][npm-version-src]][npm-version-href]

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