
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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 2 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.