Socket
Socket
Sign inDemoInstall

@types/js-yaml

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

7

js-yaml/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for js-yaml 4.0

// Armaan Tobaccowalla <https://github.com/ArmaanT>
// Linus Unnebäck <https://github.com/LinusU>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -13,3 +14,3 @@ // TypeScript Version: 2.2

export function load(str: string, opts?: LoadOptions): object | string | number | null | undefined;
export function load(str: string, opts?: LoadOptions): unknown;

@@ -35,4 +36,4 @@ export class Type {

export function loadAll(str: string, iterator?: null, opts?: LoadOptions): any[];
export function loadAll(str: string, iterator: (doc: any) => void, opts?: LoadOptions): void;
export function loadAll(str: string, iterator?: null, opts?: LoadOptions): unknown[];
export function loadAll(str: string, iterator: (doc: unknown) => void, opts?: LoadOptions): void;

@@ -39,0 +40,0 @@ export function dump(obj: any, opts?: DumpOptions): string;

{
"name": "@types/js-yaml",
"version": "4.0.2",
"version": "4.0.3",
"description": "TypeScript definitions for js-yaml",

@@ -27,2 +27,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml",

"githubUsername": "ArmaanT"
},
{
"name": "Linus Unnebäck",
"url": "https://github.com/LinusU",
"githubUsername": "LinusU"
}

@@ -39,4 +44,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "55c56e63e342ca6b4a25e6158d96f41624c3dfba6336c245136c69a9c66984e9",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "fcd9a492699b94d4f7f8aa596b19d24705689fef3825d543945d8749c43fced4",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 21:33:45 GMT
* Last updated: Fri, 20 Aug 2021 18:01:23 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `jsyaml`

# Credits
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Sebastian Clausen](https://github.com/sclausen), [ExE Boss](https://github.com/ExE-Boss), and [Armaan Tobaccowalla](https://github.com/ArmaanT).
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Sebastian Clausen](https://github.com/sclausen), [ExE Boss](https://github.com/ExE-Boss), [Armaan Tobaccowalla](https://github.com/ArmaanT), and [Linus Unnebäck](https://github.com/LinusU).
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