Socket
Socket
Sign inDemoInstall

svg.js

Package Overview
Dependencies
0
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0 to 2.7.1

6

CHANGELOG.md

@@ -32,2 +32,7 @@ # Change Log

## [2.7.1] - 2018-11-30
### Fixed
- CustomEvent-polyfill was not used (needed in IE) (#938)
## [2.7.0] - 2018-11-13

@@ -657,2 +662,3 @@

<!-- Headings above link to the releases listed here -->
[2.7.1]: https://github.com/svgdotjs/svg.js/releases/tag/2.7.1
[2.7.0]: https://github.com/svgdotjs/svg.js/releases/tag/2.7.0

@@ -659,0 +665,0 @@ [2.6.6]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.6

2

package.json
{
"name": "svg.js",
"version": "2.7.0",
"version": "2.7.1",
"description": "A lightweight library for manipulating and animating SVG.",

@@ -5,0 +5,0 @@ "url": "https://svgdotjs.github.io/",

@@ -132,3 +132,3 @@ // Add events to elements

} else {
this.node.dispatchEvent(event = new window.CustomEvent(event, {detail: data, cancelable: true}))
this.node.dispatchEvent(event = new SVG.CustomEvent(event, {detail: data, cancelable: true}))
}

@@ -135,0 +135,0 @@ this._event = event

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc