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

@chartiq/react-components

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chartiq/react-components - npm Package Compare versions

Comparing version 8.6.0-beta.1 to 8.6.0-beta.2

lib/ActiveTrader/index.js

8

package.json
{
"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;
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