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

@embracesql/client

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embracesql/client - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

6

package.json
{
"name": "@embracesql/client",
"version": "0.0.12",
"version": "0.0.13",
"description": "Connects to EmbraceSQL over HTTP/S from browser and node.",

@@ -13,5 +13,5 @@ "type": "module",

"dependencies": {
"@embracesql/shared": "^0.0.12"
"@embracesql/shared": "^0.0.13"
},
"gitHead": "e74a2ae4a81e2afbe6281b9b7073c4472cd0e26f"
"gitHead": "448c86eec2b97e67e555867f7c3ca08459993d24"
}

@@ -44,3 +44,3 @@ import {

before: async (_: GenerationContext, node: IndexOperationNode) => {
// will return a single record on a unique index
// will return a single row on a unique index
const parametersType = node.index.typescriptNamespacedName;

@@ -212,3 +212,3 @@ const resultType = node.index.unique

before: async (_: GenerationContext, node) => {
// will return a single record on a unique index
// will return a single row on a unique index
const parametersType = node.index.typescriptNamespacedName;

@@ -215,0 +215,0 @@ const valuesType = `Partial<${node.index.table.type.typescriptNamespacedName}>`;

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