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

@salesforcedevs/dw-components

Package Overview
Dependencies
Maintainers
0
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/dw-components - npm Package Compare versions

Comparing version

to
1.5.0

LICENSE

5

package.json
{
"name": "@salesforcedevs/dw-components",
"version": "1.3.397-canary.7",
"version": "1.5.0",
"description": "Lightning web components for https://developer.salesforce.com",

@@ -28,3 +28,4 @@ "license": "MIT",

"setimmediate": "1.0.5"
}
},
"gitHead": "1de8f6760c69a5b41cf6f22f0a0940914a3c15e0"
}

7

src/modules/dw/deSignupForm/deSignupForm.ts

@@ -137,3 +137,3 @@ import { LightningElement, api, track } from "lwc";

converting_page: `SFDC:us:signup:${convertingPage}`,
converting_page_url: `https://developer.salesforce.com/developer-legacy/signup/${convertingPage}`,
converting_page_url: `https://developer.salesforce.com/signup/${convertingPage}`,
form_country: formData.user.country,

@@ -187,3 +187,3 @@ form_name: "Dev Edition Signup",

this.trackFormCompletion(event.target!, formData, "success");
window.location.href = "/developer-legacy/signup/success";
window.location.href = "/signup/success";
})

@@ -200,4 +200,3 @@ .catch((error) => {

// so we navigate the user to an interim page that tells them to watch their email.
window.location.href =
"/developer-legacy/signup/account-verification";
window.location.href = "/signup/account-verification";
} else {

@@ -204,0 +203,0 @@ this.setSubmitButtonDisabled(false);

Sorry, the diff of this file is not supported yet