![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ember-addon-v2-scanner
Advanced tools
A CLI tool to scan your Ember project for addons that have a V2 version available.
A CLI tool to scan your Ember project for addons that have a V2 version available.
Execute the following command in the root of your Ember project:
npx ember-addon-v2-scanner@latest
$ 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)
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! 🚀
This project is based on dependency-maintainers by NullVoxPopuli.
FAQs
A CLI tool to scan your Ember project for addons that have a V2 version available.
The npm package ember-addon-v2-scanner receives a total of 0 weekly downloads. As such, ember-addon-v2-scanner popularity was classified as not popular.
We found that ember-addon-v2-scanner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.