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

miniflare

Package Overview
Dependencies
Maintainers
1
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniflare - npm Package Compare versions

Comparing version 0.0.0-f9e913402 to 0.0.0-fa8cc0def

dist/src/workers/workflows/binding.worker.js

10

package.json
{
"name": "miniflare",
"version": "0.0.0-f9e913402",
"version": "0.0.0-fa8cc0def",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -41,3 +41,3 @@ "keywords": [

"undici": "^5.28.4",
"workerd": "1.20241018.1",
"workerd": "1.20241022.0",
"ws": "^8.17.1",

@@ -49,3 +49,3 @@ "youch": "^3.2.2",

"@ava/typescript": "^4.1.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@microsoft/api-extractor": "^7.47.0",

@@ -76,2 +76,3 @@ "@types/debug": "^4.1.7",

"expect-type": "^0.15.0",
"heap-js": "^2.5.0",
"http-cache-semantics": "^4.1.0",

@@ -84,4 +85,5 @@ "kleur": "^4.1.5",

"which": "^2.0.2",
"@cloudflare/workflows-shared": "0.1.1",
"@cloudflare/kv-asset-handler": "0.3.4",
"@cloudflare/workers-shared": "0.0.0-f9e913402"
"@cloudflare/workers-shared": "0.0.0-fa8cc0def"
},

@@ -88,0 +90,0 @@ "engines": {

@@ -217,2 +217,16 @@ # 🔥 Miniflare

### `interface WorkflowOptions`
- `name: string`
The name of the Workflow.
- `className: string`
The name of the class exported from the Worker that implements the `WorkflowEntrypoint`.
- `scriptName?`: string
The name of the script that includes the `WorkflowEntrypoint`. This is optional because it defaults to the current script if not set.
#### Core

@@ -589,2 +603,7 @@

#### Workflows
- `workflows?: WorkflowOptions[]`
Configuration for one or more Workflows in your project.
#### Analytics Engine, Sending Email, Vectorize and Workers for Platforms

@@ -730,2 +749,6 @@

- `workflowsPersist?: Persistence`
Where to persist data stored in Workflows. See docs for `Persistence`.
#### Analytics Engine, Browser Rendering, Sending Email, Vectorize, Workers AI and Workers for Platforms

@@ -732,0 +755,0 @@

dist/src/index.d.ts

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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