Socket
Socket
Sign inDemoInstall

@influxdata/clockface

Package Overview
Dependencies
Maintainers
11
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/clockface - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

CHANGELOG.md

@@ -5,6 +5,13 @@ # Changelog

- [#360](https://github.com/influxdata/clockface/pull/360): Add gradients in the green-yellow & yellow-red spectrums to the `Gradients` enum
- [#356](https://github.com/influxdata/clockface/pull/356): Fix bug causing `FormValidationElement` to render in error state before the user has interacted with anything
- [#352](https://github.com/influxdata/clockface/pull/352): Refactor `TextArea` component to accept customization like `Input`
- [#352](https://github.com/influxdata/clockface/pull/352): Fix bug causing `TextArea` to be very tiny
- [#350](https://github.com/influxdata/clockface/pull/350): Added explicit check for `className` in Popover `handleTriggerMouseLeave` method
- [#342](https://github.com/influxdata/clockface/pull/342): Upgrade typescript, eslint, & storybook dependencies
### 1.0.2
- [#341](https://github.com/influxdata/clockface/pull/341): Refactor `ColorPicker` to accept RegEx string that controls the input value
- [#341](https://github.com/influxdata/clockface/pull/341): Fix `ColorPicker` bug causing the component to report stale status
- [#341](https://github.com/influxdata/clockface/pull/341): Fix `ColorPicker` bug causing the component to report stale status

@@ -11,0 +18,0 @@ ### 1.0.1

41

package.json
{
"name": "@influxdata/clockface",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -15,8 +15,8 @@ "main": "dist/index.js",

"@babel/core": "^7.3.4",
"@dump247/storybook-state": "^1.5.2",
"@storybook/addon-info": "^5.0.10",
"@storybook/addon-knobs": "^5.0.10",
"@storybook/addon-notes": "^5.0.10",
"@storybook/addons": "^5.0.10",
"@storybook/react": "^5.0.10",
"@dump247/storybook-state": "^1.6.1",
"@storybook/addon-info": "^5.2.4",
"@storybook/addon-knobs": "^5.2.4",
"@storybook/addon-notes": "^5.2.4",
"@storybook/addons": "^5.2.4",
"@storybook/react": "^5.2.4",
"@storybook/storybook-deployer": "^2.8.1",

@@ -32,8 +32,7 @@ "@types/chroma-js": "^1.4.1",

"@types/storybook__addon-info": "^4.1.0",
"@types/storybook__addon-knobs": "^4.0.1",
"@types/storybook__react": "^4.0.1",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"@wessberg/rollup-plugin-ts": "^1.1.59",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"@wessberg/rollup-plugin-ts": "^1.1.73",
"babel-loader": "^8.0.5",

@@ -43,6 +42,6 @@ "chroma-js": "^2.0.3",

"css-loader": "^2.1.0",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^3.0.1",

@@ -53,3 +52,3 @@ "html-loader": "^0.5.5",

"marked": "^0.6.2",
"moment": "2.18.1",
"moment": "2.19.3",
"prettier": "1.16.4",

@@ -76,7 +75,7 @@ "prop-types": "^15",

"sass-loader": "^7.1.0",
"storybook-addon-jsx": "^7.1.0",
"storybook-readme": "^5.0.2",
"storybook-addon-jsx": "^7.1.6",
"storybook-readme": "^5.0.8",
"style-loader": "^0.23.1",
"ts-loader": "5.3.3",
"typescript": "3.3.3333",
"ts-loader": "6.2.0",
"typescript": "3.6.4",
"uuid": "^3.2.1",

@@ -97,3 +96,3 @@ "webpack": "4.30.0"

"lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
"typecheck": "tsc --noEmit --pretty",
"typecheck": "tsc --noEmit --pretty --skipLibCheck",
"storybook": "start-storybook -p 9001 -c .storybook",

@@ -100,0 +99,0 @@ "publishStorybook": "storybook-to-ghpages --out=.out"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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