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

d3-arrow

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-arrow - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

dist/d3-arrow.js

@@ -1,2 +0,2 @@

// https://github.com/HarryStevens/d3-arrow#readme Version 0.0.10. Copyright 2020 Harry Stevens.
// https://github.com/HarryStevens/d3-arrow#readme Version 0.0.11. Copyright 2020 Harry Stevens.
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

{
"name": "d3-arrow",
"version": "0.0.10",
"version": "0.0.11",
"description": "Attach arrowheads to SVG elements.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -9,3 +9,3 @@ # d3-arrow

```html
<script src="https://unpkg.com/d3-arrow@0.0.10/dist/d3-arrow.min.js"></script>
<script src="https://unpkg.com/d3-arrow@0.0.11/dist/d3-arrow.min.js"></script>
<script>

@@ -29,3 +29,3 @@

.id("my-arrow")
.attr("fill", "steelblue")
.attr("fill", "steelblue");

@@ -38,3 +38,3 @@ svg.call(myArrow);

.attr("stroke", "steelblue")
.attr("stroke-width", 2)
.attr("stroke-width", 2);
```

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