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

@deephaven/redux

Package Overview
Dependencies
Maintainers
5
Versions
833
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/redux - npm Package Compare versions

Comparing version 0.9.1-beta.8 to 0.9.1-beta.10

4

dist/store.d.ts

@@ -51,3 +51,3 @@ import type { FileStorage } from '@deephaven/file-explorer';

}
export interface RootState {
export declare type RootState = {
user: User;

@@ -57,3 +57,3 @@ storage: Storage;

activeTool: string;
}
};
declare const store: import("redux").Store<RootState, PayloadAction<unknown>>;

@@ -60,0 +60,0 @@ export default store;

{
"name": "@deephaven/redux",
"version": "0.9.1-beta.8+4816848",
"version": "0.9.1-beta.10+8a6f7d2",
"description": "Deephaven Redux",

@@ -19,13 +19,8 @@ "author": "Deephaven Data Labs LLC",

"scripts": {
"build": "cross-env NODE_ENV=production run-s clean build-steps",
"build-dev": "cross-env NODE_ENV=development run-s clean build-steps",
"build-steps": "run-p build:*",
"build": "cross-env NODE_ENV=production run-p build:*",
"build-dev": "cross-env NODE_ENV=development run-p build:*",
"babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward",
"types": "tsc",
"build:babel": "npm run babel",
"build:types": "npm run types -- --incremental",
"watch": "run-p watch:*",
"watch:babel": "npm run babel -- -w --skip-initial-build",
"watch:types": "npm run types -- -w --incremental --preserveWatchOutput",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"prestart": "npm run build-dev",

@@ -40,8 +35,8 @@ "start": "cross-env NODE_ENV=development npm run watch"

"@babel/cli": "^7.16.0",
"@deephaven/components": "^0.9.1-beta.8+4816848",
"@deephaven/console": "^0.9.1-beta.8+4816848",
"@deephaven/file-explorer": "^0.9.1-beta.8+4816848",
"@deephaven/iris-grid": "^0.9.1-beta.8+4816848",
"@deephaven/log": "^0.9.1-beta.8+4816848",
"@deephaven/tsconfig": "^0.9.1-beta.8+4816848",
"@deephaven/components": "^0.9.1-beta.10+8a6f7d2",
"@deephaven/console": "^0.9.1-beta.10+8a6f7d2",
"@deephaven/file-explorer": "^0.9.1-beta.10+8a6f7d2",
"@deephaven/iris-grid": "^0.9.1-beta.10+8a6f7d2",
"@deephaven/log": "^0.9.1-beta.10+8a6f7d2",
"@deephaven/tsconfig": "^0.9.1-beta.10+8a6f7d2",
"@types/deep-equal": "^1.0.1",

@@ -63,3 +58,3 @@ "cross-env": "^7.0.2",

},
"gitHead": "481684819a21a2839b424d0dfce542b09bd8fd58"
"gitHead": "8a6f7d21a06c9b590682684844fb169153ee8340"
}

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