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 0.19.0-alpha.3 to 0.19.0-alpha.4

2

dist/syntax/toEdgeQL.js

@@ -382,3 +382,3 @@ "use strict";

}
return `<${expr.__element__.__name__}>${renderEdgeQL(expr.__expr__, ctx)}`;
return `<${expr.__element__.__name__}>(${renderEdgeQL(expr.__expr__, ctx)})`;
}

@@ -385,0 +385,0 @@ else if (expr.__kind__ === reflection_1.ExpressionKind.Select) {

@@ -618,3 +618,3 @@ import {

}
return `<${expr.__element__.__name__}>${renderEdgeQL(expr.__expr__, ctx)}`;
return `<${expr.__element__.__name__}>(${renderEdgeQL(expr.__expr__, ctx)})`;
} else if (expr.__kind__ === ExpressionKind.Select) {

@@ -621,0 +621,0 @@ const lines = [];

@@ -13,3 +13,3 @@ {

},
"version": "0.19.0-alpha.3",
"version": "0.19.0-alpha.4",
"main": "./dist/index.node.js",

@@ -16,0 +16,0 @@ "types": "./dist/index.node.d.ts",

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