Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-bravocart
Advanced tools
Yeoman generator for creating beautiful mobile shops using Bravocart and Ionicframework.
npm install -g yo bower grunt-cli gulp generator-bravocart cordova ionic
Run yo bravocart
.
yo bravocart
Run gulp
for preview.
├── hooks/ - Hooks to be used by Cordova
├── platforms
│ ├── ios - Created by `cordova platform add ios`
│ ├── android/ - Created by `cordova platform add android`
│ ├── platforms.json - To be used by Cordova
├── plugins/ - Plugins to be used by Cordova
├── www/ - Directory holding app
│ ├── css/
│ │ ├── style.css - Global stylesheet
│ ├── img/ - Images directory
│ ├── js/
│ │ ├── app.js - AngularJS main module
│ │ ├── controllers.js - AngularJS controllers module
│ │ ├── serivces.js - AngularJS services module
│ ├── lib/ - Project dependencies, managed by bower
│ ├── templates/ - AngularJS template files
│ ├── index.html - Main app entry point
├── bower.json - Front-end dependencies, managed by bower
├── config.xml - Cordova global configuration file
├── gulpfile.js - Gulp tasks
├── package.json - Project dependencies, managed by npm
├── README.md - Project's README file
├── .jshintrc - Global JSHint configuration
├── .bowerrc - Bower configuration file
├── .gitignore - Commnly ignored files
gulp serve
Desktop browser testing with live reload
gulp platform:ios
Add iOS platform target with Cordova
gulp serve:ios
Desktop browser testing with live reload
gulp build:ios
Deploy app to iOS platform device
gulp platform:android
Add Android platform target with Cordova
gulp serve:android
Desktop browser testing with live reload
gulp build:android
Deploy app to Android platform device
FAQs
Build hybrid mobile shops using AngularJS/Ionic Framework
The npm package generator-bravocart receives a total of 1 weekly downloads. As such, generator-bravocart popularity was classified as not popular.
We found that generator-bravocart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.