
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@polygon.io/tradingview-adapter
Advanced tools
Polygon.io integration library for using TradingView charting library.
JS Library for using Polygon.io with TradingView charting.
npm i @polygon.io/tradingview-adapter --save-dev
import PolygonAdapter from '@polygon.io/tradingview-adapter'
const client = new PolygonAdapter({
apikey: 'YOUR_APIKEY',
realtimeEnabled: true // True(default) = Use websockets for updates. False = use polling for new data.
})
const widget = new TradingView.widget({
fullscreen: true,
symbol: 'AAPL',
interval: '1D',
timezone: 'America/New_York',
container_id: "tv_chart_container", /* ID of the container element */
datafeed: client, /* Our Polygon.io Adapter */
library_path: "/charting_library/", /* Where your TV Library files reside */
locale: "en",
disabled_features: ["use_localstorage_for_settings"],
enabled_features: ["study_templates"],
charts_storage_url: 'http://saveload.tradingview.com',
charts_storage_api_version: "1.1",
client_id: 'tradingview.com',
user_id: 'public_user_id',
theme: 'Light', /* Light or Dark */
})
Currently only stocks are supported at 1min and 1day intervals. This will be fixed soon.
FAQs
Polygon.io integration library for using TradingView charting library.
The npm package @polygon.io/tradingview-adapter receives a total of 41 weekly downloads. As such, @polygon.io/tradingview-adapter popularity was classified as not popular.
We found that @polygon.io/tradingview-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.