Socket
Socket
Sign inDemoInstall

react-tradingview-widget

Package Overview
Dependencies
8
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# Version 1.2.5
Released 2018-04-16
- Fixed constants not being exported
# Version 1.2.4

@@ -2,0 +7,0 @@ Released 2018-04-13

2

index.js

@@ -13,2 +13,2 @@ if (typeof window === 'undefined') {

require('./dist/vendor');
module.exports = require('./dist/index').default;
module.exports = require('./dist/index');
{
"name": "react-tradingview-widget",
"version": "1.2.4",
"version": "1.2.5",
"description": "React component for rendering the TradingView Advanced Real-Time Chart Widget",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc