Socket
Socket
Sign inDemoInstall

ember-cli-addon-tests

Package Overview
Dependencies
Maintainers
7
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.11.0 to 0.11.1

12

lib/utilities/pristine.js

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

emberVersion: options.emberVersion || 'canary',
emberDataVersion: options.emberDataVersion || 'emberjs/data#master'
emberDataVersion: options.emberDataVersion || '~3.8.0'
};

@@ -239,5 +239,5 @@

function symlinkAddon(appName) {
const pkg = findAddonPackageJSON();
const addonPath = findAddonPath();
const nodeModules = path.join(temp.pristinePath, appName, 'node_modules');
let pkg = findAddonPackageJSON();
let addonPath = findAddonPath();
let nodeModules = path.join(temp.pristinePath, appName, 'node_modules');

@@ -247,4 +247,4 @@ // if option skipNpm is supplied, node_modules doesn't exist yet

const addonSymlinkPath = path.join(nodeModules, pkg.name);
const pkgScope = path.dirname(pkg.name);
let addonSymlinkPath = path.join(nodeModules, pkg.name);
let pkgScope = path.dirname(pkg.name);

@@ -251,0 +251,0 @@ debug('symlinking %s', pkg.name);

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

@@ -28,3 +28,3 @@ "keywords": [

"findup-sync": "^2.0.0",
"fs-extra": "^4.0.2",
"fs-extra": "^5.0.0",
"lodash": "^4.0.0",

@@ -38,6 +38,7 @@ "semver": "^5.3.0",

"cross-env": "^5.0.0",
"ember-cli": "~2.16.2",
"ember-cli": "~3.8.0",
"ember-cli-fastboot": "^1.0.0",
"eslint-config-sane": "^0.2.0",
"mocha": "^4.0.0",
"eslint-config-sane": "^0.6.0",
"eslint-plugin-prefer-let": "^1.0.1",
"mocha": "^5.0.0",
"mocha-eslint": "^4.0.0",

@@ -47,4 +48,4 @@ "request": "^2.75.0"

"engines": {
"node": ">= 4"
"node": ">= 6"
}
}
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