Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@architect/functions

Package Overview
Dependencies
Maintainers
6
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/functions - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0-RC.0

types/events.d.ts

11

package.json
{
"name": "@architect/functions",
"version": "5.1.0",
"version": "5.2.0-RC.0",
"description": "Cloud function signatures for HTTP handlers, pub/sub + scheduled, queued functions, table triggers, and more",

@@ -12,3 +12,6 @@ "homepage": "https://github.com/architect/functions",

"main": "src/index",
"types": "types",
"typings": "types",
"scripts": {
"dtslint": "dtslint types",
"lint": "eslint --fix .",

@@ -39,2 +42,5 @@ "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",

"@architect/sandbox": "^5.2.2",
"@definitelytyped/dtslint": "^0.0.115",
"@types/aws-lambda": "^8.10.98",
"@types/node": "^17.0.38",
"aws-sdk": "2.1001.0",

@@ -52,3 +58,4 @@ "cross-env": "~7.0.3",

"files": [
"src/*"
"src/*",
"types/*"
],

@@ -55,0 +62,0 @@ "keywords": [

5

readme.md

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

[<img src="https://assets.arc.codes/architect-logo-500b@2x.png" width=500>](https://www.npmjs.com/package/@architect/functions)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-light-500b%402x.png">
<img alt="Architect Logo" src="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-500b%402x.png">
</picture>

@@ -3,0 +6,0 @@ ## [`@architect/functions`](https://www.npmjs.com/package/@architect/functions)

@@ -14,3 +14,3 @@ let pubFactory = require('./publish')

* @param {String} params.name - the event name (required)
* @param {String} params.payload - a json event payload (required)
* @param {Object} params.payload - a json event payload (required)
* @param {Function} callback - a node style errback (optional)

@@ -17,0 +17,0 @@ * @returns {Promise} - returned if no callback is supplied

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