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
785
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.93.0 to 0.93.1-alpha-test-utils.3

2

dist/index.d.ts

@@ -27,5 +27,3 @@ export * from './DataUtils';

export { default as ValidationError } from './ValidationError';
export { default as TestUtils } from './TestUtils';
export * from './TestUtils';
export * from './UIConstants';
//# sourceMappingURL=index.d.ts.map

@@ -26,5 +26,3 @@ export * from "./DataUtils.js";

export { default as ValidationError } from "./ValidationError.js";
export { default as TestUtils } from "./TestUtils.js";
export * from "./TestUtils.js";
export * from "./UIConstants.js";
//# sourceMappingURL=index.js.map

@@ -36,8 +36,2 @@ import type { Component, FunctionComponent } from 'react';

/**
* Tuple type.
* @param T Type of the items in the tuple
* @param N Length of the tuple
*/
export type Tuple<T, N extends number> = N extends 0 ? [] : N extends 1 ? [T] : N extends 2 ? [T, T] : N extends 3 ? [T, T, T] : N extends 4 ? [T, T, T, T] : N extends 5 ? [T, T, T, T, T] : N extends 6 ? [T, T, T, T, T, T] : N extends 7 ? [T, T, T, T, T, T, T] : N extends 8 ? [T, T, T, T, T, T, T, T] : N extends 9 ? [T, T, T, T, T, T, T, T, T] : N extends 10 ? [T, T, T, T, T, T, T, T, T, T] : Array<T>;
/**
* Remove `Partial` wrapper from a type. Note that this is slightly different

@@ -44,0 +38,0 @@ * than `Required` because it will preserve optional properties on the original

7

package.json
{
"name": "@deephaven/utils",
"version": "0.93.0",
"version": "0.93.1-alpha-test-utils.3+5e69e2c1",
"description": "Deephaven Utils",

@@ -31,3 +31,6 @@ "author": "Deephaven Data Labs LLC",

},
"gitHead": "1503a37f687860ed63e5fd009fc2fb9416e40eef"
"devDependencies": {
"@deephaven/test-utils": "^0.93.1-alpha-test-utils.3+5e69e2c1"
},
"gitHead": "5e69e2c1e6d3d6aaf6e58b7577606145d78d5393"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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