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

@sveltejs/adapter-cloudflare-workers

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-cloudflare-workers - npm Package Compare versions

Comparing version 1.0.0-next.50 to 1.0.0-next.51

1

index.js

@@ -77,3 +77,2 @@ import { existsSync, readFileSync, writeFileSync } from 'fs';

builder.writeClient(site.bucket);
builder.writeStatic(site.bucket);
builder.writePrerendered(site.bucket);

@@ -80,0 +79,0 @@ }

7

package.json
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "1.0.0-next.50",
"version": "1.0.0-next.51",
"repository": {

@@ -36,7 +36,6 @@ "type": "git",

"scripts": {
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format",
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"format": "npm run check-format -- --write",
"check": "tsc",
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
"check": "tsc"
}
}

@@ -77,3 +77,3 @@ # adapter-cloudflare-workers

```js
export async function post({ request, platform }) {
export async function POST({ request, platform }) {
const x = platform.env.YOUR_DURABLE_OBJECT_NAMESPACE.idFromName('x');

@@ -80,0 +80,0 @@ }

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