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 0.0.2-next.4 to 0.0.2-next.5

6

CHANGELOG.md
# @sveltejs/adapter-cloudflare-workers
## 0.0.2-next.5
### Patch Changes
- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error
## 0.0.2-next.4

@@ -4,0 +10,0 @@

1

index.js

@@ -35,2 +35,3 @@ 'use strict';

bundle: true,
target: 'es2020',
platform: 'node' // TODO would be great if we could generate ESM and use type = "javascript"

@@ -37,0 +38,0 @@ });

4

package.json
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "0.0.2-next.4",
"version": "0.0.2-next.5",
"main": "index.js",

@@ -15,3 +15,3 @@ "types": "index.d.ts",

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.91"
"@sveltejs/kit": "1.0.0-next.95"
},

@@ -18,0 +18,0 @@ "scripts": {

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