New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coobo/base

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coobo/base - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.env

9

CHANGELOG.md

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

### [0.0.2](///compare/v0.0.1...v0.0.2) (2019-10-14)
### Features
* application and bundler 8e0775f
* logger 59d01f7
* server 1033768
### 0.0.1 (2019-10-14)

@@ -7,0 +16,0 @@

1

dist/config/index.js

@@ -17,2 +17,3 @@ "use strict";const get = require('lodash.get');

dirname: configPath,
filter: /^((?!index).)*$/,
resolve: mod => {

@@ -19,0 +20,0 @@ mod = esmResolver(mod);

{
"name": "@coobo/base",
"version": "0.0.1",
"version": "0.0.2",
"description": "Microservice Base Application",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"scripts": {
"dev": "nodemon src/index.js",
"dev": "nodemon src/start.js",
"build": "sucrase ./src -d ./dist --transforms imports",

@@ -34,2 +34,3 @@ "test": "jest --bail",

"nodemon": "^1.19.3",
"pino-pretty": "^3.2.2",
"prettier": "^1.18.2",

@@ -66,8 +67,17 @@ "standard-version": "^7.0.0",

"chance": "^1.1.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6-alpha.5",
"express-pino-logger": "^4.0.0",
"helmet": "^3.21.1",
"lodash.get": "^4.4.2",
"lodash.mergewith": "^4.6.2",
"lodash.set": "^4.3.2",
"mongoose": "^5.7.4"
"mongoose": "^5.7.4",
"pino": "^5.13.5",
"uuid": "^3.3.3",
"youch": "^2.0.10"
}
}
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