Socket
Socket
Sign inDemoInstall

webmotors-cockpit-structure

Package Overview
Dependencies
195
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

CockpitMenu.js

@@ -69,3 +69,3 @@ 'use strict';

} else {
Ajax({
(0, _CockpitUtils.ajax)({
url: (/estoque.webmotors/.test(window.location.host) ? '/api' : this.props.ApiCockpit) + '/Menu',

@@ -72,0 +72,0 @@ method: 'GET'

{
"name": "webmotors-cockpit-structure",
"version": "1.1.1",
"version": "1.1.2",
"description": "Webmotors Cockpit Structure",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -35,3 +35,3 @@ import React, { Component, createRef, Fragment } from 'react';

} else {
Ajax({
ajax({
url: `${/estoque.webmotors/.test(window.location.host) ? '/api' : this.props.ApiCockpit}/Menu`,

@@ -38,0 +38,0 @@ method: 'GET',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc