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.33.0 to 0.33.1-0.34.0-0.0

cjs/nivo-core.js

26

package.json
{
"name": "@nivo/core",
"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": {

@@ -21,3 +24,3 @@ "d3-color": "^1.0.3",

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

@@ -29,8 +32,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"
},

@@ -42,9 +45,4 @@ "publishConfig": {

"test": "jest --verbose ./tests",
"test:cover": "jest --verbose --coverage ./tests",
"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"
"test:cover": "jest --verbose --coverage ./tests"
}
}
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