Socket
Socket
Sign inDemoInstall

liquidless-faker

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    liquidless-faker

Faker.js filter for liquidless templates


Version published
Weekly downloads
4.2K
increased by48.72%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

liquidless-faker

Faker.js filter for liquidless templates

Get Started

Install the dependency from npm:

npm i liquidless-faker

Import the fake filter

import { fake } from 'liquidless-faker'

Usage

Example: Rendering a string

renderTemplate('{{ lorem.lines | fake: 1 }}', {}, {
  filters: {
    fake
  }
})

Outputs:

Saepe nesciunt officiis.

Keywords

FAQs

Last updated on 22 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc