Socket
Socket
Sign inDemoInstall

@nivo/core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nivo/core - npm Package Compare versions

Comparing version 0.52.1 to 0.53.0

dist/nivo-core.cjs.js

2

index.d.ts

@@ -100,3 +100,3 @@ import * as React from 'react'

title?: React.ReactNode
rows?: React.ReactNode[]
rows: React.ReactNode[][]
theme: Pick<Theme, 'tooltip'>

@@ -103,0 +103,0 @@ renderContent?: () => React.ReactNode

{
"name": "@nivo/core",
"version": "0.52.1",
"version": "0.53.0",
"license": "MIT",

@@ -9,10 +9,9 @@ "author": {

},
"main": "./index.js",
"main": "./dist/nivo-core.cjs.js",
"module": "./dist/nivo-core.esm.js",
"files": [
"README.md",
"LICENSE.md",
"index.js",
"index.d.ts",
"cjs/",
"umd/"
"dist/"
],

@@ -26,11 +25,11 @@ "dependencies": {

"d3-scale-chromatic": "^1.3.3",
"d3-shape": "^1.2.2",
"d3-shape": "^1.3.5",
"d3-time-format": "^2.1.3",
"lodash": "^4.17.4",
"react-measure": "^2.0.2",
"react-measure": "^2.2.4",
"react-motion": "^0.5.2",
"recompose": "^0.26.0"
"recompose": "^0.30.0"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.2.0 < 17.0.0"

@@ -41,3 +40,3 @@ },

},
"gitHead": "c51598c8feee3468f965a426f6ee89a8a0a2b0a7"
"gitHead": "95be1db459afc23c4241e824c38cf9f1fe8c3119"
}
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