Socket
Socket
Sign inDemoInstall

abstract-image

Package Overview
Dependencies
8
Maintainers
11
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

CHANGELOG.md

27

package.json
{
"name": "abstract-image",
"version": "3.0.0",
"version": "3.1.0",
"description": "Dynamically create images using code or JSX and render to any format",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-image",
"main": "lib-cjs/index.js",
"module": "lib-esm/index.js",
"types": "lib-cjs/index",
"main": "lib/index.js",
"types": "lib/index",
"license": "MIT",
"files": [
"/lib-cjs",
"/lib-esm",
"/lib",
"/src",

@@ -20,4 +18,4 @@ "package.json",

"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},

@@ -28,14 +26,3 @@ "devDependencies": {

},
"scripts": {
"start": "yarn run storybook",
"build": "yarn build:clean && yarn build:cjs && yarn build:esm",
"build:clean": "rm -rf ./lib-cjs ./lib-esm",
"build:cjs": "tsc",
"build:esm": "tsc --module es2015 --outDir ./lib-esm",
"test": "rm -rf test/lib && mocha --colors",
"test:build": "cd test && tsc",
"tsc:stories": "tsc -p stories --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
"gitHead": "eb933700e3c4dcfc42c17ecac358f6d9007605cd"
}

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

@@ -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 AbstractImage from "../model/index";

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

@@ -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

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