Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@definitelytyped/header-parser

Package Overview
Dependencies
128
Maintainers
7
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.179 to 0.0.180

6

CHANGELOG.md
# @definitelytyped/header-parser
## 0.0.180
### Patch Changes
- 22ffaadf: Always convert contributor githubUsername to url (missing changeset)
## 0.0.179

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

7

dist/index.d.ts

@@ -12,6 +12,9 @@ import { AllTypeScriptVersion, TypeScriptVersion } from "@definitelytyped/typescript-versions";

}
export type Owner = {
/** Standard package.json `contributor` */
export interface Contributor {
readonly name: string;
readonly url: string;
} | {
}
/** Additional github-specific form supported on DT. */
export type Owner = Contributor | {
readonly name: string;

@@ -18,0 +21,0 @@ readonly githubUsername: string;

{
"name": "@definitelytyped/header-parser",
"version": "0.0.179",
"version": "0.0.180",
"description": "",

@@ -5,0 +5,0 @@ "author": "Nathan Shively-Sanders <nathansa@microsoft.com>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc