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.62 to 1.0.63

2

dist/src/services/meta-site.js

@@ -88,3 +88,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (authData) {
const { data } = yield axios.post('https://manage.wix.com/account/sites/v2/sites/query', {
const { data } = yield axios.post('ttps://dev.wix.com/development-sites-manager/v1/development-sites', {
templateId: "a573279f-ae6f-46d1-8556-7c93ae9b2c84"

@@ -91,0 +91,0 @@ }, {

{
"name": "custom-element-flow",
"version": "1.0.62",
"version": "1.0.63",
"description": "My New Project description.",

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

@@ -109,3 +109,3 @@ import axios from 'axios';

if (authData) {
const { data } = await axios.post<{ developmentSite: DevSite }>('https://manage.wix.com/account/sites/v2/sites/query',
const { data } = await axios.post<{ developmentSite: DevSite }>('ttps://dev.wix.com/development-sites-manager/v1/development-sites',
{

@@ -112,0 +112,0 @@ templateId: "a573279f-ae6f-46d1-8556-7c93ae9b2c84"

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