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

@capri-js/cloudflare

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capri-js/cloudflare - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0-next.3

4

lib/index.js

@@ -13,5 +13,5 @@ import { fsutils } from "capri";

},
async build({ ssrBundle, outDir }) {
async build({ ssrBundle, rootDir, outDir }) {
const dirName = path.dirname(new URL(import.meta.url).pathname);
const funcDir = path.resolve(outDir, "functions");
const funcDir = path.resolve(rootDir, "functions");
// Cloudflare treats projects without a 404 page as SPA.

@@ -18,0 +18,0 @@ // To enable MPA mode we add a basic error page if no custom one exists.

{
"name": "@capri-js/cloudflare",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"description": "",

@@ -19,3 +19,3 @@ "author": "Felix Gnass <fgnass@gmail.com>",

"dependencies": {
"capri": "^4.2.0-next.6"
"capri": "^4.2.0-next.7"
},

@@ -22,0 +22,0 @@ "devDependencies": {

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