Socket
Socket
Sign inDemoInstall

ember-cli-addon-tests

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-addon-tests - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

scripts/precook-node-modules.js

9

lib/utilities/pristine.js

@@ -101,3 +101,3 @@ "use strict";

.then(movePristineNodeModules(appName))
.then(symlinkFastBoot);
.then(symlinkAddon);
}

@@ -176,3 +176,3 @@

var addonPath = findAddonPath();
var addonSymlinkPath = path.join(pristineNodeModulesPath, pkg.name);
var addonSymlinkPath = path.join(temp.pristineNodeModulesPath, pkg.name);

@@ -250,3 +250,6 @@ debug("symlinking %s", pkg.name);

function applyCommand(command, name, flags) {
var emberCLIPath = findup('node_modules/ember-cli');
var emberCLIPath = findup('node_modules/ember-cli', {
cwd: __dirname
});
var args = [path.join(emberCLIPath, 'bin', 'ember'), command, '--disable-analytics', '--watcher=node', '--skip-git', name, runCommandOptions];

@@ -253,0 +256,0 @@

{
"name": "ember-cli-addon-tests",
"version": "0.1.0",
"version": "0.1.1",
"description": "A set of integration test helpers for Ember CLI addons",

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

@@ -7,3 +7,3 @@ ## Ember CLI Addon Tests

Previously, it was difficult to do real integration testing with Ember
CLI addons because the process of creating a new Ember is very slow, due
CLI addons because the process of creating a new Ember app is very slow, due
to the required `npm install` and `bower install` steps.

@@ -10,0 +10,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc