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.3 to 0.0.4

src/typescript/generateClient.ts

6

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

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

"dependencies": {
"@embracesql/shared": "^0.0.3",
"@embracesql/shared": "^0.0.4",
"cross-fetch": "^4.0.0"
},
"gitHead": "ce8c43da83ab6e340d337431a8d18e652a127cbd"
"gitHead": "343e5761ee3ff99619a2ba34c18139d0ef6240ad"
}
import { EmbraceSQLRequest, EmbraceSQLResponse } from "@embracesql/shared";
import "cross-fetch/polyfill";

@@ -4,0 +3,0 @@ type EmbraceSQLClientProps = {

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