Socket
Socket
Sign inDemoInstall

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.10 to 0.1.0

dist/calendar-heatmap.min.js.map

9

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

@@ -30,8 +30,9 @@ "homepage": "https://github.com/g1eb/reactjs-calendar-heatmap#readme",

"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"css-loader": "^4.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dom": "^16.13.1",
"style-loader": "^0.19.0",
"uglify-js": "^3.1.5",
"webpack": "^3.8.1"
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},

@@ -38,0 +39,0 @@ "peerDependencies": {

@@ -42,2 +42,7 @@ import * as React from 'react'

componentDidUpdate() {
this.parseData()
this.drawChart()
}
componentWillUnmount() {

@@ -44,0 +49,0 @@ window.removeEventListener('resize', this.calcDimensions)

@@ -6,2 +6,8 @@ var webpack = require('webpack');

mode: 'production',
optimization: {
minimize: false,
},
entry: {

@@ -35,12 +41,2 @@ 'calendar-heatmap': './src/index.js',

plugins: [
new webpack.optimize.UglifyJsPlugin({
include: /\.min\.js$/,
minimize: true,
compress: {
warnings: false,
},
})
],
module: {

@@ -60,3 +56,3 @@ rules: [

test: /\.css$/,
loader: 'style-loader!css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]',
loader: 'style-loader!css-loader?modules&importLoaders=true',
},

@@ -63,0 +59,0 @@ ],

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

Sorry, the diff of this file is not supported yet

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