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.5.31 to 3.9.0

4

js-yaml/index.d.ts

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

// Type definitions for js-yaml 3.5.2
// Type definitions for js-yaml 3.9.0
// Project: https://github.com/nodeca/js-yaml

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

noCompatMode?: boolean;
// if true flow sequences will be condensed, omitting the space between `key: value` or `a, b`. Eg. `'[a,b]'` or `{a:{b:c}}`. Can be useful when using yaml for pretty URL query params as spaces are %-encoded. (default: false)
condenseFlow?: boolean;
}

@@ -56,0 +58,0 @@

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

@@ -24,4 +24,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "1cc3cf23c52c89f51ce2293e0e5ab8978158a39ddb21625472f85b493e039cc6",
"typesPublisherContentHash": "4f7549ed9c6a153404c349f42d00f79231acfa6892a0712310c662a83c515cd4",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 05 Jun 2017 19:55:52 GMT
* Last updated: Mon, 10 Jul 2017 19:46:47 GMT
* Dependencies: none

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

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