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

coconut-graph

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coconut-graph - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "coconut-graph",
"version": "1.0.15",
"version": "1.0.16",
"description": "Graph lib using d3 ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -74,3 +74,3 @@ var d3 = require('d3');

if (options.guides) {
guides.tickSize(-graph.width(), 0, 0);
guides.tickSize(-graph.width(), 0, 0).ticks(options.ticks);
graph.svg.selectAll('.grid.' + name).call(guides);

@@ -77,0 +77,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