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

@uiw/react-heat-map

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-heat-map - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

lib/w-heatmap.css

8

package.json
{
"name": "@uiw/react-heat-map",
"version": "1.3.1",
"version": "1.3.2",
"description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.",

@@ -21,3 +21,3 @@ "homepage": "https://uiwjs.github.io/react-heat-map/",

"css:watch": "compile-less -d src -o lib/esm --watch",
"css:build:dist": "compile-less -d src --combine dist/heat-map.css --rm-global",
"css:build:dist": "compile-less -d src --combine lib/w-heatmap.css --rm-global",
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",

@@ -64,7 +64,7 @@ "ts:build": "tsbb build --target react",

"@types/react": "17.0.8",
"@types/react-dom": "17.0.5",
"@types/react-dom": "17.0.6",
"@uiw/react-code-preview": "1.11.13",
"@uiw/react-github-corners": "1.2.0",
"@uiw/react-markdown-preview": "3.0.6",
"@uiw/react-tooltip": "4.7.15",
"@uiw/react-tooltip": "4.7.16",
"@uiw/reset.css": "1.0.4",

@@ -71,0 +71,0 @@ "compile-less-cli": "1.8.0",

@@ -79,3 +79,10 @@ HeatMap 日历热图

startDate={new Date('2016/01/01')}
panelColors={{ 0: '#f4decd', 2: '#e4b293', 4: '#d48462', 10: '#c2533a', 20: '#ad001d' }}
panelColors={{
0: '#f4decd',
2: '#e4b293',
4: '#d48462',
10: '#c2533a',
20: '#ad001d',
30: '#000',
}}
/>

@@ -82,0 +89,0 @@ )

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