Socket
Socket
Sign inDemoInstall

gulp-angular-modules

Package Overview
Dependencies
56
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

.idea/jsLibraryMappings.xml

4

package.json
{
"name": "gulp-angular-modules",
"version": "0.1.2",
"version": "0.1.3",
"description": "Detects when you are adding a new `Angular.js` module into your working directory to automatically load the file and include the module into your project",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec/"
"test": "./node_modules/.bin/jasmine-node spec/"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -1,2 +0,2 @@

## gulp-angular-modules [![NPM version](https://badge.fury.io/js/gulp-angular-modules.svg)](https://npmjs.org/package/ng-gulp-inject) [![Build Status](https://travis-ci.org/yagoferrer/gulp-angular-modules.svg?branch=master)](https://travis-ci.org/yagoferrer/gulp-angular-modules) [![Dependency Status](https://david-dm.org/yagoferrer/gulp-angular-modules.svg)](https://david-dm.org/yagoferrer/gulp-angular-modules)
## gulp-angular-modules [![NPM version](https://badge.fury.io/js/gulp-angular-modules.svg)](https://npmjs.org/package/gulp-angular-modules) [![Build Status](https://travis-ci.org/yagoferrer/gulp-angular-modules.svg?branch=master)](https://travis-ci.org/yagoferrer/gulp-angular-modules) [![Dependency Status](https://david-dm.org/yagoferrer/gulp-angular-modules.svg)](https://david-dm.org/yagoferrer/gulp-angular-modules)

@@ -8,3 +8,3 @@ This module helps you to detect when you are adding a new `Angular.js` module into your working directory to automatically load the file and include the module into your project.

When working with `Angular.js`, I also wanted to include all my modules names as a depedency of my app.js file automatically. I always forget to add them! So I created `gulp-angular-modules` to never have do that this by hand again.
When working with `Angular.js`, I also wanted to include all my modules names as a dependency of my app.js file automatically. I always forget to add them! So I created `gulp-angular-modules` to never have do that this by hand again.

@@ -11,0 +11,0 @@ You can also watch files & when they change it can reload the browser for you in combination with [gulp-watch](https://github.com/floatdrop/gulp-watch) and [BrowserSync](https://github.com/shakyShane/browser-sync).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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