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.15.4 to 0.15.5

2

dist/commandDirOptions.d.ts

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

import type { RequireDirectoryOptions } from 'yargs';
import { RequireDirectoryOptions } from 'yargs';
/**

@@ -3,0 +3,0 @@ * Generate `yargs.commandDir()` options based on a filename.

/// <reference types="node" />
import { Dirent } from 'fs';
import type { Promisable } from 'type-fest';
import { Promisable } from 'type-fest';
interface OpenDirSafeOptions {

@@ -5,0 +5,0 @@ allowMissing?: boolean;

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

import type { Argv } from 'yargs';
import { Argv } from 'yargs';
/**

@@ -3,0 +3,0 @@ * Handle a fatal error.

@@ -1,3 +0,3 @@

import type { ParameterizedContext } from 'koa';
import type * as compose from 'koa-compose';
import { ParameterizedContext } from 'koa';
import * as compose from 'koa-compose';
/**

@@ -4,0 +4,0 @@ * Koa middleware for logging requests using the Appsemble logger.

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

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.0",
"chalk": "^4.1.0",

@@ -41,9 +41,12 @@ "cli-highlight": "^2.1.4",

"koa": "^2.13.0",
"koa-compose": "^4.1.0",
"logform": "^2.2.0",
"type-fest": "^0.18.0",
"winston": "^3.3.3",
"yargs": "^15.4.1"
"yargs": "^16.1.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"axios-mock-adapter": "^1.18.2",
"axios-test-instance": "^3.1.1"
"axios-mock-adapter": "^1.19.0",
"axios-test-instance": "^3.2.1"
},

@@ -50,0 +53,0 @@ "engines": {

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