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.0.2 to 1.1.0

2

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

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

@@ -0,1 +1,2 @@

import twilio from 'twilio';
import { ServiceContext } from 'twilio/lib/rest/sync/v1/service';

@@ -14,1 +15,7 @@

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