New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dynamaker

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamaker

A library to simplify integration with DynaMaker using JavaScript/TypeScript

latest
npmnpm
Version
0.2.3
Version published
Maintainers
2
Created
Source

dynamaker

A library to simplify integration with DynaMaker using JavaScript/TypeScript

Getting started

Installation

npm i dynamaker

Import

// you can import select features
import { webhookParser } from 'dynamaker'

// or you can import everything as a namespace
import * as dynamaker from 'dynamaker'

Webhook Secret

You can find your webhook secret (test and production) in the plugins section of your project in the DynaMaker dashboard.

Examples

Examples can be found in the /examples dir.

FAQs

Package last updated on 06 Jul 2020

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