New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-addon-v2-scanner

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-addon-v2-scanner

A CLI tool to scan your Ember project for addons that have a V2 version available.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

Ember Addon V2 Scanner

A CLI tool to scan your Ember project for addons that have a V2 version available.

Usage

Execute the following command in the root of your Ember project:

npx ember-addon-v2-scanner@latest

Example output

$ npx ember-addon-v2-scanner@latest

Gathering Ember Addon dependency info for 'super-rentals'
✔ Successfully compiled addon info
┌─────────┬────────────────────────────────┬─────────────────┬────────────────┬─────────────┬────────────────────┐
│ (index) │ NPM Name                       │ Current version │ Latest version │ On V2 Addon │ V2 Addon available │
├─────────┼────────────────────────────────┼─────────────────┼────────────────┼─────────────┼────────────────────┤
│ 0       │ '@ember/string''3.1.1''3.1.1''❌''❌'               │
│ 1       │ '@glimmer/component''1.1.2''1.1.2''❌''❌'               │
│ 2       │ '@glimmer/tracking''1.1.2''1.1.2''❌''❌'               │
│ 3       │ 'broccoli-asset-rev''3.0.0''3.0.0''❌''❌'               │
│ 4       │ 'ember-cli-app-version''6.0.1''7.0.0''❌''❌'               │
│ 5       │ 'ember-cli-babel''8.2.0''8.2.0''❌''❌'               │
│ 6       │ 'ember-cli-dependency-checker''3.3.2''3.3.2''❌''❌'               │
│ 7       │ 'ember-cli-flash''4.0.0''5.1.0''❌''✅'               │
│ 8       │ 'ember-cli-inject-live-reload''2.1.0''2.1.0''❌''❌'               │
│ 9       │ 'ember-cli-typescript''3.0.0''5.3.0''❌''❌'               │
│ 10      │ 'ember-click-outside''6.1.0''6.1.0''✅''✅'               │
│ 11      │ 'ember-fetch''8.1.2''8.1.2''❌''❌'               │
│ 12      │ 'ember-get-config''2.1.1''2.1.1''❌''❌'               │
│ 13      │ 'ember-heroicons''0.4.0''0.5.0''❌''❌'               │
│ 14      │ 'ember-load-initializers''2.1.2''2.1.2''❌''❌'               │
│ 15      │ 'ember-modifier''4.1.0''4.1.0''✅''✅'               │
│ 16      │ 'ember-phosphor-icons''0.3.0''0.3.0''✅''✅'               │
│ 17      │ 'ember-qunit''7.0.0''8.1.0''❌''✅'               │
│ 18      │ 'ember-resolver''11.0.1''12.0.1''❌''❌'               │
│ 19      │ 'ember-source''5.2.0''5.9.0''❌''❌'               │
│ 20      │ 'ember-template-imports''3.4.2''4.1.1''❌''❌'               │
│ 21      │ 'loader.js''4.7.0''4.7.0''❌''❌'               │
│ 22      │ 'prember''2.0.0''2.0.0''❌''❌'               │
│ 23      │ 'qunit-dom''2.0.0''3.1.2''❌''❌'               │
└─────────┴────────────────────────────────┴─────────────────┴────────────────┴─────────────┴────────────────────┘
There are addons available that are on V1 but have a V2 version available 🎉
- ember-qunit (latest: 8.1.0)
- ember-cli-flash (latest: 5.1.0)

Why?

The Ember v2 addon format aligns Ember CLI classic addons with modern, static NPM packages. The direct benefit you get from upgrading to v2 is that the addon no longer has to be built as part of your app, which leads to faster build times.

Does your favorite addon not yet have a v2 version? Visit the addon's GitHub repo and see if you can aid with the conversion, and help make Ember builds faster for everyone! 🚀

See also

Acknowledgements

This project is based on dependency-maintainers by NullVoxPopuli.

Keywords

FAQs

Package last updated on 17 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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