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

abstract-image

Package Overview
Dependencies
Maintainers
8
Versions
50
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.2.3 to 2.2.4

1

lib-cjs/exporters/eps-export-image.js

@@ -72,3 +72,2 @@ "use strict";

].concat(c.points.map(function (p) { return p.x + " " + (height - p.y) + " lineto"; }), [
"closepath",
c.strokeThickness + " setlinewidth",

@@ -75,0 +74,0 @@ "stroke"

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

].concat(c.points.map(function (p) { return p.x + " " + (height - p.y) + " lineto"; }), [
"closepath",
c.strokeThickness + " setlinewidth",

@@ -72,0 +71,0 @@ "stroke"

2

package.json
{
"name": "abstract-image",
"version": "2.2.3",
"version": "2.2.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