Socket
Socket
Sign inDemoInstall

broccoli-module-normalizer

Package Overview
Dependencies
21
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

LICENSE

8

index.js

@@ -13,3 +13,3 @@ 'use strict';

super([input], {
persistentOutput: true,
persistentOutput: true
});

@@ -21,3 +21,5 @@

build() {
if (this._hasRan && symlinkOrCopy.canSymlink) { return; }
if (this._hasRan && symlinkOrCopy.canSymlink) {
return;
}

@@ -42,2 +44,2 @@ let symlinkSource;

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

@@ -8,10 +8,19 @@ "main": "index.js",

"test": "mocha",
"test-watch": "npm test -- -w --reporter min"
"test-watch": "npm test -- -w --reporter min",
"posttest": "npm run lint",
"prelint": "eslint --version",
"lint": "eslint index.js test/index.js"
},
"contributors": [
"Chris Manson <chris@stonecircle.io>",
"Kelly Selden <kellyselden@gmail.com>",
"Robert Jackson <me@rwjblue.com>"
],
"repository": "https://github.com/stonecircle/broccoli-module-normalizer",
"repository": "https://github.com/ember-cli/broccoli-module-normalizer",
"license": "MIT",
"files": [],
"dependencies": {
"broccoli-plugin": "^1.3.0",
"symlink-or-copy": "^1.1.8"
},
"devDependencies": {

@@ -21,8 +30,8 @@ "broccoli-test-helper": "^1.2.0",

"co": "^4.6.0",
"mocha": "^4.0.1"
},
"dependencies": {
"broccoli-plugin": "^1.3.0",
"symlink-or-copy": "^1.1.8"
"eslint": "^4.17.0",
"eslint-config-sane": "^0.5.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-prefer-let": "^1.0.1",
"mocha": "^5.0.0"
}
}
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