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

@sveltejs/adapter-cloudflare

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-cloudflare - npm Package Compare versions

Comparing version 1.0.0-next.5 to 1.0.0-next.6

4

index.js
import { writeFileSync } from 'fs';
import { relative } from 'path';
import { posix } from 'path';
import { fileURLToPath } from 'url';

@@ -24,3 +24,3 @@ import * as esbuild from 'esbuild';

const relativePath = relative(tmp, builder.getServerDirectory());
const relativePath = posix.relative(tmp, builder.getServerDirectory());

@@ -27,0 +27,0 @@ writeFileSync(

{
"name": "@sveltejs/adapter-cloudflare",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"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 @@ "publishConfig": {

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