New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swarmion/serverless-helpers

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swarmion/serverless-helpers - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

7

dist/types/types/serverless.d.ts

@@ -6,4 +6,11 @@ import type { AWS } from '@serverless/typescript';

};
/**
* The Lambda configuration type for Serverless Framework
*/
export type LambdaFunction = Exclude<AWS['functions'], undefined>[string] & FunctionsIamRoleStatements;
/**
* The provider Serverless configuration
*/
export type ServerlessProviderConfig = AWS['provider'];
export {};
//# sourceMappingURL=serverless.d.ts.map

4

package.json
{
"name": "@swarmion/serverless-helpers",
"description": "A set of helpers for Serverless applications",
"version": "0.19.0",
"version": "0.19.1",
"license": "MIT",

@@ -65,3 +65,3 @@ "homepage": "https://www.swarmion.dev",

},
"gitHead": "4eaf37b8246de4f589e0910164ae89b81ea5704a"
"gitHead": "80e08e81f2cdac04f5b08a161eb39b046bb8af60"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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