node-version-alias
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -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' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
27510
9
160
+ Added@jest/schemas@28.1.3(transitive)
+ Added@jest/types@28.1.3(transitive)
+ Added@sinclair/typebox@0.24.51(transitive)
+ Added@types/yargs@17.0.33(transitive)
+ Addedjest-get-type@28.0.2(transitive)
+ Addedjest-validate@28.1.3(transitive)
+ Addedpretty-format@28.1.3(transitive)
+ Addedreact-is@18.3.1(transitive)
- Removed@jest/types@27.5.1(transitive)
- Removed@types/yargs@16.0.9(transitive)
- Removedfilter-obj@3.0.0(transitive)
- Removedjest-get-type@27.5.1(transitive)
- Removedjest-validate@27.5.1(transitive)
- Removedpretty-format@27.5.1(transitive)
- Removedreact-is@17.0.2(transitive)
Updatedall-node-versions@^11.1.0
Updatedfilter-obj@^5.1.0
Updatedjest-validate@^28.1.3