New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@voiceflow/alexa-types

Package Overview
Dependencies
Maintainers
14
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/alexa-types - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

build/constants/index.d.ts

2

commitlint.config.js

@@ -0,3 +1,5 @@

'use strict';
module.exports = {
extends: ['@voiceflow/commitlint-config'],
};

9

package.json
{
"name": "@voiceflow/alexa-types",
"description": "Alexa service types",
"version": "1.0.6",
"version": "1.1.0",
"author": "Voiceflow",

@@ -72,3 +72,3 @@ "bugs": {

},
"main": "index.ts",
"main": "build/index.js",
"prettier": "@voiceflow/prettier-config",

@@ -80,4 +80,7 @@ "repository": {

"scripts": {
"lint": "eslint \"*.{js,ts}\""
"build": "yarn clean && ttsc --project ./tsconfig.build.json",
"clean": "rimraf build",
"lint": "eslint \"src/**/*.{js,ts}\"",
"prepare": "yarn build"
}
}

@@ -5,63 +5,6 @@ # alexa-types

## Getting Started
## Nodes
### Environment
presently reference node types by `import Speak from @voiceflow/alexa-types/lib/types`
In order to run this package locally, make sure you have `yarn` and `brew` installed.
You also need to acquire a `.env` file and a `local_sercrets.yaml` file from engineering to load development secrets.
### Package Manager
This Repository Relies on `yarn` and does not work with `npm`
### Install Dependencies
Use `yarn` to install this project's dependencies.
```sh
yarn install
```
### Generate SSL Certificates
Use `mkcert` to generate and install SSL certificates for local development.
```sh
yarn gen-certs
```
## Usage
### Build
Run `tsc` to generate a compiled version of the server.
```sh
yarn build
```
### Start
Run the `express` server locally.
```sh
yarn local
```
### Testing
#### Linting
Test the code for linting errors with `estlint`.
```sh
yarn lint
```
#### Unit Tests
Run unit tests with `mocha`.
```sh
yarn test
```
TODO: update that later

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc