@instantdb/react
Advanced tools
Comparing version 0.12.17 to 0.12.18
@@ -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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
403143
73
7219
8
3
7
Updated@instantdb/core@v0.12.18