Socket
Socket
Sign inDemoInstall

ember-cli-addon-tests

Package Overview
Dependencies
Maintainers
5
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.9.2 to 0.10.0

4

lib/models/addon-test-app.js

@@ -6,2 +6,3 @@ 'use strict';

const util = require('util');
const EOL = require('os').EOL;
const App = require('./app');

@@ -40,3 +41,4 @@ const pristine = require('../utilities/pristine');

fs.writeJsonSync(packageJSONPath, pkg, {
spaces: 2
spaces: 2,
EOL
});

@@ -43,0 +45,0 @@ };

{
"name": "ember-cli-addon-tests",
"version": "0.9.2",
"version": "0.10.0",
"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.0",
"fs-extra": "^4.0.2",
"lodash": "^4.0.0",

@@ -38,3 +38,3 @@ "semver": "^5.3.0",

"cross-env": "^5.0.0",
"ember-cli": "~2.14.1",
"ember-cli": "~2.15.1",
"ember-cli-fastboot": "^1.0.0",

@@ -41,0 +41,0 @@ "eslint-config-sane": "^0.1.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