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

@cocreate/charts

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/charts - npm Package Compare versions

Comparing version 1.1.15 to 1.2.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.2.0](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.1.15...v1.2.0) (2021-07-28)
### Bug Fixes
* remove data- from fetch, pass and filter ([9b1ad60](https://github.com/CoCreate-app/CoCreate-charts/commit/9b1ad60639811eaa4bd8eafbb94cc2fa54101210))
### Features
* add new is{attribute} system and remove data- from attributtes ([b769251](https://github.com/CoCreate-app/CoCreate-charts/commit/b7692511f6422b0a4f4710edb8a697f226bc1e8e))
## [1.1.15](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.1.14...v1.1.15) (2021-07-17)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "@cocreate/charts",
"version": "1.1.15",
"version": "1.2.0",
"description": "A simple charts component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -195,4 +195,4 @@ /*!

for (var j = 0; j < el_items.length; j++) {
var collect = el_items[j].getAttribute("data-fetch_collection");
var fetch_name = el_items[j].getAttribute("data-fetch_name");
var collect = el_items[j].getAttribute("fetch-collection");
var fetch_name = el_items[j].getAttribute("fetch-name");
var operator = el_items[j].getAttribute("data-calculation");

@@ -232,5 +232,5 @@

for (var i = 0; i < f_els.length; i++) {
var f_name = f_els[i].getAttribute("data-filter_name");
var f_value = f_els[i].getAttribute("data-filter_value");
var f_operator = f_els[i].getAttribute("data-filter_operator");
var f_name = f_els[i].getAttribute("filter-name");
var f_value = f_els[i].getAttribute("filter-value");
var f_operator = f_els[i].getAttribute("filter-operator");
var f_valueType = f_els[i].getAttribute("data-value_type");

@@ -237,0 +237,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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