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.7 to 3.12.8

6

js-yaml v3.12/index.d.ts

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

constructor(tag: string, opts?: TypeConstructorOptions);
kind: 'sequence' | 'scalar' | 'mapping' | null;
kind: "sequence" | "scalar" | "mapping" | null;
resolve(data: any): boolean;

@@ -56,3 +56,3 @@ construct(data: any): any;

export type EventType = 'open' | 'close';
export type EventType = "open" | "close";

@@ -106,3 +106,3 @@ export interface State {

export interface TypeConstructorOptions {
kind?: 'sequence' | 'scalar' | 'mapping' | undefined;
kind?: "sequence" | "scalar" | "mapping" | undefined;
resolve?: ((data: any) => boolean) | undefined;

@@ -109,0 +109,0 @@ construct?: ((data: any) => any) | undefined;

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

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml",

"dependencies": {},
"typesPublisherContentHash": "4021efa046b16f92392744105b4463dc85e3258b04f0c63019d6f17025f81e32",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "efc580b271bfb96173396c42d2cbd388246971402c3cb9bcd66d479b3a2ba815",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 21:33:45 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc