New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instantdb/react

Package Overview
Dependencies
Maintainers
0
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.12.17 to 0.12.18

__example__/standalone.esm.html

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { id, tx, lookup, QueryResponse, InstantObject, User, AuthState, Query, Config, i } from "@instantdb/core";
import { id, tx, lookup, i, type QueryResponse, type InstantObject, type User, type AuthState, type Query, type Config } from "@instantdb/core";
import { InstantReact } from "./InstantReact";

@@ -3,0 +3,0 @@ import { InstantReactWeb } from "./InstantReactWeb";

@@ -1,2 +0,2 @@

import { id, tx, lookup, QueryResponse, InstantObject, User, AuthState, Query, Config, i } from "@instantdb/core";
import { id, tx, lookup, i, type QueryResponse, type InstantObject, type User, type AuthState, type Query, type Config } from "@instantdb/core";
import { InstantReact } from "./InstantReact";

@@ -3,0 +3,0 @@ import { InstantReactWeb } from "./InstantReactWeb";

{
"name": "@instantdb/react",
"version": "v0.12.17",
"version": "v0.12.18",
"description": "Instant DB for React",

@@ -8,6 +8,6 @@ "main": "dist/index.js",

"types": "dist/module/index.d.ts",
"unpkg": "dist/index.js",
"unpkg": "standalone/index.umd.js",
"scripts": {
"test": "vitest",
"build": "rm -rf dist; npm run build:main && npm run build:module",
"build": "rm -rf dist; npm run build:main && npm run build:module && npm run build:standalone",
"dev:main": "tsc -p tsconfig.json -w --skipLibCheck",

@@ -18,2 +18,3 @@ "dev:module": "tsc -p tsconfig.module.json -w --skipLibCheck",

"build:module": "tsc -p tsconfig.module.json",
"build:standalone": "vite build",
"publish-package": "npm publish --access public"

@@ -25,4 +26,6 @@ },

"@types/react": ">=16",
"@vitejs/plugin-react": "^4.3.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4",
"vite": "^5.2.0",
"vitest": "^0.21.0"

@@ -34,4 +37,4 @@ },

"dependencies": {
"@instantdb/core": "v0.12.17"
"@instantdb/core": "v0.12.18"
}
}

@@ -5,11 +5,11 @@ import {

lookup,
i,
// types
QueryResponse,
InstantObject,
User,
AuthState,
Query,
Config,
i,
type QueryResponse,
type InstantObject,
type User,
type AuthState,
type Query,
type Config,
} from "@instantdb/core";

@@ -16,0 +16,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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