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

@yandex-cloud/chartkit

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex-cloud/chartkit - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

1

build/components/ErrorView/ErrorView.d.ts

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

/// <reference types="react" />
import type { ChartKitError } from '../../libs';

@@ -2,0 +3,0 @@ declare type Props = {

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

/// <reference types="react" />
import { LoaderProps as BaseLoaderProps } from '@yandex-cloud/uikit';

@@ -2,0 +3,0 @@ import './Loader.css';

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

/// <reference types="react" />
import type { IndicatorWidgetProps, IndicatorWidgetDataItem } from '../types';

@@ -2,0 +3,0 @@ export declare const IndicatorItem: (props: IndicatorWidgetDataItem & {

# Changelog
## [0.5.3](https://github.com/yandex-cloud/chartkit/compare/v0.5.2...v0.5.3) (2022-08-01)
### Bug Fixes
* dev and peer dependencies fixes ([#36](https://github.com/yandex-cloud/chartkit/issues/36)) ([faeccd9](https://github.com/yandex-cloud/chartkit/commit/faeccd9aca9b84ee02edeadef3db2d2abeedb143))
## [0.5.2](https://github.com/yandex-cloud/chartkit/compare/v0.5.1...v0.5.2) (2022-07-28)

@@ -4,0 +11,0 @@

29

package.json
{
"name": "@yandex-cloud/chartkit",
"version": "0.5.2",
"version": "0.5.3",
"description": "Library for rendering Yandex Charts scripts",

@@ -29,14 +29,12 @@ "license": "MIT",

"@types/node": "^18.0.0",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@yandex-cloud/eslint-config": "^1.0.0",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@yandex-cloud/eslint-config": "^1.1.0",
"@yandex-cloud/i18n": "^0.5.0",
"@yandex-cloud/prettier-config": "^1.0.0",
"@yandex-cloud/stylelint-config": "^1.0.0",
"@yandex-cloud/stylelint-config": "^1.2.0",
"@yandex-cloud/tsconfig": "^1.0.0",
"@yandex-cloud/uikit": "^2.7.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.11.0",
"gulp": "^4.0.2",

@@ -52,9 +50,8 @@ "gulp-cli": "^2.3.0",

"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"prettier": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^10.2.1",
"stylelint": "^13.12.0",
"stylelint-scss": "^2.5.0",
"stylelint": "^14.6.0",
"ts-jest": "^28.0.5",

@@ -65,4 +62,4 @@ "ts-node": "^10.2.1",

"peerDependencies": {
"react": "^16.0.0",
"@yandex-cloud/uikit": "^1.4.1"
"react": "^17.0.0",
"@yandex-cloud/uikit": "^2.0.0"
},

@@ -69,0 +66,0 @@ "scripts": {

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