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

edgedb

Package Overview
Dependencies
Maintainers
4
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgedb - npm Package Compare versions

Comparing version 1.6.0-canary.20240724T153729 to 1.6.0-canary.20240724T160428

4

dist/adapter.crypto.node.d.ts
import type { CryptoUtils } from "./utils";
declare let cryptoUtils: CryptoUtils;
export default cryptoUtils;
declare const _default: CryptoUtils;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
let cryptoUtils;
if (typeof crypto === "undefined") {
cryptoUtils = require("./nodeCrypto").cryptoUtils;
function loadCrypto() {
try {
require("node:crypto");
cryptoUtils = require("./nodeCrypto").cryptoUtils;
}
catch (_) {
if (typeof globalThis.crypto !== "undefined") {
cryptoUtils = require("./browserCrypto").cryptoUtils;
}
else {
throw new Error("No crypto implementation found");
}
}
}
else {
cryptoUtils = require("./browserCrypto").cryptoUtils;
}
loadCrypto();
exports.default = cryptoUtils;
{
"name": "edgedb",
"version": "1.6.0-canary.20240724T153729",
"version": "1.6.0-canary.20240724T160428",
"description": "The official Node.js client library for EdgeDB",

@@ -5,0 +5,0 @@ "homepage": "https://edgedb.com/docs",

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