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.11.2 to 3.11.3

10

js-yaml/index.d.ts

@@ -44,6 +44,6 @@ // Type definitions for js-yaml 3.11

filename?: string;
// makes the loader to throw errors instead of warnings.
strict?: boolean;
// function to call on warning messages.
onWarning?(this: null, e: YAMLException): void;
// specifies a schema to use.
schema?: any;
schema?: SchemaDefinition;
// compatibility with JSON.parse behaviour.

@@ -63,3 +63,3 @@ json?: boolean;

// specifies a schema to use.
schema?: any;
schema?: SchemaDefinition;
// if true, sort keys when dumping YAML. If a function, use the function to sort the keys. (default: false)

@@ -74,3 +74,3 @@ sortKeys?: boolean | ((a: any, b: any) => number);

// 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)
// Can be useful when using yaml for pretty URL query params as spaces are %-encoded. (default: false).
condenseFlow?: boolean;

@@ -77,0 +77,0 @@ }

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

@@ -19,2 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -26,4 +27,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "85f5eeb3ca36527edb6b15e829c9a44d640c0cdafec1bab3224d9ab05c8c889b",
"typesPublisherContentHash": "7b6575630d022ff0e8a62b22ef7e2363908dc8a4d06b5cc34024a30fb29ecab7",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 04 Jul 2018 01:11:07 GMT
* Last updated: Wed, 19 Dec 2018 18:28:51 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