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
843
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-js-plugin-big-display.14 to 0.9.1

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-js-plugin-big-display.14+1900da8",
"version": "0.9.1",
"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-js-plugin-big-display.14+1900da8",
"@deephaven/console": "^0.9.1-js-plugin-big-display.14+1900da8",
"@deephaven/file-explorer": "^0.9.1-js-plugin-big-display.14+1900da8",
"@deephaven/iris-grid": "^0.9.1-js-plugin-big-display.14+1900da8",
"@deephaven/log": "^0.9.1-js-plugin-big-display.14+1900da8",
"@deephaven/tsconfig": "^0.9.1-js-plugin-big-display.14+1900da8",
"@deephaven/components": "^0.9.1",
"@deephaven/console": "^0.9.1",
"@deephaven/file-explorer": "^0.9.1",
"@deephaven/iris-grid": "^0.9.1",
"@deephaven/log": "^0.9.1",
"@deephaven/tsconfig": "^0.9.0",
"@types/deep-equal": "^1.0.1",

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

},
"gitHead": "1900da8811268420832c254d0afc721c5a57125e"
"gitHead": "eba0c7ef26b51f2bc4a7613d1cc6ca1fbd208fed"
}

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