@prisma/streams-local
Advanced tools
Sorry, the diff of this file is too big to display
@@ -1,2 +0,2 @@ | ||
| # Contributor Covenant Code of Conduct | ||
| # Prisma Streams Code of Conduct | ||
@@ -3,0 +3,0 @@ ## Our Pledge |
+5
-5
@@ -1,2 +0,2 @@ | ||
| # Welcome to Contributing to Prisma Streams | ||
| # Contributing to Prisma Streams | ||
@@ -7,3 +7,3 @@ Welcome. This repository is being prepared for public production use, and contributions that improve correctness, operator experience, and protocol clarity are useful. | ||
| Please read the [Code of Conduct](./CODE_OF_CONDUCT.md) before participating. | ||
| Please read the [Code of Conduct](./code-of-conduct.md) before participating. | ||
@@ -48,3 +48,3 @@ ## Contributing Via Comments | ||
| - `test:conformance:local` and `test:conformance` run the upstream black-box suite against local and full server modes. | ||
| - The current upstream conformance status is tracked in [docs/CONFORMANCE.md](./docs/CONFORMANCE.md). | ||
| - The current upstream conformance status is tracked in [conformance.md](./conformance.md). | ||
@@ -57,3 +57,3 @@ ## Development Expectations | ||
| - Do not commit generated archives, local databases, `.DS_Store`, or other workstation artifacts. | ||
| - Follow the repository `better-result` policy. The current automated policy check covers `src/`; see [docs/BETTER_RESULT_ADOPTION.md](./docs/BETTER_RESULT_ADOPTION.md). | ||
| - Follow the repository `better-result` policy. The current automated policy check covers `src/`; see [better-result-adoption.md](./better-result-adoption.md). | ||
@@ -71,2 +71,2 @@ ## Pull Requests | ||
| Do not open public issues for suspected vulnerabilities. Follow [SECURITY.md](./SECURITY.md). | ||
| Do not open public issues for suspected vulnerabilities. Follow [security.md](./security.md). |
| import { | ||
| parseLocalProcessOptions, | ||
| startLocalDurableStreamsServer | ||
| } from "./index-fc5e34dr.js"; | ||
| } from "./index-tevjzd5w.js"; | ||
@@ -6,0 +6,0 @@ // src/local/process.ts |
| import { | ||
| startLocalDurableStreamsServer | ||
| } from "./index-fc5e34dr.js"; | ||
| } from "./index-tevjzd5w.js"; | ||
| export { | ||
| startLocalDurableStreamsServer | ||
| }; |
+4
-4
@@ -11,3 +11,3 @@ # Prisma Streams Local Build | ||
| It keeps all state in a single local SQLite database and supports the live query | ||
| It keeps all state in a single local SQLite database and supports the live / | ||
| touch system, but it does not run the full production segmenting and object | ||
@@ -27,5 +27,5 @@ store pipeline. | ||
| 1. Start a named local server from `@prisma/streams-local`. | ||
| 2. Install your live-query schema via `/_schema` with `touch.enabled=true`. | ||
| 2. Install your touch-enabled interpreter via `/_schema`. | ||
| 3. Feed normalized State Protocol change events into the server. | ||
| 4. Use `/touch/meta` and `/touch/wait` to drive live query invalidation. | ||
| 4. Use `/touch/meta` and `/touch/wait` to drive invalidation. | ||
@@ -64,3 +64,3 @@ Programmatic example: | ||
| See ../README.md and ../docs/local-dev.md for the full runtime and release | ||
| See ../docs/overview.md and ../docs/local-dev.md for the full runtime and release | ||
| documentation. |
+2
-2
| { | ||
| "name": "@prisma/streams-local", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Node and Bun local Prisma Streams runtime for trusted development workflows.", | ||
@@ -12,3 +12,3 @@ "repository": { | ||
| }, | ||
| "homepage": "https://github.com/prisma/streams#readme", | ||
| "homepage": "https://github.com/prisma/streams/tree/main/docs", | ||
| "license": "Apache-2.0", | ||
@@ -15,0 +15,0 @@ "type": "module", |
+4
-4
@@ -11,3 +11,3 @@ # Prisma Streams Local Build | ||
| It keeps all state in a single local SQLite database and supports the live query | ||
| It keeps all state in a single local SQLite database and supports the live / | ||
| touch system, but it does not run the full production segmenting and object | ||
@@ -27,5 +27,5 @@ store pipeline. | ||
| 1. Start a named local server from `@prisma/streams-local`. | ||
| 2. Install your live-query schema via `/_schema` with `touch.enabled=true`. | ||
| 2. Install your touch-enabled interpreter via `/_schema`. | ||
| 3. Feed normalized State Protocol change events into the server. | ||
| 4. Use `/touch/meta` and `/touch/wait` to drive live query invalidation. | ||
| 4. Use `/touch/meta` and `/touch/wait` to drive invalidation. | ||
@@ -64,3 +64,3 @@ Programmatic example: | ||
| See ../README.md and ../docs/local-dev.md for the full runtime and release | ||
| See ../docs/overview.md and ../docs/local-dev.md for the full runtime and release | ||
| documentation. |
+2
-2
@@ -1,2 +0,2 @@ | ||
| # Security Policy | ||
| # Prisma Streams Security Policy | ||
@@ -33,2 +33,2 @@ ## Supported Versions | ||
| More detail is documented in [docs/AUTH.md](./docs/AUTH.md). | ||
| More detail is documented in [auth.md](./auth.md). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
586913
-5.59%12968
-5.95%