Socket
Socket
Sign inDemoInstall

faas-js-runtime

Package Overview
Dependencies
9
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.7 to 0.10.0

1

bin/cli.js

@@ -45,2 +45,3 @@ #!/usr/bin/env node

server.close();
process.exit(0);
});

@@ -47,0 +48,0 @@ } catch (error) {

30

package.json
{
"name": "faas-js-runtime",
"version": "0.9.7",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://github.com/boson-project/faas-js-runtime.git"
"url": "https://github.com/nodeshift/faas-js-runtime.git"
},

@@ -13,2 +13,3 @@ "author": "Red Hat, Inc.",

},
"type": "commonjs",
"scripts": {

@@ -29,3 +30,3 @@ "lint": "eslint --ignore-path .gitignore .",

"bugs": {
"url": "https://github.com/boson-project/faas-js-runtime/issues"
"url": "https://github.com/nodeshift/faas-js-runtime/issues"
},

@@ -36,23 +37,22 @@ "types": "index.d.ts",

"cloudevents": "^6.0.3",
"commander": "^9.4.0",
"commander": "^10.0.0",
"death": "^1.1.0",
"fastify": "^4.9.2",
"fastify": "^4.12.0",
"js-yaml": "^4.1.0",
"node-os-utils": "^1.3.5",
"node-os-utils": "^1.3.7",
"overload-protection": "^1.2.3",
"prom-client": "^14.1.0",
"prom-client": "^14.1.1",
"qs": "^6.11.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"colortape": "^0.1.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"nyc": "^15.1.0",
"supertest": "^6.3.1",
"tape": "^5.3.1",
"tsd": "^0.17.0",
"tape": "^5.6.3",
"tsd": "^0.25.0",
"typescript": "^4.3.5"

@@ -59,0 +59,0 @@ },

# Node.js Function Framework
[![Node.js CI](https://github.com/boson-project/faas-js-runtime/workflows/Node.js%20CI/badge.svg)](https://github.com/boson-project/faas-js-runtime/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster)
[![codecov](https://codecov.io/gh/boson-project/faas-js-runtime/branch/main/graph/badge.svg?token=Z72LKANFJI)](https://codecov.io/gh/boson-project/faas-js-runtime)
[![Node.js CI](https://github.com/nodeshift/faas-js-runtime/workflows/Node.js%20CI/badge.svg)](https://github.com/nodeshift/faas-js-runtime/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster)
[![codecov](https://codecov.io/gh/nodeshift/faas-js-runtime/branch/main/graph/badge.svg?token=Z72LKANFJI)](https://codecov.io/gh/nodeshift/faas-js-runtime)

@@ -13,2 +13,8 @@ This module provides a Node.js framework for executing a function that

| | Project Info |
| --------------- | ------------- |
| License: | Apache-2.0 |
| Issue tracker: | https://github.com/nodeshift/faas-js-runtime/issues |
| Engines: | Node.js >= 14 |
The function is loaded and then invoked for incoming HTTP requests

@@ -15,0 +21,0 @@ at `localhost:8080`. The incoming request may be a

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc