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

@deephaven/jsapi-shim

Package Overview
Dependencies
Maintainers
5
Versions
808
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/jsapi-shim - npm Package Compare versions

Comparing version 0.8.1-beta.0 to 0.8.1

5

dist/dh.d.ts

@@ -0,3 +1,6 @@

declare global {
var dh: any;
}
declare const dh: any;
export default dh;
declare const dh: any;
//# sourceMappingURL=dh.d.ts.map

2

dist/dh.js

@@ -6,4 +6,4 @@ // The Deephaven API script isn't packaged as a module (yet), and is just included in index.html, exported to the global namespace

dh
} = window;
} = globalThis;
export default dh;
//# sourceMappingURL=dh.js.map
{
"name": "@deephaven/jsapi-shim",
"version": "0.8.1-beta.0+2e4165c",
"version": "0.8.1",
"description": "Deephaven JSAPI Shim",

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

},
"gitHead": "2e4165ca67119a38eea673d430593284022168c8"
"gitHead": "b25a03ac02d04eff990db60c916e4ccddc2d8bb0"
}

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