Socket
Socket
Sign inDemoInstall

angular-starter-kit

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

yarn.lock

10

bower.json

@@ -24,10 +24,10 @@ {

"dependencies": {
"angular": "^1.5.7",
"angular-route": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-material": "^1.0.9"
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-material": "^1.1.4"
},
"devDependencies": {
"angular-mocks": "^1.5.7"
"angular-mocks": "^1.6.4"
}
}
# Angular Starter Kit Changelog
## 1.4.0 - 2017.07.03
* AngularJS upgraded to v1.6.4
* Angular Material upgraded to v1.1.4
* Adding support for Yarn
* Bower included in npm dev dependencies
* Documentation updated
## 1.3.1 - 2016.07.10
* end-to-end tests introduced with Protractor
* demo e2e scenario
* Travis task updated
* Gulp tasks improved and refactored
* karma-coverage and Istanbul introduced
* documentation updated
* End-to-end tests introduced with Protractor
* Demo e2e scenario
* Travis task updated
* Gulp tasks improved and refactored
* Karma-coverage and Istanbul introduced
* Documentation updated
## 1.2.1 - 2016.07.09
* favicon bug fixed
* repository logo
* documentation updated
* Favicon bug fixed
* Repository logo
* Documentation updated
## 1.2.0 - 2016.07.08
* Replacing Material Design Lite with Angular Material
* Better Gulp
* Removing JSHint in favour of ESLint
* Karma improved for Unit testing
* General restyling and better Web Application support
* Replacing Material Design Lite with Angular Material
* Better Gulp
* Removing JSHint in favour of ESLint
* Karma improved for Unit testing
* General restyling and better Web Application support
## 1.0.1 - 2015.12.28
* Twitter Bootstrap and JQuery removed and implemented Bourbon with Neat
* support for web app
* file structure improved according to the JohnPapa styleguide
* icons
* robots.txt
* manifest.webapp for web app support
* gulp file updated
* Support for Google Analytics in index.html
* Twitter Bootstrap and JQuery removed and implemented Bourbon with Neat
* Support for web app
* File structure improved according to the JohnPapa styleguide
* Icons
* Robots.txt
* Manifest.webapp for web app support
* Gulp file updated
* Support for Google Analytics in index.html
## 1.0.0 - 2015.10.17
* initial release
* Initial release
{
"name": "angular-starter-kit",
"description": "Starter Kit for Angular 1.5+ projects",
"version": "1.3.1",
"version": "1.4.0",
"author": "Andrea SonnY <andreasonny83@gmail.com>",

@@ -15,2 +15,3 @@ "repository": {

"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.13.0",

@@ -17,0 +18,0 @@ "connect-history-api-fallback": "^1.2.0",

# Angular Starter Kit
> A better way to start your new Angular app
![Angular Logo][angular_logo]
[![Join the chat at https://gitter.im/andreasonny83/angular-starter-kit][gitter-badge]](https://gitter.im/andreasonny83/angular-starter-kit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -9,20 +12,15 @@ [![NPM version][npm-badge]](https://www.npmjs.com/package/angular-starter-kit)

> A better way to start your new Angular app
![Angular Logo][angular_logo]
## Features
* SASS support including sourceMaps
* Minimal CSS styling of the view
* Gulp watch, build and local server tasks
* Minified CSS and JS build files
* Unit tests
* E2E tests covered by Protractor
* Istanbul code coverage
* SASS support including sourceMaps
* Minimal CSS styling of the view
* Gulp watch, build and local server tasks
* Minified CSS and JS build files
* Unit tests
* E2E tests covered by Protractor
* Istanbul code coverage
## Prerequisites
We assume you've already installed [NodeJS][nodejs], [Gulp][gulp] and
[Bower][bower] on your machine, if not,
We assume you've already installed [NodeJS][nodejs] on your machine, if not,
please follow the installation documentation from the official websites.

@@ -47,2 +45,3 @@

npm install
yarn # Or using Yarn for a faster installation
```

@@ -76,9 +75,9 @@

* clean the `.tmp` and `dist` folder
* compile SASS files, minify and uncss the compiled css
* copy and optimize images
* minify and copy all HTML files into $templateCache
* build index.html
* minify and copy all JS files
* copy fonts, if any
* clean the `.tmp` and `dist` folder
* compile SASS files, minify and uncss the compiled css
* copy and optimize images
* minify and copy all HTML files into $templateCache
* build index.html
* minify and copy all JS files
* copy fonts, if any

@@ -146,7 +145,7 @@ ## Serve the distribution folder

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -m 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :D

@@ -157,2 +156,6 @@ ## Changelog

## License
MIT © [Andrea Sonny](https://andreasonny.mit-license.org/2016-2017)
[angular_logo]: https://angularjs.org/img/AngularJS-large.png

@@ -166,6 +169,4 @@ [gitter-badge]: https://badges.gitter.im/andreasonny83/angular-starter-kit.svg

[nodejs]: https://nodejs.org/
[gulp]: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
[bower]: https://bower.io/#install-bower
[istanbul-url]: https://github.com/gotwarlost/istanbul
[protractor-url]:http://www.protractortest.org
[changelog]: https://github.com/andreasonny83/angular-starter-kit/blob/master/CHANGELOG.md
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