@chartiq/react-components
Advanced tools
Comparing version 8.6.0-beta.1 to 8.6.0-beta.2
{ | ||
"name": "@chartiq/react-components", | ||
"version": "8.6.0-beta.1", | ||
"version": "8.6.0-beta.2", | ||
"description": "React Components for ChartIQ library", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/", | ||
"lib/", | ||
"src/" | ||
], | ||
"scripts": { | ||
"build": "babel src -d dist/ --source-maps inline", | ||
"build:prod": "babel src -d dist", | ||
"build": "babel src -d lib/ --source-maps inline", | ||
"build:prod": "babel src -d lib", | ||
"prepublish": "npm run build:prod" | ||
@@ -14,0 +14,0 @@ }, |
// Be sure to import base styles first so they don't override any styles for components! | ||
import "./styles/base-imports"; | ||
// export { default as AdvancedChart, AdvancedChartPage } from './containers/AdvancedChart'; | ||
export { default as MultiChart, MultiChartPage } from './containers/MultiChart'; | ||
// export { default as ActiveTraderWorkstation, ActiveTraderPage } from './containers/ActiveTraderWorkstation'; | ||
// export { default as TermStructure, TermStructurePage } from './containers/TermStructure'; | ||
export { default as HelloWorld } from './containers/HelloWorld/HelloWorld'; | ||
import Chart from './Core'; | ||
export default Chart; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
175899
49
4247
2