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.7 to 0.0.8

4

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

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

},
"gitHead": "88ba04e01804171250f58bdeeb858c0bbfd57219"
"gitHead": "92c10ccba1bac0a6e94cd89576f0c73d16cf5bcf"
}

@@ -36,3 +36,3 @@ /**

*/
register(key: string, toExecute: () => Promise<void>, waitFor = 200) {
register(key: string, toExecute: () => Promise<void>, waitFor = 500) {
if (key) {

@@ -39,0 +39,0 @@ this.registry.get(key)?.cancel();

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