🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

node-version-alias

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-version-alias - npm Package Compare versions

Comparing version

to
5.0.1

4

build/src/main.d.ts
import type { Options as AllNodeVersionsOptions } from 'all-node-versions'
import type {
Options as NormalizeNodeVersionOptions,
Options as NormalizeVersionOptions,
SemverVersion,

@@ -10,3 +10,3 @@ } from 'normalize-node-version'

// @ts-error @typescript-eslint/no-duplicate-type-constituents
type UpstreamOptions = AllNodeVersionsOptions & NormalizeNodeVersionOptions
type UpstreamOptions = AllNodeVersionsOptions & NormalizeVersionOptions

@@ -13,0 +13,0 @@ export interface Options {

@@ -49,3 +49,3 @@ import normalizeNodeVersion from"normalize-node-version";

if(aliasResult===undefined){
if(aliasResult===undefined||aliasResult===""){
return

@@ -52,0 +52,0 @@ }

{
"name": "node-version-alias",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",

@@ -57,13 +57,15 @@ "exports": {

"dependencies": {
"all-node-versions": "^13.0.0",
"filter-obj": "^5.1.0",
"all-node-versions": "^13.0.1",
"filter-obj": "^6.1.0",
"is-plain-obj": "^4.1.0",
"normalize-node-version": "^14.0.0",
"normalize-node-version": "^14.0.1",
"path-exists": "^5.0.0",
"semver": "^7.5.4"
"semver": "^7.7.1"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^2.0.102",
"@ehmicky/dev-tasks": "^3.0.33",
"@ehmicky/eslint-config": "^20.0.31",
"@ehmicky/prettier-config": "^1.0.6",
"got": "^13.0.0",
"test-each": "^7.0.0"
"test-each": "^7.0.1"
},

@@ -70,0 +72,0 @@ "engines": {

@@ -39,11 +39,2 @@ [![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/node-version-alias)

# Hire me
Please
[reach out](https://www.linkedin.com/feed/update/urn:li:activity:7117265228068716545/)
if you're looking for a Node.js API or CLI engineer (11 years of experience).
Most recently I have been [Netlify Build](https://github.com/netlify/build)'s
and [Netlify Plugins](https://www.netlify.com/products/build/plugins/)'
technical lead for 2.5 years. I am available for full-time remote positions.
# Examples

@@ -50,0 +41,0 @@

Sorry, the diff of this file is not supported yet