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

@saltcorn/markup

Package Overview
Dependencies
Maintainers
0
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saltcorn/markup - npm Package Compare versions

Comparing version

to
1.1.3-beta.6

5

dist/form.js

@@ -719,4 +719,7 @@ "use strict";

const method_label = action_name.replace("Login with ", "");
const dest = form.req?.query?.dest
? `?dest=${encodeURIComponent(form.req.query.dest)}`
: "";
return a({
href: `/auth/login-with/${method_label}`,
href: `/auth/login-with/${method_label}${dest}`,
//TODO get url through form.req to reduce coupling

@@ -723,0 +726,0 @@ class: [

4

package.json
{
"name": "@saltcorn/markup",
"version": "1.1.3-beta.5",
"version": "1.1.3-beta.6",
"description": "Markup for Saltcorn, open-source no-code platform",

@@ -38,3 +38,3 @@ "homepage": "https://saltcorn.com",

"devDependencies": {
"@saltcorn/types": "1.1.3-beta.5",
"@saltcorn/types": "1.1.3-beta.6",
"@types/escape-html": "^1.0.4",

@@ -41,0 +41,0 @@ "@types/jest": "^29.5.14",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet