Socket
Socket
Sign inDemoInstall

@types/hast

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/hast - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

hast/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for non-npm package Hast 2.3

// Junyoung Choi <https://github.com/rokt33r>
// Christian Murphy <https://github.com/ChristianMurphy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -76,3 +77,3 @@ // TypeScript Version: 3.0

export interface Properties {
[PropertyName: string]: any;
[PropertyName: string]: boolean | number | string | null | undefined | Array<string | number>;
}

@@ -79,0 +80,0 @@

{
"name": "@types/hast",
"version": "2.3.0",
"version": "2.3.1",
"description": "TypeScript definitions for Hast",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "rokt33r"
},
{
"name": "Christian Murphy",
"url": "https://github.com/ChristianMurphy",
"githubUsername": "ChristianMurphy"
}

@@ -30,4 +35,4 @@ ],

},
"typesPublisherContentHash": "ec38b8b1beddaa10ba08ef7a287d536a4a01f7ba2da9d8daeb6ecaecd36d4298",
"typesPublisherContentHash": "e63bcb590e3a2fb23f525007f132ed04d7ff28760cd2509d714bc8c173ccfc26",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Wed, 15 Jan 2020 08:43:51 GMT
* Last updated: Wed, 29 Apr 2020 16:13:58 GMT
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by lukeggchapman (https://github.com/lukeggchapman), and Junyoung Choi (https://github.com/rokt33r).
These definitions were written by [lukeggchapman](https://github.com/lukeggchapman), [Junyoung Choi](https://github.com/rokt33r), and [Christian Murphy](https://github.com/ChristianMurphy).

Sorry, the diff of this file is not supported yet

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