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

@instantdb/react

Package Overview
Dependencies
Maintainers
3
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/react - npm Package Compare versions

Comparing version 0.7.16 to 0.7.17

2

dist/index.d.ts

@@ -52,3 +52,3 @@ /// <reference types="react" />

*/
transact: (chunks: TransactionChunk | TransactionChunk[]) => void;
transact: (chunks: TransactionChunk | TransactionChunk[]) => Promise<import("@instantdb/core").TransactionResult>;
/**

@@ -55,0 +55,0 @@ * Use this to query your data!

@@ -52,3 +52,3 @@ /// <reference types="react" />

*/
transact: (chunks: TransactionChunk | TransactionChunk[]) => void;
transact: (chunks: TransactionChunk | TransactionChunk[]) => Promise<import("@instantdb/core").TransactionResult>;
/**

@@ -55,0 +55,0 @@ * Use this to query your data!

{
"name": "@instantdb/react",
"version": "0.7.16",
"version": "0.7.17",
"description": "Instant DB for React",

@@ -31,4 +31,4 @@ "main": "dist/index.js",

"dependencies": {
"@instantdb/core": "0.7.16"
"@instantdb/core": "0.7.17"
}
}

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