New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sveltejs/adapter-cloudflare-workers

Package Overview
Dependencies
Maintainers
4
Versions
104
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.62 to 1.0.0-next.63

8

index.js

@@ -65,5 +65,4 @@ import { existsSync, readFileSync, writeFileSync } from 'fs';

await esbuild.build({
platform: 'neutral',
mainFields: ['module', 'main'],
conditions: ['worker'],
platform: 'browser',
conditions: ['worker', 'browser'],
sourcemap: 'linked',

@@ -74,3 +73,4 @@ target: 'es2020',

bundle: true,
external: ['__STATIC_CONTENT_MANIFEST']
external: ['__STATIC_CONTENT_MANIFEST'],
format: 'esm'
});

@@ -77,0 +77,0 @@

{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "1.0.0-next.62",
"version": "1.0.0-next.63",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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