Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/rehype-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rehype-react - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

5

rehype-react/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for rehype-react 3.1
// Type definitions for rehype-react 4.0
// Project: https://github.com/rhysd/rehype-react

@@ -11,3 +11,4 @@ // Definitions by: Adrian Kremer <https://github.com/adriankremer>

createElement: typeof React.createElement;
components: {
Fragment?: React.ComponentType<{ children?: React.ReactNode }>;
components?: {
[tagName: string]: React.ComponentType<any>;

@@ -14,0 +15,0 @@ };

6

rehype-react/package.json
{
"name": "@types/rehype-react",
"version": "3.1.0",
"version": "4.0.0",
"description": "TypeScript definitions for rehype-react",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +25,4 @@ "type": "git",

},
"typesPublisherContentHash": "2ff320488d92a9ae7138dbbb797f9a1745bc36e4a0564dd26a0c383b70c1f18a",
"typesPublisherContentHash": "e1c05dc8947b27b10f3a5dd586dc4944d94061c00580d1c14c565844fc7993b1",
"typeScriptVersion": "2.8"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for rehype-react ( https://github.com/rhysd/rehype-react ).
This package contains type definitions for rehype-react (https://github.com/rhysd/rehype-react).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rehype-react
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rehype-react.
Additional Details
* Last updated: Thu, 11 Apr 2019 21:30:49 GMT
* Dependencies: @types/react
### Additional Details
* Last updated: Tue, 21 Jan 2020 21:36:23 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by Adrian Kremer <https://github.com/adriankremer>.
These definitions were written by Adrian Kremer (https://github.com/adriankremer).
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