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 1.67.0 to 1.67.1

11

serverless/classes/Plugin.d.ts

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

type VariableResolver = (variableSource: string) => Promise<any>;
interface VariableResolvers {
[variablePrefix: string]: VariableResolver | {
resolver: VariableResolver,
isDisabledAtPrepopulation?: boolean,
serviceName?: string
};
}
interface PluginStatic {

@@ -32,4 +42,5 @@ new (serverless: Serverless, options: Serverless.Options): Plugin;

commands?: Plugin.Commands;
variableResolvers?: Plugin.VariableResolvers;
}
export = Plugin;

6

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

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "80dbb296c65351ecd66cdf1850e7c4a78634fb5b24486241cb85ad9ea4f514e8",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "7c2a3046fd3eeaeaba3f79798b89740b426f2538d48f0974f525a5f3da6c10b8",
"typeScriptVersion": "2.9"
}

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

### Additional Details
* Last updated: Mon, 13 Apr 2020 19:11:32 GMT
* Last updated: Thu, 07 May 2020 08:03:44 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