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

faas-js-runtime

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faas-js-runtime - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.7.1](https://www.github.com/boson-project/faas-js-runtime/compare/v0.7.0...v0.7.1) (2021-05-24)
### Bug Fixes
* fix Invokable type signature ([#97](https://www.github.com/boson-project/faas-js-runtime/issues/97)) ([2c7f66c](https://www.github.com/boson-project/faas-js-runtime/commit/2c7f66c57767d459749c7a543cd06ee0cd76983a))
## [0.7.0](https://www.github.com/boson-project/faas-js-runtime/compare/v0.6.0...v0.7.0) (2021-05-24)

@@ -7,0 +14,0 @@

3

index.d.ts
import { Server } from 'http';
import { CloudEvent } from 'cloudevents';
import { Context } from './lib/context';

@@ -18,3 +19,3 @@

export interface Invokable {
(context: Context, data?:string|Record<string, any>): any
(context: Context, cloudevent?: CloudEvent): any
}

@@ -21,0 +22,0 @@

{
"name": "faas-js-runtime",
"version": "0.7.0",
"version": "0.7.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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