slush-angular-basic
Advanced tools
| body { | ||
| background-color: #ccc; | ||
| color: black; | ||
| } |
+2
-2
| { "name": "slush-angular-basic", | ||
| "version": "0.0.8", | ||
| "version": "0.0.9", | ||
| "description": "my personal template for develop angular webapp", | ||
@@ -26,2 +26,2 @@ "main": "slushfile.js", | ||
| "license": "MIT" | ||
| } | ||
| } |
+1
-0
@@ -7,3 +7,4 @@ #slush-angular-basic | ||
| thanks @lucasmezencio for the environment gulp task! | ||
| Made with 3> by Diel Duarte |
| module.exports = function(config) { | ||
| var wiredep = require('wiredep'); | ||
@@ -9,5 +9,5 @@ var bowerFiles = wiredep({devDependencies: true}).js; | ||
| basePath: './', | ||
| frameworks: ['jasmine'], | ||
| frameworks: ['jasmine', 'angular-filesort'], | ||
| angularFilesort: { | ||
@@ -20,3 +20,3 @@ whitelist: [ | ||
| files: bowerFiles.concat([ | ||
| 'app/common/config/env.js', | ||
| 'app/common/config/env.js', | ||
| 'app/app.js', | ||
@@ -23,0 +23,0 @@ 'app/common/config/app.routes.js', |
@@ -5,4 +5,4 @@ var gulp = require('gulp'); | ||
| gulp.watch('app/**/*.js', ['js', 'refresh']); | ||
| gulp.watch('app/assets/scss/**/*.scss', ['css', 'refresh']); | ||
| gulp.watch('app/assets/styles/**/*.scss', ['css', 'refresh']); | ||
| gulp.watch('app/**/*.jade', ['jade', 'refresh']); | ||
| }); |
| body | ||
| background-color: #ccc | ||
| color: black |
Sorry, the diff of this file is not supported yet
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
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
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
14402
0.68%9
12.5%0
-100%