🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fluojs/platform-cloudflare-workers

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluojs/platform-cloudflare-workers - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-2
package.json

@@ -12,3 +12,3 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -38,3 +38,3 @@ "license": "MIT",

"@fluojs/http": "^1.0.0",
"@fluojs/runtime": "^1.0.1"
"@fluojs/runtime": "^1.1.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -108,2 +108,4 @@ # @fluojs/platform-cloudflare-workers

- `CloudflareWorkerHttpApplicationAdapter`: 핵심 어댑터 구현 클래스입니다.
- `CloudflareWorkerHandler`: Worker application wrapper와 lazy entrypoint가 공유하는 fetch handler interface입니다.
- `CloudflareWorkerApplication`: `adapter`, `app`, `fetch(...)`, `close(...)`를 제공하는 fully bootstrapped Worker application wrapper입니다.
- `CloudflareWorkerEntrypoint`: `fetch`, `ready()`, `close()` lifecycle method를 제공하는 lazy entrypoint입니다.

@@ -110,0 +112,0 @@ - Option 및 type: `CloudflareWorkerAdapterOptions`, `BootstrapCloudflareWorkerApplicationOptions`, `CloudflareWorkerExecutionContext`, `CloudflareWorkerWebSocketBinding`, Worker websocket pair/upgrade type.

@@ -108,2 +108,4 @@ # @fluojs/platform-cloudflare-workers

- `CloudflareWorkerHttpApplicationAdapter`: The core adapter implementation.
- `CloudflareWorkerHandler`: Fetch handler interface shared by Worker application wrappers and lazy entrypoints.
- `CloudflareWorkerApplication`: Fully bootstrapped Worker application wrapper with `adapter`, `app`, `fetch(...)`, and `close(...)`.
- `CloudflareWorkerEntrypoint`: Lazy entrypoint with `fetch`, `ready()`, and `close()` lifecycle methods.

@@ -110,0 +112,0 @@ - Options and types: `CloudflareWorkerAdapterOptions`, `BootstrapCloudflareWorkerApplicationOptions`, `CloudflareWorkerExecutionContext`, `CloudflareWorkerWebSocketBinding`, and Worker websocket pair/upgrade types.