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

@types/normalize-package-data

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/normalize-package-data - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

22

normalize-package-data/index.d.ts

@@ -13,3 +13,5 @@ // Type definitions for normalize-package-data 2.4

type WarnFn = (msg: string) => void;
interface Input {[k: string]: any; }
interface Input {
[k: string]: any;
}

@@ -27,3 +29,3 @@ interface Person {

files?: string[] | undefined;
bin?: {[k: string]: string } | undefined;
bin?: { [k: string]: string } | undefined;
man?: string[] | undefined;

@@ -34,13 +36,13 @@ keywords?: string[] | undefined;

contributors?: Person[] | undefined;
bundleDependencies?: {[name: string]: string; } | undefined;
dependencies?: {[name: string]: string; } | undefined;
devDependencies?: {[name: string]: string; } | undefined;
optionalDependencies?: {[name: string]: string; } | undefined;
bundleDependencies?: { [name: string]: string } | undefined;
dependencies?: { [name: string]: string } | undefined;
devDependencies?: { [name: string]: string } | undefined;
optionalDependencies?: { [name: string]: string } | undefined;
description?: string | undefined;
engines?: {[type: string]: string } | undefined;
engines?: { [type: string]: string } | undefined;
license?: string | undefined;
repository?: { type: string, url: string } | undefined;
bugs?: { url: string, email?: string | undefined } | { url?: string | undefined, email: string } | undefined;
repository?: { type: string; url: string } | undefined;
bugs?: { url: string; email?: string | undefined } | { url?: string | undefined; email: string } | undefined;
homepage?: string | undefined;
scripts?: {[k: string]: string} | undefined;
scripts?: { [k: string]: string } | undefined;
readme: string;

@@ -47,0 +49,0 @@ _id: string;

{
"name": "@types/normalize-package-data",
"version": "2.4.1",
"version": "2.4.2",
"description": "TypeScript definitions for normalize-package-data",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data",

"dependencies": {},
"typesPublisherContentHash": "10653410655e204616118acfbe2900dc09227bc3a80c532a93d44b46be54db36",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "47927ed883a857ba3d29777ff761f43e8ad4815c8efe71469d5642f22f06d55d",
"typeScriptVersion": "4.5"
}

@@ -23,3 +23,5 @@ # Installation

type WarnFn = (msg: string) => void;
interface Input {[k: string]: any; }
interface Input {
[k: string]: any;
}

@@ -37,3 +39,3 @@ interface Person {

files?: string[] | undefined;
bin?: {[k: string]: string } | undefined;
bin?: { [k: string]: string } | undefined;
man?: string[] | undefined;

@@ -44,13 +46,13 @@ keywords?: string[] | undefined;

contributors?: Person[] | undefined;
bundleDependencies?: {[name: string]: string; } | undefined;
dependencies?: {[name: string]: string; } | undefined;
devDependencies?: {[name: string]: string; } | undefined;
optionalDependencies?: {[name: string]: string; } | undefined;
bundleDependencies?: { [name: string]: string } | undefined;
dependencies?: { [name: string]: string } | undefined;
devDependencies?: { [name: string]: string } | undefined;
optionalDependencies?: { [name: string]: string } | undefined;
description?: string | undefined;
engines?: {[type: string]: string } | undefined;
engines?: { [type: string]: string } | undefined;
license?: string | undefined;
repository?: { type: string, url: string } | undefined;
bugs?: { url: string, email?: string | undefined } | { url?: string | undefined, email: string } | undefined;
repository?: { type: string; url: string } | undefined;
bugs?: { url: string; email?: string | undefined } | { url?: string | undefined; email: string } | undefined;
homepage?: string | undefined;
scripts?: {[k: string]: string} | undefined;
scripts?: { [k: string]: string } | undefined;
readme: string;

@@ -64,3 +66,3 @@ _id: string;

### Additional Details
* Last updated: Wed, 07 Jul 2021 16:31:34 GMT
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT
* Dependencies: none

@@ -67,0 +69,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