Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webmotors-cockpit-structure

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmotors-cockpit-structure - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

api/AppMenu.js

21

package.json
{
"name": "webmotors-cockpit-structure",
"version": "1.0.3",
"version": "1.0.4",
"description": "Webmotors Cockpit Structure",

@@ -29,10 +29,15 @@ "dependencies": {

"scripts": {
"preinstall": "npm i -g node-sass",
"prepublishOnly": "npm start",
"utils": "babel -o Utils.js src/Utils.js",
"header": "babel -o Header.js src/Header.jsx",
"menu": "babel -o Menu.js src/Menu.jsx",
"footer": "babel -o Footer.js src/Footer.jsx",
"load": "babel -o Load.js src/Load.jsx",
"modalStore": "babel -o ModalStore.js src/ModalStore.jsx",
"start": "npm run utils && npm run header && npm run menu && npm run footer && npm run load && npm run modalStore"
"utils": "babel -o CockpitUtils.js src/CockpitUtils.js",
"header": "babel -o CockpitHeader.js src/CockpitHeader.jsx",
"menu": "babel -o CockpitMenu.js src/CockpitMenu.jsx",
"footer": "babel -o CockpitFooter.js src/CockpitFooter.jsx",
"load": "babel -o CockpitLoad.js src/CockpitLoad.jsx",
"modalStore": "babel -o CockpitModalStore.js src/CockpitModalStore.jsx",
"AppMenu": "babel -o Api/AppMenu.js src/Api/AppMenu.js",
"GroupDataStore": "babel -o Api/GroupDataStore.js src/Api/GroupDataStore.js",
"GroupList": "babel -o Api/GroupList.js src/Api/GroupList.js",
"StoreData": "babel -o Api/StoreData.js src/Api/StoreData.js",
"start": "node-sass --output-style compressed src/scss/cockpit.scss css/cockpit.css && npm run utils && npm run header && npm run menu && npm run footer && npm run load && npm run modalStore && npm run AppMenu && npm run GroupDataStore && npm run GroupList && npm run StoreData"
},

@@ -39,0 +44,0 @@ "keywords": [

@@ -1,2 +0,2 @@

import { dispatchGet } from '../utils';
import { dispatchGet } from '../CockpitUtils';

@@ -3,0 +3,0 @@ const reducerKeyword = 'COCKPIT_MENU';

@@ -1,2 +0,2 @@

import { dispatchGet } from '../utils';
import { dispatchGet } from '../CockpitUtils';

@@ -3,0 +3,0 @@ const reducerKeyword = 'COCKPIT_GROUP_DATA_STORE';

@@ -1,2 +0,2 @@

import { dispatchGet } from '../utils';
import { dispatchGet } from '../CockpitUtils';

@@ -3,0 +3,0 @@ const reducerKeyword = 'COCKPIT_GROUP_LIST';

@@ -1,2 +0,2 @@

import { dispatchGet } from '../utils';
import { dispatchGet } from '../CockpitUtils';

@@ -3,0 +3,0 @@ const reducerKeyword = 'COCKPIT_STORE_DATA';

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