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

asset-pipe-build-server

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-pipe-build-server - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

2

lib/main.js

@@ -45,3 +45,3 @@ 'use strict';

this.app.use((error, req, res, next) => {
this.emit('request error', res.locals.track, req.method, req.path, error);
this.emit('request error', res.locals.track, req.method, req.path, res.locals.payload, error);
next(error);

@@ -48,0 +48,0 @@ });

{
"name": "asset-pipe-build-server",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Asset pipe build server",

@@ -32,3 +32,3 @@ "license": "MIT",

"bole": "3.0.2",
"boom": "5.0.0",
"boom": "5.1.0",
"compression": "1.6.2",

@@ -38,3 +38,3 @@ "convict": "3.0.0",

"express": "4.15.2",
"joi": "10.5.0",
"joi": "10.5.1",
"uuid": "^3.0.1"

@@ -41,0 +41,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