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

drauu

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drauu - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/index.global.js

@@ -586,4 +586,7 @@ (() => {

throw new Error("[drauu] target element not found");
if (this.el.tagName !== "svg")
if (this.el.tagName.toLocaleLowerCase() !== "svg")
throw new Error("[drauu] can only mount to a SVG element");
if (!this.el.createSVGPoint) {
throw new Error("[drauu] SVG element must be create by document.createElementNS('http://www.w3.org/2000/sv', 'svg')");
}
this.svgPoint = this.el.createSVGPoint();

@@ -590,0 +593,0 @@ const target = this.resolveSelector(eventEl) || this.el;

4

package.json
{
"name": "drauu",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",

@@ -25,3 +25,3 @@ "module": "dist/index.mjs",

"dependencies": {
"@drauu/core": "0.2.0"
"@drauu/core": "0.2.1"
},

@@ -28,0 +28,0 @@ "scripts": {

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