webmotors-cockpit-structure
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145537
28
2375
1
1