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.29 to 3.5.30

js-yaml/LICENSE

2

js-yaml/index.d.ts

@@ -46,3 +46,3 @@ // Type definitions for js-yaml 3.5.2

// if true, sort keys when dumping YAML. If a function, use the function to sort the keys. (default: false)
sortKeys?: boolean;
sortKeys?: boolean | ((a: any, b: any) => number);
// set max line width. (default: 80)

@@ -49,0 +49,0 @@ lineWidth?: number;

{
"name": "@types/js-yaml",
"version": "3.5.29",
"version": "3.5.30",
"description": "TypeScript definitions for js-yaml",
"license": "MIT",
"author": "Bart van der Schoor <https://github.com/Bartvds>, Sebastian Clausen <https://github.com/sclausen>",
"contributors": [
{
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
{
"name": "Sebastian Clausen",
"url": "https://github.com/sclausen"
}
],
"main": "",

@@ -15,3 +24,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "4f9d32f12429d9d5e5f8163dba90eccd98c4dfbf3bf149a2295edbddaa2aa225"
"typesPublisherContentHash": "336d4a0ec2838b3361e8d103e0938af3bc0e44afcad8281726b003fd96674737",
"typeScriptVersion": "2.0"
}

@@ -8,8 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-yaml
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml
Additional Details
* Last updated: Tue, 20 Dec 2016 14:28:06 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Tue, 18 Apr 2017 15:04:41 GMT
* Dependencies: none
* Global values: jsyaml

@@ -16,0 +15,0 @@

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