New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/jsapi-components

Package Overview
Dependencies
Maintainers
6
Versions
654
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/jsapi-components - npm Package Compare versions

Comparing version 0.21.2-beta.2 to 0.21.2-beta.6

28

package.json
{
"name": "@deephaven/jsapi-components",
"version": "0.21.2-beta.2+37e42ec",
"version": "0.21.2-beta.6+cc6ad9f",
"description": "Deephaven JSAPI Components",

@@ -21,19 +21,11 @@ "author": "Deephaven Data Labs LLC",

"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",
"sass": "sass ./src:./dist",
"build:babel": "npm run babel",
"build:sass": "npm run sass",
"watch": "run-p watch:*",
"watch:babel": "npm run babel -- -w --skip-initial-build",
"watch:sass": "npm run sass -- --watch --update",
"prestart": "npm run build-dev",
"start": "cross-env NODE_ENV=development npm run watch"
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward",
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
},
"dependencies": {
"@deephaven/components": "^0.21.2-beta.2+37e42ec",
"@deephaven/jsapi-shim": "^0.21.2-beta.2+37e42ec",
"@deephaven/jsapi-utils": "^0.21.2-beta.2+37e42ec",
"@deephaven/log": "^0.21.2-beta.2+37e42ec",
"@deephaven/utils": "^0.21.2-beta.2+37e42ec",
"@deephaven/components": "^0.21.2-beta.6+cc6ad9f",
"@deephaven/jsapi-shim": "^0.21.2-beta.6+cc6ad9f",
"@deephaven/jsapi-utils": "^0.21.2-beta.6+cc6ad9f",
"@deephaven/log": "^0.21.2-beta.6+cc6ad9f",
"@deephaven/utils": "^0.21.2-beta.6+cc6ad9f",
"classnames": "^2.3.2",

@@ -43,3 +35,3 @@ "prop-types": "^15.8.1"

"devDependencies": {
"@deephaven/tsconfig": "^0.21.2-beta.2+37e42ec",
"@deephaven/tsconfig": "^0.21.2-beta.6+cc6ad9f",
"@testing-library/react-hooks": "^8.0.1",

@@ -57,3 +49,3 @@ "react-test-renderer": "^17.0.2"

},
"gitHead": "37e42ecdc341b935f525f5eb50034c2cb908c49d"
"gitHead": "cc6ad9f17d6d744a3b80c5af92411f73fad2e6c4"
}

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