Socket
Socket
Sign inDemoInstall

abstract-chart

Package Overview
Dependencies
Maintainers
11
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-chart - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

CHANGELOG.md

21

package.json
{
"name": "abstract-chart",
"version": "3.0.0",
"version": "3.1.0",
"description": "Drawing charts using multiple unit of measure axes as coordinate system",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart",
"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,3 +18,3 @@ "package.json",

"dependencies": {
"abstract-image": "^3.0.0",
"abstract-image": "^3.1.0",
"ramda": "^0.22.1",

@@ -28,10 +26,3 @@ "ts-exhaustive-check": "^1.0.0"

},
"scripts": {
"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"
}
"gitHead": "eb933700e3c4dcfc42c17ecac358f6d9007605cd"
}

@@ -0,0 +0,0 @@ # abstract-chart

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

@@ -0,0 +0,0 @@ import * as AbstractImage from "abstract-image";

export * from "./axis";
export * from "./chart";
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