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.28 to 3.5.29

8

js-yaml/index.d.ts

@@ -45,2 +45,10 @@ // Type definitions for js-yaml 3.5.2

schema?: any;
// if true, sort keys when dumping YAML. If a function, use the function to sort the keys. (default: false)
sortKeys?: boolean;
// set max line width. (default: 80)
lineWidth?: number;
// if true, don't convert duplicate objects into references (default: false)
noRefs?: boolean;
// if true don't try to be compatible with older yaml versions. Currently: don't quote "yes", "no" and so on, as required for YAML 1.1 (default: false)
noCompatMode?: boolean;
}

@@ -47,0 +55,0 @@

8

js-yaml/package.json
{
"name": "@types/js-yaml",
"version": "3.5.28",
"description": "TypeScript definitions for js-yaml 3.5.2",
"version": "3.5.29",
"description": "TypeScript definitions for js-yaml",
"license": "MIT",

@@ -14,4 +14,4 @@ "author": "Bart van der Schoor <https://github.com/Bartvds>, Sebastian Clausen <https://github.com/sclausen>",

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "af9e25a00e63fc4778267c96d2e449f1f97a9ad5805b6c62cdecd048e1c06dc3"
"peerDependencies": {},
"typesPublisherContentHash": "4f9d32f12429d9d5e5f8163dba90eccd98c4dfbf3bf149a2295edbddaa2aa225"
}

@@ -5,10 +5,9 @@ # Installation

# Summary
This package contains type definitions for js-yaml 3.5.2 (https://github.com/nodeca/js-yaml).
This package contains type definitions for js-yaml (https://github.com/nodeca/js-yaml).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/js-yaml
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-yaml
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: UMD
* Last updated: Tue, 20 Dec 2016 14:28:06 GMT
* Library Dependencies: none

@@ -15,0 +14,0 @@ * Module Dependencies: none

{
"authors": "Bart van der Schoor <https://github.com/Bartvds>, Sebastian Clausen <https://github.com/sclausen>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "3",
"libraryMinorVersion": "5",
"libraryName": "js-yaml 3.5.2",
"libraryMajorVersion": 3,
"libraryMinorVersion": 5,
"libraryName": "js-yaml",
"typingsPackageName": "js-yaml",
"projectName": "https://github.com/nodeca/js-yaml",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "UMD",
"sourceBranch": "master",
"globals": [
"jsyaml"
],
"declaredModules": [],
"declaredModules": [
"js-yaml"
],
"files": [

@@ -22,3 +22,3 @@ "index.d.ts"

"hasPackageJson": false,
"contentHash": "af9e25a00e63fc4778267c96d2e449f1f97a9ad5805b6c62cdecd048e1c06dc3"
"contentHash": "4f9d32f12429d9d5e5f8163dba90eccd98c4dfbf3bf149a2295edbddaa2aa225"
}
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