Socket
Socket
Sign inDemoInstall

@uiw/react-heat-map

Package Overview
Dependencies
7
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4 to 1.4.0

cjs/index.d.ts

50

package.json
{
"name": "@uiw/react-heat-map",
"version": "1.3.4",
"version": "1.4.0",
"description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.",
"homepage": "https://uiwjs.github.io/react-heat-map/",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main": "cjs/index.js",
"module": "esm/index.js",
"scripts": {
"prepare": "npm run build:lib",
"prepare": "npm run build",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"build": "npm run build:lib && npm run doc",
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build && npm run css:build:dist",
"watch": "npm run ts:watch & npm run types:watch & npm run css:watch",
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
"types:esm": "npm run types:build -- --outDir ../lib/esm",
"types:cjs": "npm run types:build -- --outDir ../lib/cjs",
"css:build": "compile-less -d src -o lib/esm",
"css:watch": "compile-less -d src -o lib/esm --watch",
"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",
"ts:build": "tsbb build --target react",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"watch": "tsbb watch",
"build": "tsbb build && npm run css:build && npm run css:build:dist",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""

@@ -40,7 +33,2 @@ },

],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -52,3 +40,5 @@ "*.{js,jsx,tsx,ts,less,md,json}": [

"files": [
"lib"
"dist.css",
"cjs",
"esm"
],

@@ -64,11 +54,11 @@ "peerDependencies": {

"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.6",
"@uiw/react-code-preview": "1.11.13",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@uiw/react-code-preview": "1.12.1",
"@uiw/react-github-corners": "1.4.0",
"@uiw/react-markdown-preview": "3.1.4",
"@uiw/react-tooltip": "4.7.16",
"@uiw/react-markdown-preview": "3.3.0",
"@uiw/react-tooltip": "4.9.4",
"@uiw/reset.css": "1.0.5",
"compile-less-cli": "1.8.0",
"husky": "4.3.8",
"compile-less-cli": "1.8.1",
"husky": "7.0.2",
"kkt": "6.11.0",

@@ -80,3 +70,3 @@ "lint-staged": "11.1.2",

"rehype-attr": "1.4.2",
"tsbb": "2.3.1"
"tsbb": "3.0.0"
},

@@ -83,0 +73,0 @@ "eslintConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc