Socket
Socket
Sign inDemoInstall

abstract-image

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-image - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

lib-cjs/exporters/react-svg-export-image.js

@@ -40,3 +40,3 @@ "use strict";

if (parts.length !== 2 || parts[0] !== "ai" + rootId) {
return getIdAttr(target.parentElement || undefined, rootId);
return getIdAttr(target.parentNode || undefined, rootId);
}

@@ -43,0 +43,0 @@ return parts[1];

@@ -37,3 +37,3 @@ import * as R from "ramda";

if (parts.length !== 2 || parts[0] !== "ai" + rootId) {
return getIdAttr(target.parentElement || undefined, rootId);
return getIdAttr(target.parentNode || undefined, rootId);
}

@@ -40,0 +40,0 @@ return parts[1];

{
"name": "abstract-image",
"version": "2.1.3",
"version": "2.1.4",
"description": "Dynamically create images using code or JSX and render to any format",

@@ -5,0 +5,0 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-image",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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