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

@twilio-labs/serverless-runtime-types

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-labs/serverless-runtime-types - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.2

38

CHANGELOG.md

@@ -6,2 +6,40 @@ # Change Log

# [2.0.0-beta.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/serverless-runtime-types@2.0.0-beta.1...@twilio-labs/serverless-runtime-types@2.0.0-beta.2) (2021-04-21)
**Note:** Version bump only for package @twilio-labs/serverless-runtime-types
# 2.0.0-beta.1 (2021-04-21)
### Bug Fixes
* update to correct type import ([ea0994f](https://github.com/twilio-labs/serverless-toolkit/commit/ea0994f598a550188794d84554e1d11b5edbc198))
* **deps:** npm is not happy about @types/qs ([0d4e6a8](https://github.com/twilio-labs/serverless-toolkit/commit/0d4e6a894d154996470b9ab4bdd9b72095b7bd94))
* **types:** add extended sync service types ([e735e81](https://github.com/twilio-labs/serverless-toolkit/commit/e735e81a3872a723b8276506eb046f6d327166c6))
* **types:** add other values to callback signature ([d024032](https://github.com/twilio-labs/serverless-toolkit/commit/d024032b8200d8c8fba41f557752b5b5a1ba9cf6))
* **types:** improve types for Twilio Functions ([c7eb678](https://github.com/twilio-labs/serverless-toolkit/commit/c7eb678ff3e8d0fd27ec595945ab944679e54177))
### Features
* add initial release ([b8177f7](https://github.com/twilio-labs/serverless-toolkit/commit/b8177f777b03582d607173e96f1c778e703a90e4))
* **deploy:** adds runtime as a flag to the deploy command ([#218](https://github.com/twilio-labs/serverless-toolkit/issues/218)) ([789ec02](https://github.com/twilio-labs/serverless-toolkit/commit/789ec027f1151be156e1fb01b4e4110ca0de9c44))
* **twilio-run:** restructure configuration ([#198](https://github.com/twilio-labs/serverless-toolkit/issues/198)) ([f88d490](https://github.com/twilio-labs/serverless-toolkit/commit/f88d49027980ee4c4d7f630918f860a987f13887)), closes [#166](https://github.com/twilio-labs/serverless-toolkit/issues/166)
* **types:** add Context type ([ce2e171](https://github.com/twilio-labs/serverless-toolkit/commit/ce2e17151520f5722327692f5f3c55f7dbbceef0))
* **types:** add ServerlessFunctionSignature types ([3d258ba](https://github.com/twilio-labs/serverless-toolkit/commit/3d258ba126cc976d967aa16012960e5185b6e6d2))
### BREAKING CHANGES
* **twilio-run:** Drops support for .twilio-functions files and internally restructures activate
files to promote
# 2.0.0-beta.0 (2020-08-27)

@@ -8,0 +46,0 @@

9

package.json
{
"name": "@twilio-labs/serverless-runtime-types",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.2",
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",

@@ -29,5 +29,8 @@ "main": "index.js",

"dependencies": {
"twilio": "^3.33.0"
"@types/express": "^4.17.11",
"@types/qs": "^6.9.4",
"twilio": "^3.60.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"all-contributors-cli": "^6.7.0"

@@ -44,3 +47,3 @@ },

],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
"gitHead": "de57118bf385c6b1953a86473f3dd8edaea7cdf9"
}
<h1 align="center">@twilio-labs/serverless-runtime-types</h1>
<p align="center">TypeScript definitions to define globals for the Twilio Serverless runtime</p>
<p align="center">TypeScript definitions to define globals for the Twilio Serverless runtime.</p>
<p align="center">
<img alt="npm (scoped)" src="https://img.shields.io/npm/v/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="npm" src="https://img.shields.io/npm/dt/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="GitHub" src="https://img.shields.io/github/license/twilio-labs/serverless-runtime-types.svg?style=flat-square"> <a href="#contributors"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" /></a> <a href="https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md"><img alt="Code of Conduct" src="https://img.shields.io/badge/%F0%9F%92%96-Code%20of%20Conduct-blueviolet.svg?style=flat-square"></a> <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /></a> </<a>
<img alt="npm (scoped)" src="https://img.shields.io/npm/v/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="npm" src="https://img.shields.io/npm/dt/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="GitHub" src="https://img.shields.io/github/license/twilio-labs/serverless-runtime-types.svg?style=flat-square"> <a href="#contributors"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" /></a> <a href="https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md"><img alt="Code of Conduct" src="https://img.shields.io/badge/%F0%9F%92%96-Code%20of%20Conduct-blueviolet.svg?style=flat-square"></a> <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /></a> </<a>
<hr>

@@ -89,7 +89,7 @@

This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/.github/blob/master/CONTRIBUTING.md) file for more details.
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
### Code of Conduct
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️

@@ -96,0 +96,0 @@ ### Contributors

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