builder-util
Advanced tools
Comparing version 23.4.0 to 23.5.0
@@ -28,3 +28,4 @@ /// <reference types="node" /> | ||
} | ||
export declare function use<T, R>(value: T | null, task: (it: T) => R): R | null; | ||
declare type Nullish = null | undefined; | ||
export declare function use<T, R>(value: T | Nullish, task: (value: T) => R): R | null; | ||
export declare function isEmptyOrSpaces(s: string | null | undefined): s is "" | null | undefined; | ||
@@ -31,0 +32,0 @@ export declare function isTokenCharValid(token: string): boolean; |
{ | ||
"name": "builder-util", | ||
"version": "23.4.0", | ||
"version": "23.5.0", | ||
"main": "out/util.js", | ||
@@ -23,3 +23,3 @@ "author": "Vladimir Krivosheev", | ||
"bluebird-lst": "^1.0.9", | ||
"builder-util-runtime": "9.1.0", | ||
"builder-util-runtime": "9.1.1", | ||
"chalk": "^4.1.1", | ||
@@ -26,0 +26,0 @@ "cross-spawn": "^7.0.3", |
Sorry, the diff of this file is not supported yet
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
124445
1283
+ Addedbuilder-util-runtime@9.1.1(transitive)
- Removedbuilder-util-runtime@9.1.0(transitive)
Updatedbuilder-util-runtime@9.1.1