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

node-version-alias

Package Overview
Dependencies
Maintainers
1
Versions
13
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 3.1.0 to 3.2.0

8

build/src/options.js

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

import filterObj from"filter-obj";
import{excludeKeys}from"filter-obj";
import{validate}from"jest-validate";

@@ -8,3 +8,3 @@

const optsA=filterObj(opts,isDefined);
const optsA=excludeKeys(opts,isUndefined);
const optsB={...DEFAULT_OPTS,...optsA};

@@ -27,5 +27,5 @@

const isDefined=function(key,value){
return value!==undefined;
const isUndefined=function(key,value){
return value===undefined;
};
//# sourceMappingURL=options.js.map
{
"name": "node-version-alias",
"version": "3.1.0",
"version": "3.2.0",
"type": "module",

@@ -9,4 +9,3 @@ "exports": "./build/src/main.js",

"files": [
"build/src/**/*.{js,d.ts,map,json,sh,md}",
"examples/**/*.{js,d.ts,map,json,sh,md}"
"build/src/**/*.{js,d.ts,json}"
],

@@ -40,3 +39,3 @@ "scripts": {

"license": "Apache-2.0",
"homepage": "https://git.io/JfJN3",
"homepage": "https://www.github.com/ehmicky/node-version-alias",
"repository": "ehmicky/node-version-alias",

@@ -52,6 +51,6 @@ "bugs": {

"dependencies": {
"all-node-versions": "^11.0.1",
"filter-obj": "^3.0.0",
"jest-validate": "^27.5.1",
"normalize-node-version": "^12.1.1",
"all-node-versions": "^11.1.0",
"filter-obj": "^5.1.0",
"jest-validate": "^28.1.3",
"normalize-node-version": "^12.2.0",
"path-exists": "^5.0.0",

@@ -61,6 +60,5 @@ "semver": "^7.3.7"

"devDependencies": {
"@ehmicky/dev-tasks": "^1.0.77",
"@ehmicky/dev-tasks": "^1.0.84",
"got": "^12.1.0",
"test-each": "^5.0.0",
"tsd": "^0.21.0"
"test-each": "^5.2.0"
},

@@ -67,0 +65,0 @@ "engines": {

@@ -41,5 +41,2 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/node-version-alias.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/node-version-alias)

<!-- Remove 'eslint-skip' once estree supports top-level await -->
<!-- eslint-skip -->
```js

@@ -46,0 +43,0 @@ import nodeVersionAlias from 'node-version-alias'

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