Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@eggplantio/epf-snippets

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggplantio/epf-snippets

Library to generate EPF scripts from a snippets library file

latest
npmnpm
Version
3.0.1
Version published
Maintainers
11
Created
Source

EGGPLANT FUNCTIONAL SNIPPETS

Library to load and generate sensetalk snippets for EPF.

Quick start

You'll need a template file of sensetalk snippets loaded into a string to begin with. Then usage of the lib is as follows:

import Template from '@eggplantio/epf-snippets'

const templateFile = '...'
const tpl = new Template(templateFile)

tpl.listSnippets()

tpl.populate('Snippet1', { param1: 'foo', param2: 'bar' })

Keywords

eggplantai

FAQs

Package last updated on 16 May 2019

Did you know?

Socket

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