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

nocache

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nocache - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

CHANGELOG.md
# Changelog
## 3.0.3 - 2022-03-23
### Changed
- Fixed TypeScript regression. See [#21](https://github.com/helmetjs/nocache/issues/21)
## 3.0.2 - 2022-03-22

@@ -4,0 +10,0 @@

2

index.d.ts
import { IncomingMessage, ServerResponse } from "http";
declare function nocache(): (
declare const nocache: () => (
_req: IncomingMessage,

@@ -5,0 +5,0 @@ res: ServerResponse,

@@ -8,3 +8,3 @@ {

"description": "Middleware to destroy caching",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",

@@ -11,0 +11,0 @@ "keywords": [

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