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

@instantdb/core

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/core - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

dist/module/Reactor.js

@@ -419,3 +419,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.notifyMutationErrorSubs(msg);
this._finishTransaction(false, "error", eventId);
this._finishTransaction(false, "error", errorEventId);
}

@@ -422,0 +422,0 @@ if (errorQ) {

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

this.notifyMutationErrorSubs(msg);
this._finishTransaction(false, "error", eventId);
this._finishTransaction(false, "error", errorEventId);
}

@@ -450,0 +450,0 @@ if (errorQ) {

{
"name": "@instantdb/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "Instant's core local abstraction",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -398,3 +398,3 @@ import log from "./utils/log";

this._finishTransaction(false, "error", eventId);
this._finishTransaction(false, "error", errorEventId);
}

@@ -401,0 +401,0 @@ if (errorQ) {

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