Socket
Socket
Sign inDemoInstall

@nivo/heatmap

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/heatmap - npm Package Compare versions

Comparing version 0.33.0 to 0.33.1-0.34.0-0.0

cjs/nivo-heatmap.js

32

package.json
{
"name": "@nivo/heatmap",
"version": "0.33.0",
"version": "0.33.1-0.34.0-0.0",
"license": "MIT",
"main": "./lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"main": "./index.js",
"files": [
"README.md",
"index.js",
"cjs/"
],
"dependencies": {
"@nivo/core": "0.33.0",
"@nivo/axes": "0.33.1-0.34.0-0.0",
"@nivo/core": "0.33.1-0.34.0-0.0",
"d3-scale": "^1.0.6",

@@ -15,4 +19,4 @@ "react-motion": "^0.5.2",

"devDependencies": {
"@nivo/babel-preset": "0.33.0",
"@nivo/generators": "0.33.0",
"@nivo/babel-preset": "0.33.1-0.34.0-0.0",
"@nivo/generators": "0.33.1-0.34.0-0.0",
"babel-cli": "^6.26.0",

@@ -22,8 +26,8 @@ "babel-jest": "^20.0.3",

"jest": "^21.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">= 15.6.1 < 17.0.0"
"react": ">= 16.2.0 < 17.0.0"
},

@@ -33,9 +37,3 @@ "publishConfig": {

},
"scripts": {
"build:commonjs": "rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib",
"build:commonjs:watch": "npm run build:commonjs -- --watch",
"build:es": "rm -rf es && cross-env NODE_ENV=es babel src --out-dir es",
"build:es:watch": "npm run build:es -- --watch",
"build": "npm run build:commonjs && npm run build:es"
}
"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