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.2 to 0.0.2-next.3

6

CHANGELOG.md
# @sveltejs/adapter-cloudflare-workers
## 0.0.2-next.3
### Patch Changes
- b372d61: Generate required package.json
## 0.0.2-next.2

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

4

index.js

@@ -35,5 +35,7 @@ 'use strict';

bundle: true,
platform: 'node'
platform: 'node' // TODO would be great if we could generate ESM and use type = "javascript"
});
fs.writeFileSync(`${entrypoint}/package.json`, JSON.stringify({ main: 'index.js' }));
utils.log.info('Prerendering static pages...');

@@ -40,0 +42,0 @@ await utils.prerender({

{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "0.0.2-next.2",
"version": "0.0.2-next.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "files": [

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