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

reactjs-calendar-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-calendar-heatmap - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "reactjs-calendar-heatmap",
"version": "0.0.4",
"version": "0.0.5",
"description": "React component for d3.js calendar heatmap graph.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/g1eb/reactjs-calendar-heatmap#readme",

@@ -13,2 +13,16 @@ var webpack = require('webpack');

externals: {
'react': {
root: 'React',
commonjs2: 'react',
commonjs: 'react',
amd: 'react',
umd: 'react'
},
'react-dom': {
root: 'ReactDOM',
commonjs2: 'react-dom',
commonjs: 'react-dom',
amd: 'react-dom',
umd: 'react-dom'
},
'moment': 'moment',

@@ -15,0 +29,0 @@ 'd3': 'd3'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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