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

@types/serverless

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/serverless - npm Package Compare versions

Comparing version 3.12.2 to 3.12.3

11

serverless/classes/Plugin.d.ts

@@ -33,2 +33,12 @@ import Serverless = require('../index');

type ConfigurationVariablesSource = (variableSource: any) => Promise<any>;
interface ConfigurationVariablesSources {
[variablePrefix: string]: ConfigurationVariablesSource | {
resolve: ConfigurationVariablesSource,
isDisabledAtPrepopulation?: boolean | undefined,
serviceName?: string | undefined
};
}
interface Logging {

@@ -56,4 +66,5 @@ log: {

variableResolvers?: Plugin.VariableResolvers | undefined;
configurationVariablesSources?: Plugin.ConfigurationVariablesSources | undefined;
}
export = Plugin;

4

serverless/package.json
{
"name": "@types/serverless",
"version": "3.12.2",
"version": "3.12.3",
"description": "TypeScript definitions for serverless",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serverless",

"dependencies": {},
"typesPublisherContentHash": "f01e63ebb01735ab06a62dd7672f15ba06ce3578c0c8683ece52372d089e16c9",
"typesPublisherContentHash": "37fc973a2d2fc8d97d73dd36d3ef04e1276905ac15c2b934c5d9f72599507560",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 26 Apr 2022 19:31:52 GMT
* Last updated: Thu, 28 Apr 2022 23:31:45 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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