Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@advertol/core
Advanced tools
Core module for creating Advertol instance.
npm install @advertol/core --save
import advertol from '@advertol/core';
import CustomAdServerService from './service';
import CustomControl from './control';
import CustomContext from './context';
const instance = advertol({
zones: [{
id: 'becky',
element: document.querySelector('.Zone--becky')
}],
service: new CustomAdServerService(),
control: [
new CustomControl()
],
context: [
new CustomContext()
]
});
instance.resolve();
Returns: Advertol
Create Advertol instance.
Type: Object[]
List of zones.
Property | Type | Description |
---|---|---|
element | HTMLElement | Zone DOM element. |
id | string | Zone ID. |
Type: Service
Advertisement server service.
Type: Control[]
List of controls for Advertol instance.
Type: Context[]
List of contexts for Advertol instance.
Returns: Promise
Resolves current instance state. This should be run first time and every time you add new zone, control or context to resolve new instance state.
Add new control.
Type: 'Control'
Add new context.
Type: 'Context'
Add new zone.
Property | Type | Description |
---|---|---|
element | HTMLElement | Zone DOM element. |
id | string | Zone ID. |
Destroy instance.
Tested in IE9+ and all modern browsers, assuming Promise
support is available.
For automated tests, run npm run test:automated
(append :watch
for watcher support).
MIT © Ivan Nikolić
[1.0.2][] - 2024-02-08
FAQs
Advertisement zones manager.
The npm package @advertol/core receives a total of 331 weekly downloads. As such, @advertol/core popularity was classified as not popular.
We found that @advertol/core demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.