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.2 to 1.67.3

serverless/aws.d.ts

12

serverless/classes/Plugin.d.ts

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

interface VariableResolvers {
[variablePrefix: string]:
| VariableResolver
| {
resolver: VariableResolver;
isDisabledAtPrepopulation?: boolean;
serviceName?: string;
};
[variablePrefix: string]: VariableResolver | {
resolver: VariableResolver,
isDisabledAtPrepopulation?: boolean,
serviceName?: string
};
}

@@ -35,0 +33,0 @@

@@ -52,4 +52,2 @@ // Type definitions for serverless 1.67

}
type Aws = AwsProvider;
}

@@ -56,0 +54,0 @@

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

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

"dependencies": {},
"typesPublisherContentHash": "215a7fe2acbb7ee7be85ae16a601d0702ae65a6d027ef319403903e1c8522f1b",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "917b967f17c52e4ac14be4084d5f134461c8a6bddaaf8586b3d0191530700a8a",
"typeScriptVersion": "3.0"
}

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

interface FilterPolicy {
pet: string[];
}
interface DeadLetterTargetImport {

@@ -358,3 +354,3 @@ arn: string;

batchSize?: number | string;
startingPosition?: string;
startingPosition?: number | string;
enabled?: boolean;

@@ -456,19 +452,19 @@ }

interface Event {
http: Http;
httpApi: HttpApiEvent;
websocket: Websocket;
s3: S3;
schedule: string | Schedule;
sns: Sns;
sqs: Sqs;
stream: Stream;
alexaSkill: AlexaSkill;
alexaSmartHome: AlexaSmartHome;
iot: Iot;
cloudwatchEvent: CloudwatchEvent;
cloudwatchLog: CloudwatchLog;
cognitoUserPool: CognitoUserPool;
alb: AlbEvent;
eventBridge: EventBridge;
cloudFront: CloudFront;
http?: Http;
httpApi?: HttpApiEvent;
websocket?: Websocket;
s3?: S3;
schedule?: string | Schedule;
sns?: Sns;
sqs?: Sqs;
stream?: Stream;
alexaSkill?: AlexaSkill;
alexaSmartHome?: AlexaSmartHome;
iot?: Iot;
cloudwatchEvent?: CloudwatchEvent;
cloudwatchLog?: CloudwatchLog;
cognitoUserPool?: CognitoUserPool;
alb?: AlbEvent;
eventBridge?: EventBridge;
cloudFront?: CloudFront;
}

@@ -475,0 +471,0 @@

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

### Additional Details
* Last updated: Tue, 12 May 2020 20:30:15 GMT
* Last updated: Tue, 19 May 2020 23:41:58 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