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

@types/send

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/send - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

24

send/index.d.ts

@@ -26,3 +26,3 @@ // Type definitions for send 0.17

*/
acceptRanges?: boolean;
acceptRanges?: boolean | undefined;

@@ -33,3 +33,3 @@ /**

*/
cacheControl?: boolean;
cacheControl?: boolean | undefined;

@@ -46,3 +46,3 @@ /**

*/
dotfiles?: "allow" | "deny" | "ignore";
dotfiles?: "allow" | "deny" | "ignore" | undefined;

@@ -53,3 +53,3 @@ /**

*/
end?: number;
end?: number | undefined;

@@ -59,3 +59,3 @@ /**

*/
etag?: boolean;
etag?: boolean | undefined;

@@ -68,3 +68,3 @@ /**

*/
extensions?: string[] | string | boolean;
extensions?: string[] | string | boolean | undefined;

@@ -77,3 +77,3 @@ /**

*/
immutable?: boolean;
immutable?: boolean | undefined;

@@ -83,3 +83,3 @@ /**

*/
index?: string[] | string | boolean;
index?: string[] | string | boolean | undefined;

@@ -90,3 +90,3 @@ /**

*/
lastModified?: boolean;
lastModified?: boolean | undefined;

@@ -97,3 +97,3 @@ /**

*/
maxAge?: string | number;
maxAge?: string | number | undefined;

@@ -103,3 +103,3 @@ /**

*/
root?: string;
root?: string | undefined;

@@ -110,3 +110,3 @@ /**

*/
start?: number;
start?: number | undefined;
}

@@ -113,0 +113,0 @@

{
"name": "@types/send",
"version": "0.17.0",
"version": "0.17.1",
"description": "TypeScript definitions for send",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send",

},
"typesPublisherContentHash": "64e2ab623fd294bc20d3fb7a5bfac6c172deb0cfb95cf695f47005195fe69919",
"typesPublisherContentHash": "11d86e6b6fa2c78b8659b4ad9d2f295175d5f4bd5fa11649b26a8c945ee3ffb3",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 09 Jun 2021 21:01:25 GMT
* Last updated: Tue, 06 Jul 2021 16:34:33 GMT
* Dependencies: [@types/mime](https://npmjs.com/package/@types/mime), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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