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

@h4bff/backend

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h4bff/backend - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

build/router/requestContextProvider.d.ts

17

package.json
{
"name": "@h4bff/backend",
"version": "1.0.3",
"version": "1.0.4",
"description": "H4BFF, the backend: database, RPC and other backend services and singletons.",

@@ -8,3 +8,4 @@ "main": "build/index.js",

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

@@ -16,3 +17,3 @@ "publishConfig": {

"scripts": {
"prepublish": "yarn build && echo 'Write tests! Ok for now.'",
"prepublish": "yarn build && yarn test",
"build": "tsc -p tsconfig.json",

@@ -23,13 +24,13 @@ "watch": "tsc -w",

"dependencies": {
"@h4bff/core": "*",
"anydb-sql-2": "^3.1.1",
"anydb-sql-2-migrations": "^3.0.2",
"bluebird": "3.5.1",
"express": "4.16.4",
"body-parser": "1.18.3",
"anydb-sql-2-migrations": "^3.0.2",
"@h4bff/core": "*"
"express": "4.16.4"
},
"devDependencies": {
"@types/bluebird": "3.5.24",
"@types/express": "4.0.37",
"@types/body-parser": "1.16.3"
"@types/body-parser": "1.16.3",
"@types/express": "4.0.37"
},

@@ -36,0 +37,0 @@ "jest": {

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