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.12 to 1.0.0-beta.13

4

lib/main.js

@@ -138,4 +138,4 @@ 'use strict';

fileWriteStream.on('file not saved', () => {
next(boom.badRequest('Generated file could not be saved'));
fileWriteStream.on('file not saved', (error) => {
next(boom.wrap(error, 400, 'Generated file could not be saved'));
});

@@ -142,0 +142,0 @@

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

@@ -27,5 +27,5 @@ "license": "MIT",

"dependencies": {
"asset-pipe-js-reader": "^1.0.0-beta.8",
"asset-pipe-sink-fs": "1.0.0-beta.8",
"asset-pipe-sink-mem": "1.0.0-beta.4",
"asset-pipe-js-reader": "1.0.0-beta.9",
"asset-pipe-sink-fs": "1.0.0-beta.9",
"asset-pipe-sink-mem": "1.0.0-beta.5",
"body": "5.1.0",

@@ -35,6 +35,6 @@ "bole": "3.0.2",

"compression": "1.6.2",
"convict": "3.0.0",
"convict": "4.0.0",
"cors": "2.8.3",
"express": "4.15.2",
"joi": "10.5.1",
"express": "4.15.3",
"joi": "10.6.0",
"uuid": "^3.0.1"

@@ -45,3 +45,3 @@ },

"eslint-config-finn": "^1.0.2",
"tap": "10.3.2"
"tap": "10.7.0"
},

@@ -48,0 +48,0 @@ "scripts": {

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