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
95
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.3 to 1.72.0

2

serverless/index.d.ts

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

// Type definitions for serverless 1.67
// Type definitions for serverless 1.72
// Project: https://github.com/serverless/serverless#readme

@@ -3,0 +3,0 @@ // Definitions by: Hassan Khan <https://github.com/hassankhan>

{
"name": "@types/serverless",
"version": "1.67.3",
"version": "1.72.0",
"description": "TypeScript definitions for serverless",

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

"dependencies": {},
"typesPublisherContentHash": "917b967f17c52e4ac14be4084d5f134461c8a6bddaaf8586b3d0191530700a8a",
"typesPublisherContentHash": "f868211df211fc6704f3dced8dc1225351c2897993fa17b5f88b17b3ffbf1425",
"typeScriptVersion": "3.0"
}

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

resources?: Resources;
plugins?: string[];
org?: string;
app?: string;
tenant?: string;
custom?: Custom;
}

@@ -44,3 +49,3 @@

environment?: Environment;
endpointType?: string;
endpointType?: 'regional' | 'edge' | 'private';
apiKeys?: string[];

@@ -539,5 +544,9 @@ apiGateway?: ApiGateway;

Resources: CloudFormationResources;
extensions: CloudFormationResources;
Outputs: Outputs;
extensions?: CloudFormationResources;
Outputs?: Outputs;
}
interface Custom {
[key: string]: any;
}
}

@@ -544,0 +553,0 @@

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

### Additional Details
* Last updated: Tue, 19 May 2020 23:41:58 GMT
* Last updated: Tue, 02 Jun 2020 17:51:42 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