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

dobi-cache-2

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dobi-cache-2 - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

dist/index.js

@@ -122,4 +122,4 @@ import { stringify } from 'querystring';

if (cacheHeaders) {
const { etag, lastModified } = cacheHeaders;
ctx.status = 200;
const { etag, lastModified } = cacheHeaders;
ctx.response.lastModified = new Date(lastModified);

@@ -126,0 +126,0 @@ ctx.response.etag = etag;

@@ -21,6 +21,6 @@ {

"scripts": {
"build": "yarn tsc",
"format": "yarn lint --fix",
"build": "tsc",
"format": "npm lint --fix",
"lint": "tslint --format stylish -p tsconfig.json",
"postinstall": "yarn tsc",
"postinstall": "tsc",
"test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false",

@@ -37,3 +37,3 @@ "test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true",

},
"version": "4.1.1",
"version": "4.1.2",
"devDependencies": {

@@ -40,0 +40,0 @@ "@babel/core": "^7.0.0-rc.1",

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