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

elm-apex-charts-link

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-apex-charts-link - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

LICENSE

9

package.json
{
"name": "elm-apex-charts-link",
"version": "1.0.1",
"version": "1.0.3",
"description": "write your charts specifications in elm, export to json and use it via ports or web-components",
"main": "/src/apex-chart-element.js",
"main": "./src/apex-chart-element.js",
"files": [
"/src/*.js"
"./src/*.js"
],
"dependencies": {
"apexcharts": "^3.20.0"
"@webcomponents/custom-elements": "^1.4.3",
"apexcharts": "^3.26.1"
},

@@ -12,0 +13,0 @@ "devDependencies": {

# Apex link
![CI](https://github.com/leojpod/elm-apex-charts-link/workflows/CI/badge.svg?branch=master)
*a tentative solution to using apex charts within the comfort of elm*

@@ -33,4 +35,4 @@

The second requires to import and setup the npm companion package: [put the url here](), once you've set it up you can use the [`Apex.apexChart`](Apex#apexChart).
The second requires to import and setup the npm companion package: [elm-apex-charts-link](https://www.npmjs.com/package/elm-apex-charts-link), once you've set it up you can use the [`Apex.apexChart`](Apex#apexChart).
For a complete example, have a look at [`/example`](https://github.com/leojpod/elm-apex-charts-link/tree/master/example).
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