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.27 to 1.0.0-next.28

4

index.js
import { existsSync, readFileSync, writeFileSync } from 'fs';
import { relative } from 'path';
import { posix } from 'path';
import { execSync } from 'child_process';

@@ -38,3 +38,3 @@ import esbuild from 'esbuild';

builder.log.minor('Generating worker...');
const relativePath = relative(tmp, builder.getServerDirectory());
const relativePath = posix.relative(tmp, builder.getServerDirectory());

@@ -41,0 +41,0 @@ builder.copy(`${files}/entry.js`, `${tmp}/entry.js`, {

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

@@ -29,3 +29,3 @@ "type": "git",

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.208"
"@sveltejs/kit": "1.0.0-next.216"
},

@@ -32,0 +32,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