Socket
Socket
Sign inDemoInstall

@types/js-yaml

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/js-yaml - npm Package Compare versions

Comparing version 3.9.1 to 3.10.0

6

js-yaml/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for js-yaml 3.9.1
// Type definitions for js-yaml 3.10.0
// Project: https://github.com/nodeca/js-yaml

@@ -21,4 +21,4 @@ // Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Sebastian Clausen <https://github.com/sclausen>

export function safeLoadAll(str: string, iterator: (doc: any) => void, opts?: LoadOptions): any;
export function loadAll(str: string, iterator: (doc: any) => void, opts?: LoadOptions): any;
export function safeLoadAll(str: string, iterator?: (doc: any) => void, opts?: LoadOptions): any;
export function loadAll(str: string, iterator?: (doc: any) => void, opts?: LoadOptions): any;

@@ -25,0 +25,0 @@ export function safeDump(obj: any, opts?: DumpOptions): string;

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

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
"url": "https://github.com/Bartvds",
"githubUsername": "Bartvds"
},
{
"name": "Sebastian Clausen",
"url": "https://github.com/sclausen"
"url": "https://github.com/sclausen",
"githubUsername": "sclausen"
}

@@ -24,4 +26,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "f7442ee1d7ae68735bbfabd484665c13a7f2189ee4bd90a7f141067db522173c",
"typesPublisherContentHash": "9ce24affe96bd03e784b7f87d8c6ce889f7406ce4fc59f4a7c392b9fe991dad9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 15 Aug 2017 21:38:32 GMT
* Last updated: Mon, 13 Nov 2017 23:49:21 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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