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

common-types

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-types - npm Package Compare versions

Comparing version 1.21.3 to 1.21.4

1

dist/cjs/aws/aws.d.ts

@@ -221,2 +221,3 @@ import { IDictionary } from "../basics";

Accept: string;
Authorization?: string;
/** CORs scoping */

@@ -223,0 +224,0 @@ ["Access-Control-Allow-Origin"]?: string;

6

dist/cjs/http.d.ts

@@ -8,3 +8,3 @@ import { scalar } from "./aliases";

*/
export declare type IHttpRequestHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = T & {
export declare type IHttpRequestHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = T & {
/**

@@ -59,3 +59,3 @@ * The `Accept` _request_ HTTP header advertises which content types, expressed as

*/
export declare type IHttpResponseHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = T & {
export declare type IHttpResponseHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = T & {
/**

@@ -171,3 +171,3 @@ * The `Allow` header lists the set of methods supported by a resource.

};
export declare type IHttpHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = IHttpRequestHeaders<T> | IHttpResponseHeaders<T>;
export declare type IHttpHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = IHttpRequestHeaders<T> | IHttpResponseHeaders<T>;
export declare enum HttpStatusCodes {

@@ -174,0 +174,0 @@ /**

@@ -221,2 +221,3 @@ import { IDictionary } from "../basics";

Accept: string;
Authorization?: string;
/** CORs scoping */

@@ -223,0 +224,0 @@ ["Access-Control-Allow-Origin"]?: string;

@@ -8,3 +8,3 @@ import { scalar } from "./aliases";

*/
export declare type IHttpRequestHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = T & {
export declare type IHttpRequestHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = T & {
/**

@@ -59,3 +59,3 @@ * The `Accept` _request_ HTTP header advertises which content types, expressed as

*/
export declare type IHttpResponseHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = T & {
export declare type IHttpResponseHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = T & {
/**

@@ -171,3 +171,3 @@ * The `Allow` header lists the set of methods supported by a resource.

};
export declare type IHttpHeaders<T extends IDictionary<scalar> = IDictionary<scalar>> = IHttpRequestHeaders<T> | IHttpResponseHeaders<T>;
export declare type IHttpHeaders<T extends IDictionary<scalar | undefined> = IDictionary<scalar | undefined>> = IHttpRequestHeaders<T> | IHttpResponseHeaders<T>;
export declare enum HttpStatusCodes {

@@ -174,0 +174,0 @@ /**

{
"name": "common-types",
"version": "1.21.3",
"version": "1.21.4",
"description": "Common types not included in Typescript",

@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types",

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