@types/yamljs
Advanced tools
Comparing version 0.2.30 to 0.2.31
@@ -13,3 +13,3 @@ // Type definitions for yamljs 0.2.3 | ||
function load(path: string, callback: (res:any) => void): void | ||
function stringify(nativeObject: any, inline?: number, spaces?: number): string; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@types/yamljs", | ||
"version": "0.2.30", | ||
"description": "TypeScript definitions for yamljs 0.2.3", | ||
"version": "0.2.31", | ||
"description": "TypeScript definitions for yamljs", | ||
"license": "MIT", | ||
"author": "Tim Jonischkat <http://www.tim-jonischkat.de>", | ||
"contributors": [ | ||
{ | ||
"name": "Tim Jonischkat", | ||
"url": "http://www.tim-jonischkat.de" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/yamljs" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "8b52b6d44c407c33df82950543baf9028d763f24ca45db8190e9885be03c78e8" | ||
"typesPublisherContentHash": "37df45ee409902682421ab4cf8c43e643de2a045075eb7501a8df9df6d50fd78", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for yamljs 0.2.3 (https://github.com/jeremyfa/yaml.js). | ||
This package contains type definitions for yamljs (https://github.com/jeremyfa/yaml.js). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/yamljs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yamljs. | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: YAML | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 13:13:07 GMT | ||
* Dependencies: none | ||
* Global values: `YAML` | ||
# Credits | ||
These definitions were written by Tim Jonischkat <http://www.tim-jonischkat.de>. | ||
These definitions were written by [Tim Jonischkat](http://www.tim-jonischkat.de). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2811
12
17