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 4.0.3 to 4.0.4

20

js-yaml/index.d.ts

@@ -133,5 +133,23 @@ // Type definitions for js-yaml 4.0

export interface Mark {
buffer: string;
column: number;
line: number;
name: string;
position: number;
snippet: string;
}
export class YAMLException extends Error {
constructor(reason?: any, mark?: any);
constructor(reason?: string, mark?: Mark);
toString(compact?: boolean): string;
name: string;
reason: string;
message: string;
mark: Mark;
}

4

js-yaml/package.json
{
"name": "@types/js-yaml",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for js-yaml",

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

"dependencies": {},
"typesPublisherContentHash": "fcd9a492699b94d4f7f8aa596b19d24705689fef3825d543945d8749c43fced4",
"typesPublisherContentHash": "0ecb65358e2a7c41d90f9035f446566074778ce87731cb9050b9764324048336",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Fri, 20 Aug 2021 18:01:23 GMT
* Last updated: Fri, 22 Oct 2021 23:01:23 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