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.6 to 0.1.7

4

index.js

@@ -51,3 +51,3 @@

if (matches) {
if (matches && list.indexOf(matches[2]) === -1) {
list.push(matches[2]);

@@ -96,2 +96,2 @@ }

module.exports = angularModules;
module.exports = angularModules;
{
"name": "gulp-angular-modules",
"version": "0.1.6",
"version": "0.1.7",
"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",

@@ -28,3 +28,2 @@ "main": "index.js",

"dependencies": {
"coveralls": "^2.11.2",
"gulp-util": "^3.0.1",

@@ -31,0 +30,0 @@ "through2": "^0.6.1"

@@ -103,4 +103,4 @@ ## gulp-angular-modules

```js
(function (ng) {
'use strict';
(function (ng) {
ng.module('gulp-angular-modules', ['module.name','another.module','ui.router']);

@@ -107,0 +107,0 @@ })(angular);

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