
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
vistar-ad-view-cortex
Advanced tools
a standalone Cortex lib for displaying Vistar Media ads.
adConfig = require('vistar-ad-view-cortex').config
inject = require 'honk-di'
{AdView} = require('vistar-ad-view-cortex')
{Ajax, XMLHttpAjax} = require 'ajax'
class Binder extends inject.Binder
configure: ->
@bind(Ajax).to(XMLHttpAjax)
@bindConstant('config').to adConfig.config
injector = new inject.Injector(new Binder)
adView = injector.getInstance AdView
Cortex?.view.register adView.constructor.name
Cortex?.view.setDefaultView adView.constructor.name
adView.run()
Cortex?.view.start()
the "config" object from the vistar-ad-view-cortex library will contain any parameters set in the Cortex dashboard.
can install or set as a dependency in your package.json:
npm install vistar-ad-view-cortex
or in your package.json
"dependencies": {
"vistar-ad-view-cortex": "1.0.2"
}
FAQs
An ad view compatible with Cortex 1.6, using Cortex scheduler
The npm package vistar-ad-view-cortex receives a total of 3 weekly downloads. As such, vistar-ad-view-cortex popularity was classified as not popular.
We found that vistar-ad-view-cortex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.