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

custom-element-flow

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-element-flow - npm Package Compare versions

Comparing version 1.0.60 to 1.0.61

2

bin/start.ts

@@ -58,3 +58,3 @@ #! /usr/bin/env node

open(editorStartUrl);
await writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL=${liveSiteStartUrl}\nEDITOR_START_URL=${editorStartUrl}`);
await writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL="${liveSiteStartUrl}"\nEDITOR_START_URL="${editorStartUrl}"`);
} else if (res.siteSelector === 'selector') {

@@ -61,0 +61,0 @@ open(`https://dev.wix.com/dc3/test-app/${appId}?redirect=editor&title=Select%20Site&buttonText=Test%20Your%20App`);

@@ -59,3 +59,3 @@ #! /usr/bin/env node

open(editorStartUrl);
yield writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL=${liveSiteStartUrl}\nEDITOR_START_URL=${editorStartUrl}`);
yield writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL="${liveSiteStartUrl}"\nEDITOR_START_URL="${editorStartUrl}"`);
}

@@ -62,0 +62,0 @@ else if (res.siteSelector === 'selector') {

{
"name": "custom-element-flow",
"version": "1.0.60",
"version": "1.0.61",
"description": "My New Project description.",

@@ -5,0 +5,0 @@ "type": "module",

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