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.12.4 to 3.12.5

2

js-yaml/index.d.ts

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

export function safeLoad(str: string, opts?: LoadOptions): any;
export function safeLoad(str: string, opts?: LoadOptions): string | object | undefined;
export function load(str: string, opts?: LoadOptions): any;

@@ -14,0 +14,0 @@

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

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "035f0fbf1d5a10e72bc6cead9a2d15cd9d3eb57eff96afcc22b598511b9050b5",
"typesPublisherContentHash": "152b780ed47626a634e193c96fa6105ae0258f6a061acb007314bc975ab51d8c",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 15 May 2020 04:09:49 GMT
* Last updated: Thu, 25 Jun 2020 02:29:19 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `jsyaml`

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