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

bottlejs-express

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottlejs-express - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.clang-format

20

package.json
{
"name": "bottlejs-express",
"version": "0.0.1",
"version": "0.0.2",
"description": "Provides functions to help with the integration of Express routes/middlewares and bottlejs services",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"
},

@@ -18,3 +25,3 @@ "keywords": [

"engines": {
"node" : ">= 6.14.0"
"node": ">= 6.14.0"
},

@@ -24,3 +31,10 @@ "repository": {

"url": "git://github.com/elunic/node-bottlejs-express.git"
},
"devDependencies": {
"@types/express": "^4.16.0",
"bottlejs": "^1.7.1",
"express": "^4.16.4",
"gts": "^0.9.0",
"typescript": "~3.1.0"
}
}
index.js
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