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
790
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.86.2-beta.0 to 0.87.0

5

dist/ClipboardUtils.js

@@ -24,5 +24,6 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }

try {
return navigator.clipboard.writeText(text);
return yield navigator.clipboard.writeText(text);
} catch (_unused) {
return copyToClipboardExecCommand(text);
// Ignore error. Fallback to `copyToClipboardExecCommand` below
// (same as when clipboard is not available).
}

@@ -29,0 +30,0 @@ }

4

package.json
{
"name": "@deephaven/utils",
"version": "0.86.2-beta.0+8b20692b",
"version": "0.87.0",
"description": "Deephaven Utils",

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

},
"gitHead": "8b20692b03b419ba4670829476d87189dcc0da85"
"gitHead": "b741f4ec9819f1b3cf81ed4eb9a32d6487993f14"
}

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