slush-angular-basic
Advanced tools
+1
-1
| { "name": "slush-angular-basic", | ||
| "version": "0.0.9", | ||
| "version": "0.0.10", | ||
| "description": "my personal template for develop angular webapp", | ||
@@ -4,0 +4,0 @@ "main": "slushfile.js", |
+27
-31
@@ -16,17 +16,17 @@ { | ||
| "devDependencies": { | ||
| "browser-sync": "^2.9.11", | ||
| "browser-sync": "^2.18.13", | ||
| "colors": "^1.1.2", | ||
| "gifsicle": "0.1.3", | ||
| "gifsicle": "3.0.4", | ||
| "gulp": "*", | ||
| "gulp-angular-filesort": "^1.1.1", | ||
| "gulp-autoprefixer": "^3.1.0", | ||
| "gulp-cachebust": "0.0.5", | ||
| "gulp-concat": "^2.3.4", | ||
| "gulp-connect": "^2.2.0", | ||
| "gulp-css-globbing": "~0.1.4", | ||
| "gulp-autoprefixer": "^4.0.0", | ||
| "gulp-cachebust": "0.0.8", | ||
| "gulp-concat": "^2.6.1", | ||
| "gulp-connect": "^5.0.0", | ||
| "gulp-css-globbing": "~0.2.2", | ||
| "gulp-expect-file": "0.0.7", | ||
| "gulp-if": "^2.0.0", | ||
| "gulp-imagemin": "^0.6.1", | ||
| "gulp-jade": "~0.10.0", | ||
| "gulp-jshint": "^1.9.0", | ||
| "gulp-if": "^2.0.2", | ||
| "gulp-imagemin": "^3.4.0", | ||
| "gulp-jade": "~1.1.0", | ||
| "gulp-jshint": "^2.0.4", | ||
| "gulp-merge-media-queries": "^0.2.1", | ||
@@ -36,26 +36,22 @@ "gulp-cssnano": "*", | ||
| "gulp-natural-sort": "^0.1.1", | ||
| "gulp-ng-annotate": "^1.1.0", | ||
| "gulp-ng-config": "^1.2.1", | ||
| "gulp-plumber": "^1.0.1", | ||
| "gulp-ng-annotate": "^2.0.0", | ||
| "gulp-ng-config": "^1.5.0", | ||
| "gulp-plumber": "^1.1.0", | ||
| "gulp-rename": "^1.2.2", | ||
| "gulp-sass": "2.0.4", | ||
| "gulp-sourcemaps": "^1.6.0", | ||
| "gulp-sass": "3.1.0", | ||
| "gulp-sourcemaps": "^2.6.1", | ||
| "gulp-task-listing": "^1.0.1", | ||
| "gulp-uglify": "^1.0.1", | ||
| "jshint-stylish": "^1.0.0", | ||
| "node-sass": "3.3.3", | ||
| "require-dir": "~0.1.0", | ||
| "gulp-uglify": "^3.0.0", | ||
| "jshint-stylish": "^2.2.1", | ||
| "node-sass": "4.5.3", | ||
| "require-dir": "~0.3.2", | ||
| "minimist": "*", | ||
| "jasmine": "^2.3.2", | ||
| "jasmine-core": "^2.3.4", | ||
| "karma": "0.13", | ||
| "karma-angular-filesort": "^1.0.1", | ||
| "karma-chrome-launcher": "^0.2.0", | ||
| "karma-coverage": "^0.4.2", | ||
| "karma-jasmine": "^0.3.6", | ||
| "karma-mocha-reporter": "^1.0.4", | ||
| "karma-phantomjs-launcher": "^0.2.1", | ||
| "phantomjs": "^1.9.18", | ||
| "wiredep": "^2.2.2" | ||
| "phantomjs": "^2.1.7", | ||
| "wiredep": "^4.0.0", | ||
| "angular": "1.6.6", | ||
| "angular-route": "~1.6.6", | ||
| "angular-sanitize": "~1.6.6", | ||
| "angular-toastr": "~2.1.1", | ||
| "jshint": "^2.9.5" | ||
| } | ||
| } |
@@ -13,3 +13,3 @@ var gulp = require('gulp'); | ||
| gulp.task('css', function () { | ||
| gulp.src('./app/assets/styles/main.sass') | ||
| gulp.src('./app/assets/styles/main.scss') | ||
| .pipe(plumber()) | ||
@@ -16,0 +16,0 @@ .pipe(cssGlobbing({ |
@@ -9,13 +9,13 @@ var gulp = require('gulp'); | ||
| var files = [ | ||
| 'bower_components/angular/angular.min.js', | ||
| 'bower_components/angular/angular.min.js.map', | ||
| 'bower_components/angular-route/angular-route.min.js', | ||
| 'bower_components/angular-route/angular-route.min.js.map', | ||
| 'bower_components/angular-sanitize/angular-sanitize.min.js', | ||
| 'bower_components/angular-sanitize/angular-sanitize.min.js.map', | ||
| 'bower_components/angular-toastr/dist/angular-toastr.tpls.min.js' | ||
| 'node_modules/angular/angular.min.js', | ||
| 'node_modules/angular/angular.min.js.map', | ||
| 'node_modules/angular-route/angular-route.min.js', | ||
| 'node_modules/angular-route/angular-route.min.js.map', | ||
| 'node_modules/angular-sanitize/angular-sanitize.min.js', | ||
| 'node_modules/angular-sanitize/angular-sanitize.min.js.map', | ||
| 'node_modules/angular-toastr/dist/angular-toastr.tpls.min.js' | ||
| ]; | ||
| var styles = [ | ||
| 'bower_components/angular-toastr/dist/angular-toastr.min.css' | ||
| 'node_modules/angular-toastr/dist/angular-toastr.min.css' | ||
| ]; | ||
@@ -22,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
| { | ||
| "name": "<%= appNameSlug %>", | ||
| "version": "1.0.0", | ||
| "description": "<%= appDescription %>", | ||
| "homepage": "<%= appHomepage %>", | ||
| "authors": [ | ||
| "<%= appAuthorSlug %><%= appEmail %>" | ||
| ], | ||
| "license": "MIT", | ||
| "ignore": [ | ||
| "**/.*", | ||
| "node_modules", | ||
| "bower_components", | ||
| "test", | ||
| "tests" | ||
| ], | ||
| "private": true, | ||
| "dependencies": { | ||
| "angular": "1.5.0-rc.0", | ||
| "angular-route": "~1.4.8", | ||
| "angular-sanitize": "~1.4.8", | ||
| "angular-toastr": "~1.6.0" | ||
| } | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
13678
-5.03%27
-6.9%368
-6.12%