Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-ecosystem-installer

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-ecosystem-installer - npm Package Compare versions

Comparing version 2.0.27 to 2.0.28

23

blueprints/ember-cli-ecosystem-installer/index.js

@@ -97,6 +97,21 @@ 'use strict'

var pkgsToModify = _.mergeWith(otherPackagesToModify, recommendedPackagesToModify, objUtil.mergeArray)
return self.uninstallAndInstallPkgs(pkgsToModify)
var uninstallAndInstallPromise = self.uninstallAndInstallPkgs(pkgsToModify)
if (uninstallAndInstallPromise) {
return uninstallAndInstallPromise.then(() => {
var path = self.path + '/package.json'
var pkgJson = require(path)
console.log(pkgJson)
})
}
})
} else {
return self.uninstallAndInstallPkgs(recommendedPackagesToModify)
var uninstallAndInstallPromise = self.uninstallAndInstallPkgs(recommendedPackagesToModify)
if (uninstallAndInstallPromise) {
return uninstallAndInstallPromise.then(() => {
var path = self.path + '/package.json'
var pkgJson = require(path)
console.log(pkgJson)
})
}
}

@@ -109,4 +124,4 @@ })

return self.uninstallAndInstallPkgs(otherPackagesToModify)
.then(function () {
var path = this.path + '/package.json'
.then(() => {
var path = self.path + '/package.json'
var pkgJson = require(path)

@@ -113,0 +128,0 @@ console.log(pkgJson)

@@ -0,1 +1,5 @@

# 2.0.28
No CHANGELOG section found in Pull Request description.
Use a `# CHANGELOG` section in your Pull Request description to auto-populate the `CHANGELOG.md`
# 2.0.27

@@ -2,0 +6,0 @@ No CHANGELOG section found in Pull Request description.

2

package.json
{
"name": "ember-cli-ecosystem-installer",
"version": "2.0.27",
"version": "2.0.28",
"description": "Tool to install/uninstall the LTS ecosystem packages",

@@ -5,0 +5,0 @@ "directories": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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