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

@embracesql/shared

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/shared - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

package.json
{
"name": "@embracesql/shared",
"version": "0.0.10",
"version": "0.0.11",
"description": "EmbraceSQL shared types between browser and node.",

@@ -17,3 +17,3 @@ "type": "module",

},
"gitHead": "886b89469dfe29e7613e221577f897a68323ab81"
"gitHead": "bcd2d7f0e7681e426b6017e798d6e6e83615564f"
}

@@ -659,2 +659,3 @@ import {

public returnsMany: boolean,
public returnsComposite: boolean,
) {

@@ -774,3 +775,3 @@ // always returnsMany

// always returnsMany
super(name, ASTKind.Script, parent, true);
super(name, ASTKind.Script, parent, true, true);
}

@@ -801,5 +802,6 @@ }

returnsMany: boolean,
returnsComposite: boolean,
public isPseudoType: boolean,
) {
super(name, ASTKind.Procedure, procedures, returnsMany);
super(name, ASTKind.Procedure, procedures, returnsMany, returnsComposite);
}

@@ -806,0 +808,0 @@

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