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

@appsemble/node-utils

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/node-utils - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

dist/basicAuth.d.ts

1

dist/index.d.ts
export * from './logger';
export { default as AppsembleError } from './AppsembleError';
export { default as basicAuth } from './basicAuth';
export { default as commandDirOptions } from './commandDirOptions';

@@ -4,0 +5,0 @@ export { default as getWorkspaces } from './getWorkspaces';

@@ -16,2 +16,4 @@ "use strict";

Object.defineProperty(exports, "AppsembleError", { enumerable: true, get: function () { return AppsembleError_1.default; } });
var basicAuth_1 = require("./basicAuth");
Object.defineProperty(exports, "basicAuth", { enumerable: true, get: function () { return basicAuth_1.default; } });
var commandDirOptions_1 = require("./commandDirOptions");

@@ -18,0 +20,0 @@ Object.defineProperty(exports, "commandDirOptions", { enumerable: true, get: function () { return commandDirOptions_1.default; } });

3

dist/loggerMiddleware.js

@@ -23,5 +23,4 @@ "use strict";

res.removeListener('close', logResponse);
const { message, status } = ctx;
const { message, response: { header: { location }, }, status, } = ctx;
const s = `${status} ${message}`;
const { location } = ctx.response.headers;
const duration = Date.now() - start;

@@ -28,0 +27,0 @@ const formatDuration = rangeFormat(duration, {

{
"name": "@appsemble/node-utils",
"version": "0.13.3",
"version": "0.13.4",
"description": "NodeJS utilities used by Appsemble internally.",

@@ -27,3 +27,3 @@ "homepage": "https://appsemble.dev",

"axios": "^0.19.2",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.4",

@@ -38,5 +38,5 @@ "fast-glob": "^3.2.2",

"axios-mock-adapter": "^1.18.1",
"axios-test-instance": "^3.0.0",
"koa": "^2.12.0"
"axios-test-instance": "^3.1.1",
"koa": "^2.12.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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