Socket
Socket
Sign inDemoInstall

abstract-image

Package Overview
Dependencies
4
Maintainers
13
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.2 to 3.3.3

8

CHANGELOG.md

@@ -5,3 +5,3 @@ # Change Log

## [Unreleased](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.3.2...master)
## [Unreleased](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.3.3...master)

@@ -14,2 +14,8 @@ ### Added

## [v3.3.3](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.3.2...abstract-image@3.3.3) - 2023-05-25
### Added
- Add missing ramda dependency #106
## [v3.3.2](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.0.0...abstract-image@3.3.2) - 2022-06-02

@@ -16,0 +22,0 @@

6

package.json
{
"name": "abstract-image",
"version": "3.3.2",
"version": "3.3.3",
"description": "Dynamically create images using code or JSX and render to any format",

@@ -19,2 +19,3 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-image",

"base64-js": "^1.2.0",
"ramda": "^0.22.1",
"react": "^16.12.0",

@@ -25,6 +26,7 @@ "react-dom": "^16.12.0"

"@types/base64-js": "^1.2.5",
"@types/ramda": "^0.25.29",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0"
},
"gitHead": "b672d84296a7b57fb4caaa69ad99771e6c399723"
"gitHead": "e78e62680b8ae6ff53cd593c1e229c34573ec2e2"
}

@@ -0,0 +0,0 @@ # abstract-image

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import * as AbstractImage from "../model/index";

@@ -0,0 +0,0 @@ import * as AI from "../model/index";

export * from "./svg-export-image";
export * from "./png-export-image";
export * from "./dxf2d-export-image";

@@ -0,0 +0,0 @@ import * as AbstractImage from "../model/index";

@@ -0,0 +0,0 @@ import * as B64 from "base64-js";

@@ -0,0 +0,0 @@ export * from "./model/abstract-image";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import { ExportTestDef } from "../export-test-def";

@@ -0,0 +0,0 @@ import * as Size from "./size";

@@ -0,0 +0,0 @@ export interface Color {

@@ -0,0 +0,0 @@ import * as Point from "./point";

@@ -0,0 +0,0 @@ export * from "./abstract-image";

@@ -0,0 +0,0 @@ export interface Point {

@@ -0,0 +0,0 @@ export interface Size {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc