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

@density/chart-ingress-egress

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@density/chart-ingress-egress - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

dist/_sass.scss

4

dist/story.js

@@ -7,3 +7,3 @@ 'use strict';

var _storybook = require('@kadira/storybook');
var _react2 = require('@storybook/react');

@@ -38,3 +38,3 @@ var _index = require('../index');

(0, _storybook.storiesOf)('Ingress Egress Chart', module).add('With a few set datapoints', function () {
(0, _react2.storiesOf)('Ingress Egress Chart', module).add('With a few set datapoints', function () {
return React.createElement(IngressEgress, {

@@ -41,0 +41,0 @@ events: [{ countChange: 1, timestamp: new Date().getTime() - 500000 }, { countChange: 1, timestamp: new Date().getTime() - 425000 }, { countChange: -1, timestamp: new Date().getTime() - 420000 }, { countChange: 1, timestamp: new Date().getTime() - 400000 }]

{
"name": "@density/chart-ingress-egress",
"version": "1.0.7",
"version": "1.1.0",
"description": "Ingress Egress chart",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"dependencies": {
"d3": "^4.8.0",
"d3": "^4.13.0",
"moment": "^2.18.1",

@@ -17,0 +17,0 @@ "react": "^15.4.2",

import * as React from 'react';
import {storiesOf, action} from '@kadira/storybook';
import {storiesOf} from '@storybook/react';
import {chartAsReactComponent} from '../index';

@@ -4,0 +4,0 @@

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