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

event-drops

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-drops - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json
{
"name": "event-drops",
"version": "1.0.1",
"version": "1.0.2",
"description": "A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.",

@@ -98,5 +98,6 @@ "main": "dist/index.js",

"Julien Demangeon (https://github.com/jdemangeon)",
"Chad Ramos (https://github.com/chad-ramos)",
"Sedy Bot (https://github.com/sedy-bot)",
"Chad Ramos (https://github.com/chad-ramos)",
"Juliano Alves de Oliveira (https://github.com/JulianoEngineer)",
"Christian Gass (https://github.com/gassc)",
"Chulki Lee (https://github.com/chulkilee)",

@@ -109,3 +110,3 @@ "Emmanuel Quentin (https://github.com/manuquentin)",

"Simon Hartcher (https://github.com/deevus)",
"benmoufm (https://github.com/benmoufm)",
"Mélodie Benmouffek (https://github.com/benmoufm)",
"marmelab-bot (https://github.com/marmelab-bot)",

@@ -112,0 +113,0 @@ "messense (https://github.com/messense)"

@@ -37,3 +37,3 @@ # EventDrops

```xml
<link href="https://unpkg.com/event-drops/dist/eventDrops.css" rel="stylesheet" />
<link href="https://unpkg.com/event-drops/dist/style.css" rel="stylesheet" />

@@ -56,4 +56,4 @@ <script src="https://unpkg.com/d3"></script>

const repositoriesData = [
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */ ,]
{ name: "event-drops", data: [{ date: new Date('2014/09/15 13:24:57') }, /* ... */ ,]
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */] },
{ name: "event-drops", data: [{ date: new Date('2014/09/15 13:24:57') }, /* ... */] },
{ name: "sedy", data: [{ date: new Date('2014/09/15 13:25:12') }, /* ... */] }

@@ -60,0 +60,0 @@ ];

Sorry, the diff of this file is not supported yet

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