abstract-image
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151568
75
2672
2
Updatedreact@^16.12.0
Updatedreact-dom@^16.12.0