Socket
Socket
Sign inDemoInstall

@types/js-yaml

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.12.0 to 3.12.1

4

js-yaml/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for js-yaml 3.12

instanceOf: object | null;
predicate: string | null;
predicate: ((data: object) => boolean) | null;
represent: ((data: object) => any) | { [x: string]: (data: object) => any; } | null;

@@ -86,3 +86,3 @@ defaultStyle: string | null;

instanceOf?: object;
predicate?: string;
predicate?: (data: object) => boolean;
represent?: ((data: object) => any) | { [x: string]: (data: object) => any };

@@ -89,0 +89,0 @@ defaultStyle?: string;

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

@@ -22,8 +22,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/js-yaml"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "6a7c14ecf62e0454914b2b852f112ad8470fd223a5cd8a985bf012766896834c",
"typesPublisherContentHash": "cf81869fcb788e3fef61d529166d7b2381e0321fef67f25cbd601009b6131ba3",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for js-yaml (https://github.com/nodeca/js-yaml).
This package contains type definitions for js-yaml ( https://github.com/nodeca/js-yaml ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 18 Jan 2019 21:34:46 GMT
* Last updated: Tue, 02 Apr 2019 23:17:33 GMT
* Dependencies: none

@@ -15,0 +15,0 @@ * Global values: jsyaml

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc