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

ember-cli-update

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-update - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "ember-cli-update",
"version": "0.6.0",
"version": "0.6.1",
"description": "Update Ember CLI Ember.js apps and addons",

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

@@ -36,7 +36,7 @@ # ember-cli-update

| Option | Description | Examples | Default |
|---|---|---|---|
| --from | Use a starting version that is different than what is in your package.json | "2.8.0" "2.9.1" | |
| --to | Update to a version that isn\'t latest | "2.14.1" "~2.15" "latest" "beta" | "latest" |
| --ignore-conflict | Handle merge conflicts yourself | | false |
| Option | Description | Type | Examples | Default |
|---|---|---|---|---|
| --from | Use a starting version that is different than what is in your package.json | String | "2.9.1" | |
| --to | Update to a version that isn\'t latest | String | "2.14.1" "~2.15" "latest" "beta" | "latest" |
| --ignore-conflict | Handle merge conflicts yourself | Boolean | | false |

@@ -43,0 +43,0 @@ ## Hints

module.exports = {
'from': {
type: 'string',
description: 'Use a starting version that is different than what is in your package.json ("2.8.0", "2.9.1")'
description: 'Use a starting version that is different than what is in your package.json ("2.9.1")'
},

@@ -6,0 +6,0 @@ 'to': {

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