New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stencil-apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stencil-apexcharts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [0.0.3](https://github.com/apexcharts/stencil-apexcharts/compare/v0.0.2...v0.0.3) (2019-03-18)
## [0.0.2](https://github.com/apexcharts/stencil-apexcharts/compare/v0.0.1...v0.0.2) (2019-03-18)

@@ -7,0 +11,0 @@

{
"name": "stencil-apexcharts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Stencil Component for ApexCharts",

@@ -14,2 +14,9 @@ "author": {

},
"keywords": [
"apexcharts",
"stencil",
"charts",
"data-visualization",
"web components"
],
"module": "dist/esm/index.js",

@@ -37,3 +44,8 @@ "main": "dist/index.js",

},
"license": "MIT"
"license": "MIT",
"standard-version": {
"scripts": {
"prerelease": "npm run build"
}
}
}

4

readme.md

@@ -9,3 +9,3 @@ <p align="center"><img src="https://github.com/apexcharts/stencil-apexcharts/raw/master/assets/stencil-apexcharts.png"></p>

<p align="center">Stencil.js wrapper for <a href="https://github.com/apexcharts/apexcharts.js">ApexCharts</a> to build interactive visualizations in stencil.</p>
<p align="center"><a href="https://stenciljs.com">Stencil.js</a> wrapper for <a href="https://apexcharts.com">ApexCharts</a> to build interactive visualizations in stencil.</p>

@@ -19,3 +19,3 @@ <p align="center"><a href="https://apexcharts.com/javascript-chart-demos/"><img src="https://apexcharts.com/media/apexcharts-banner.png"></a></p>

- Put a script tag similar to this `<script src='https://unpkg.com/stencil-apexcharts@0.0.1/dist/apex.js'></script>` in the head of your index.html
- Put a script tag similar to this `<script src='https://unpkg.com/stencil-apexcharts/dist/apex.js'></script>` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc.

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

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