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.5 to 3.12.6

27

serverless/classes/Plugin.d.ts

@@ -51,13 +51,26 @@ import Serverless = require('../index');

log: {
error: (text: string) => void;
warning: (text: string) => void;
notice: (text: string) => void;
info: (text: string) => void;
debug: (text: string) => void;
verbose: (text: string) => void;
success: (text: string) => void;
error: (...args: any[]) => void;
warning: (...args: any[]) => void;
notice: (...args: any[]) => void;
info: (...args: any[]) => void;
debug: (...args: any[]) => void;
verbose: (...args: any[]) => void;
success: (...args: any[]) => void;
};
writeText: (text: string | string[]) => void;
progress: {
get: (name: string) => Progress;
create: (args: { message?: string, name?: string }) => Progress;
};
}
interface Progress {
namespace: string;
name: string;
update: (message: string) => void;
info: (message: string) => void;
notice: (message: string) => void;
remove: () => void;
}
interface PluginStatic {

@@ -64,0 +77,0 @@ new (serverless: Serverless, options: Serverless.Options, logging: Logging): Plugin;

{
"name": "@types/serverless",
"version": "3.12.5",
"version": "3.12.6",
"description": "TypeScript definitions for serverless",

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

"dependencies": {},
"typesPublisherContentHash": "643ab3178b1bc9273d2f4d5227aecead9af8b3fd0f27a8fe94261ffcfb6ad5cc",
"typesPublisherContentHash": "f5bebb1245bf61b601b499bf3be1e96111007fb052cf1eec8ddd0ca60591d2fb",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Fri, 06 May 2022 03:01:38 GMT
* Last updated: Thu, 26 May 2022 22:01:33 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