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

clockd3js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockd3js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

Clock.js

@@ -0,1 +1,3 @@

const d3 = require("d3");
exports.Clock = function(params = {root_element_id: "clock"}) {

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

7

package.json
{
"name": "clockd3js",
"version": "0.0.1",
"version": "0.0.2",
"description": "Clock writen with d3js",

@@ -22,3 +22,6 @@ "main": "Clock.js",

},
"homepage": "https://github.com/SumarokovV/Clockd3js#readme"
"homepage": "https://github.com/SumarokovV/Clockd3js#readme",
"dependencies": {
"d3": "^5.16.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