Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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ć
FAQs
Advertisement zones manager.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.