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

ask-gib-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-gib-api

TypeScript definitions and string literal enum constants for Alexa Skills Kit apis (so contains runtime items, not just TS defs).

latest
Source
npmnpm
Version
0.10.8
Version published
Maintainers
1
Created
Source

ask-gib-api

Alexa Skills Kit API Library for TypeScript

npm

See also ask-gib for authoring Alexa Skills in TypeScript.

Installation

Install with npm:

npm install --save ask-gib-api

Note that because this actually compiles constants, this is installed with the --save option and NOT --save-dev.

Import ES6 style:

import * as ask from 'ask-gib-api';

NOTE: If you're also using the full ask-gib library, you don't need to import this library directly.

API Breakdown

Thanks

  • Amazon for creating such good documentation and a good product.
  • The official Alexa Skills Kit SDK for Node.js
    • This is where I got the idea for the simple DynamoDB table persistence approach :+1:
  • Up.

Keywords

typescript

FAQs

Package last updated on 08 Nov 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