Socket
Socket
Sign inDemoInstall

@carbon/charts

Package Overview
Dependencies
Maintainers
11
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/charts - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/bundle/bundle.js

13

CHANGELOG.md

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

<a name="0.4.1"></a>
## [0.4.1](https://github.com/IBM/carbon-charts/compare/v0.4.0...v0.4.1) (2018-08-31)
### Bug Fixes
* **core angular:** Remove demo folders from published packages ([5e3c556](https://github.com/IBM/carbon-charts/commit/5e3c556))
* **core angular:** Remove demos & add dist in packages ([94bb9f4](https://github.com/IBM/carbon-charts/commit/94bb9f4))
<a name="0.4.0"></a>

@@ -8,0 +21,0 @@ # [0.4.0](https://github.com/IBM/carbon-charts/compare/v0.3.0...v0.4.0) (2018-08-30)

4

karma.conf.js

@@ -22,3 +22,5 @@ module.exports = function (config) {

mime: {
'text/x-typescript': ['ts']
'text/x-typescript': [
'ts'
]
},

@@ -25,0 +27,0 @@ webpack: require('./webpack.test'),

{
"name": "@carbon/charts",
"version": "0.4.0",
"version": "0.4.1",
"description": "Carbon charting components",

@@ -77,3 +77,3 @@ "main": "demo.js",

],
"gitHead": "8bec4b4c5de397237d5358af2e8be94d12ba3a5f"
"gitHead": "52923dc606265637731aa93983ad86a0dba432bd"
}

@@ -85,2 +85,3 @@ import * as d3 from "d3";

// Remove all IDs to avoid duplicate IDs (accessibility violation)
mountedSVG.querySelector("g").removeAttribute("id");

@@ -98,2 +99,3 @@

// Remove ID to avoid duplicate IDs (accessibility violation)
element.removeAttribute("id");

@@ -105,2 +107,3 @@ element.removeAttribute("class");

allRectsInsideSVG.forEach(rectElement => {
// Remove all IDs to avoid duplicate IDs (accessibility violation)
rectElement.removeAttribute("id");

@@ -107,0 +110,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