Socket
Socket
Sign inDemoInstall

adlib

Package Overview
Dependencies
1
Maintainers
11
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

3.0.8

Diff

tomwayson
published 3.0.7 •

Changelog

Source

3.0.7

Fixed

  • fix bug that gets rid of leading 0s in adlib strings
dbouwman
published 3.0.6 •

Changelog

Source

3.0.6

Fixed

  • fix typo in build:release script causing missing esm dist
tomwayson
published 3.0.5 •

tomwayson
published 3.0.4 •

Changelog

Source

3.0.4

Changed

  • critical security dependency bumps
  • update release instructions

Fixed

  • allow zero (0) to be swapped/injected
dbouwman
published 3.0.3 •

Changelog

Source

3.0.3

Changed

  • did not know 3.0.2 was released... bump again?
rsteilberg
published 3.0.2 •

Changelog

Source

3.0.2

Changed

  • add release documentation
jgravois
published 3.0.0 •

Changelog

Source

3.0.0

Breaking Changes

  • this library no longer mixes default and named exports.
import { adlib } from "adlib";
import { mapValues } from "adlib";

// NOT
// import adlib from "adlib";
// import mapValues from "adlib";

Since adlib is the namespace for all the functions we export, this means that UMD consumers will now call adlib.adlib().

dmfenton
published 2.3.1 •

Changelog

Source

2.3.1

Fixed

  • changed regex pattern and added trim so that handlebars contents can include whitespace that will get ignored
dmfenton
published 2.3.0 •

Changelog

Source

2.3.0

Added

  • adlib.listDependencies function to list all variables in a template
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc