Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/yamljs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yamljs - npm Package Compare versions

Comparing version 0.2.30 to 0.2.31

yamljs/LICENSE

2

yamljs/index.d.ts

@@ -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).
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