Socket
Socket
Sign inDemoInstall

@heroku/function-toml

Package Overview
Dependencies
7
Maintainers
286
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @heroku/function-toml

function.toml specification and validator


Version published
Weekly downloads
3.5K
increased by6.09%
Maintainers
286
Install size
1.62 MB
Created
Weekly downloads
 

Readme

Source

function-toml

function.toml specification and validation for Salesforce Functions (f.k.a. evergreen)

Usage

import { FunctionToml } from '@heroku/function-toml';

const fntoml = new FunctionToml();

fntoml.parseFile('/tmp/function.toml').then((data) => {
  console.dir(data)
});

fntoml.parseData({function: { label: 'verybestfunction'}}).then((data) => {
  console.dir(data)
});

FAQs

Last updated on 14 Jul 2020

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc