New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-highcharts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-highcharts - npm Package Compare versions

Comparing version

to
16.0.5

6

react-highcharts/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for react-highcharts 16.0
// Project: https://github.com/kirjs/react-highcharts
// Definitions by: Jiri Marsicek <https://github.com/j1r1k>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as Highcharts from "highcharts";

@@ -8,0 +2,0 @@ import * as React from "react";

8

react-highcharts/package.json
{
"name": "@types/react-highcharts",
"version": "16.0.4",
"version": "16.0.5",
"description": "TypeScript definitions for react-highcharts",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-highcharts",

"name": "Jiri Marsicek",
"url": "https://github.com/j1r1k",
"githubUsername": "j1r1k"
"githubUsername": "j1r1k",
"url": "https://github.com/j1r1k"
}

@@ -27,4 +27,4 @@ ],

},
"typesPublisherContentHash": "8b1cf3b05abf7644cde110a1fd65e7e1d57455bc0c0b839cb6272d67722dbccc",
"typesPublisherContentHash": "82a6852f444cb08d24f1aea2dce217c8ea29ad94925fc0be58ac96ff43fa54f9",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for react-highcharts 16.0
// Project: https://github.com/kirjs/react-highcharts
// Definitions by: Jiri Marsicek <https://github.com/j1r1k>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as Highcharts from "highcharts";

@@ -52,7 +46,6 @@ import * as React from "react";

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: [@types/highcharts](https://npmjs.com/package/@types/highcharts), [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by [Jiri Marsicek](https://github.com/j1r1k).