@deephaven/utils
Advanced tools
Comparing version 0.96.2-beta.1 to 0.96.2-beta.7
@@ -0,1 +1,5 @@ | ||
declare const __brand: unique symbol; | ||
export type Brand<T extends string, TBase = string> = TBase & { | ||
readonly [__brand]: T; | ||
}; | ||
/** | ||
@@ -49,2 +53,3 @@ * Util type to create a "subtype" of T. Useful for creating subsets of union | ||
export type ValueOf<T> = T[keyof T]; | ||
export {}; | ||
//# sourceMappingURL=TypeUtils.d.ts.map |
{ | ||
"name": "@deephaven/utils", | ||
"version": "0.96.2-beta.1+6b949d5d", | ||
"version": "0.96.2-beta.7+9d84d8df", | ||
"description": "Deephaven Utils", | ||
@@ -32,5 +32,5 @@ "author": "Deephaven Data Labs LLC", | ||
"devDependencies": { | ||
"@deephaven/test-utils": "^0.96.2-beta.1+6b949d5d" | ||
"@deephaven/test-utils": "^0.96.2-beta.7+9d84d8df" | ||
}, | ||
"gitHead": "6b949d5de15d0d34abf2a9b4115d505b84dc9967" | ||
"gitHead": "9d84d8df388031f73aea16cefece9b0bea2790a4" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
172618
1637