Socket
Socket
Sign inDemoInstall

ember-cli-version-checker

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-version-checker - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

13

CHANGELOG.md

@@ -0,1 +1,14 @@

## v5.0.2 (2020-03-23)
#### :bug: Bug Fix
* [#178](https://github.com/ember-cli/ember-cli-version-checker/pull/178) Fix hasSingleImplementation ([@xg-wang](https://github.com/xg-wang))
#### :house: Internal
* [#179](https://github.com/ember-cli/ember-cli-version-checker/pull/179) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
## v5.0.1 (2020-02-14)

@@ -2,0 +15,0 @@

48

package.json
{
"name": "ember-cli-version-checker",
"version": "5.0.1",
"version": "5.0.2",
"description": "Determine if your addon is being used by a minimum version of Ember CLI.",

@@ -15,2 +15,6 @@ "homepage": "https://github.com/ember-cli/ember-cli-version-checker",

"author": "Robert Jackson <me@rwjblue.com>",
"main": "index.js",
"directories": {
"test": "tests"
},
"files": [

@@ -20,11 +24,11 @@ "src",

],
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"changelog": "lerna-changelog",
"test": "mocha tests",
"test:debug": "mocha debug tests",
"changelog": "lerna-changelog"
"test:debug": "mocha debug tests"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {

@@ -39,14 +43,30 @@ "resolve-package-path": "^2.0.0",

"eslint-plugin-prettier": "^3.1.2",
"lerna-changelog": "^1.0.0",
"mocha": "^7.0.1",
"lerna-changelog": "^1.0.1",
"mocha": "^7.1.1",
"mocha-eslint": "^6.0.0",
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"release-it": "^13.1.1",
"release-it-lerna-changelog": "^2.1.0"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true
},
"engines": {
"node": "10.* || >= 12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {

@@ -53,0 +73,0 @@ "node": "10.19.0"

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

if (targetName === name) {
if (lastRoot !== undefined) {
if (lastRoot !== undefined && lastRoot !== root) {
map.set(targetName, false);

@@ -28,0 +28,0 @@ return false;

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