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

hexo-tag-chart

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-tag-chart - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

LICENSE

4

index.js

@@ -15,4 +15,4 @@ const fs = require('fs'),

option: options,
height: args[0] || 400,
width: args[1] || '80%'
width: args[0] || 400,
height: args[1] || 300
});

@@ -19,0 +19,0 @@ };

{
"name": "hexo-tag-chart",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple plugin for inserting Chartjs by using tags in Hexo.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,3 +16,3 @@ # hexo-tag-chart

```
{% chart [height] [width] %}
{% chart [width] [height] %}
\\Chartjs options goes here

@@ -25,3 +25,3 @@ {% endchart %}

```
{% chart 400 '85%' %}
{% chart 400 300 %}
{

@@ -28,0 +28,0 @@ type: 'line',

Sorry, the diff of this file is not supported yet

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