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

miniflare

Package Overview
Dependencies
Maintainers
1
Versions
471
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 1.0.0 to 1.0.1

2

dist/src/cli.d.ts

@@ -1,3 +0,3 @@

#!/usr/bin/env node --experimental-vm-modules
#!/usr/bin/env -S node --experimental-vm-modules
import { Options } from "./options";
export default function parseArgv(raw: string[]): Options;

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

#!/usr/bin/env node --experimental-vm-modules
#!/usr/bin/env -S node --experimental-vm-modules
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "miniflare",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -26,4 +26,5 @@ "keywords": [

"prepublishOnly": "npm run lint && npm run build && npm run test",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:changelog": "node docs/.vitepress/changelog.js",
"docs:dev": "npm run docs:changelog && vitepress dev docs",
"docs:build": "npm run docs:changelog && vitepress build docs",
"docs:serve": "vitepress serve docs"

@@ -30,0 +31,0 @@ },

@@ -6,3 +6,3 @@ # 🔥 Miniflare

**See <https://miniflare.pages.dev> for many more details.**
**See <https://miniflare.dev> for more detailed documentation.**

@@ -108,1 +108,7 @@ ## Features

for inspiration.
Durable Object's transactions are implemented using Optimistic Concurrency
Control (OCC) as described in
["On optimistic methods for concurrency control." ACM Transactions on Database Systems](https://dl.acm.org/doi/10.1145/319566.319567).
Thanks to [Alistair O'Brien](https://github.com/johnyob) for helping me
understand this.

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

#!/usr/bin/env node --experimental-vm-modules
#!/usr/bin/env -S node --experimental-vm-modules
import { networkInterfaces } from "os";

@@ -3,0 +3,0 @@ import yargs from "yargs";

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