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.78.37 to 1.78.38

4

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

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

"dependencies": {},
"typesPublisherContentHash": "cba3b493670d6ad83e76b9603b08cea73fc93f793db59d663abf81c8894347df",
"typesPublisherContentHash": "5e056ffe7d94d7cb62bcddfb13e379be5c7c165c4721039cbb666f88b0cef152",
"typeScriptVersion": "3.7"
}

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

}
interface Credentials {
[key: string]: any;
}
}

@@ -676,2 +680,3 @@

naming: { [key: string]: () => string };
getCredentials(): Aws.Credentials;
getProviderName(): string;

@@ -678,0 +683,0 @@ getRegion(): string;

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

### Additional Details
* Last updated: Fri, 22 Oct 2021 08:31:21 GMT
* Last updated: Fri, 22 Oct 2021 11:31:27 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