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

edgedb

Package Overview
Dependencies
Maintainers
4
Versions
323
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 0.22.3 to 0.22.4

3

dist/__esm/reflection/hydrate.js
import { TypeKind } from "./enums";
import { toIdent } from "./util/genutil";
import { util } from "./util/util";

@@ -107,3 +108,3 @@ const typeCache = new Map();

for (const val of type.enum_values) {
Object.defineProperty(scalarObj, val, {
Object.defineProperty(scalarObj, toIdent(val), {
get() {

@@ -110,0 +111,0 @@ return literal(scalarObj, val);

@@ -65,2 +65,2 @@ "use strict";

exports._plugJSBI = bigint_1.plugJSBI;
exports._edgedbJsVersion = "0.22.3";
exports._edgedbJsVersion = "0.22.4";

@@ -5,2 +5,3 @@ "use strict";

const enums_1 = require("./enums");
const genutil_1 = require("./util/genutil");
const util_1 = require("./util/util");

@@ -111,3 +112,3 @@ const typeCache = new Map();

for (const val of type.enum_values) {
Object.defineProperty(scalarObj, val, {
Object.defineProperty(scalarObj, (0, genutil_1.toIdent)(val), {
get() {

@@ -114,0 +115,0 @@ return literal(scalarObj, val);

{
"name": "edgedb",
"version": "0.22.3",
"version": "0.22.4",
"description": "The official Node.js client library for EdgeDB",

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

Sorry, the diff of this file is too big to display

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