Socket
Socket
Sign inDemoInstall

broccoli-module-normalizer

Package Overview
Dependencies
24
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

index.js

@@ -39,4 +39,6 @@ 'use strict';

if (this.options.callback) {
modules.forEach(dir => this.options.callback(dir));
if (!this._hasRan) {
if (this.options.callback) {
this.options.callback();
}
}

@@ -43,0 +45,0 @@ } else {

{
"name": "broccoli-module-normalizer",
"version": "1.1.1",
"version": "1.1.2",
"description": "Broccoli plugin to remove `modules/` subdirectory from legacy ember-cli addons.",

@@ -5,0 +5,0 @@ "main": "index.js",

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