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.2 to 0.0.3

7

CHANGELOG.md

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

### [0.0.3](///compare/v0.0.2...v0.0.3) (2019-10-14)
### Features
* express-async-errors e700641
### [0.0.2](///compare/v0.0.1...v0.0.2) (2019-10-14)

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

1

dist/config/index.js

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

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

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

@@ -1,2 +0,4 @@

"use strict";const compression = require('compression');
"use strict";require('express-async-errors');
const compression = require('compression');
const cors = require('cors');

@@ -3,0 +5,0 @@ const express = require('express');

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

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

"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.1.6-alpha.5",

@@ -71,0 +72,0 @@ "express-pino-logger": "^4.0.0",

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