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
1
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 1.1.0 to 1.1.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,6 +16,5 @@ import twilio from 'twilio';

export type Context = {
export type Context<T = {}> = {
getTwilioClient(): twilio.Twilio;
DOMAIN_NAME: string;
[key: string]: string;
};
} & T;
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