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

@deephaven/utils

Package Overview
Dependencies
Maintainers
0
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/utils - npm Package Compare versions

Comparing version 0.96.2-beta.1 to 0.96.2-beta.7

5

dist/TypeUtils.d.ts

@@ -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

6

package.json
{
"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

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