Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
ember-2-legacy
Advanced tools
Ember addon which supports deprecations slated for 3.0.0 removal in the 3.x series.
During the 2.x series in Ember.JS serveral deprecations were added with a target removal version of 3.0. This addon adds back those deprecations and the deprecated code that was removed. The goal of this addon is to allow Ember users who have deprecations that are preventing them from upgrading to 3.0 a path forward. After Ember 3.4 is released this addon will no longer be compatible with Ember. It should be used to provide extra time for migrating away from deprecations, not as a permanent solution.
For more background about what and why APIs are being remove for Ember.JS 3.0 please check out the Road to Ember 3.0 blog post which goes into more details.
ember install ember-2-legacy
All deprecations found here which have a until: 3.0.0
are currently supported by this addon.
All deprecations are controlled by environment variables that can be toggled on or off. By default all deprecations are on
. You should ideally turn off all deprecations that
your app is not currently hitting to be sure that you are able to move off of this addon when the time comes.
An example of how to configure these in your app:
// config/environment.js
module.exports = function(environment) {
let ENV = {
// ...
EmberENV: {
// ...
_ENABLE_EMBER_K_SUPPORT: false,
_ENABLE_UNDERSCORE_ACTIONS_SUPPORT: false,
// etc...
}
};
// ...
return ENV;
};
NOTE that changes to your config may need your server to be restarted before seeing the changes.
To view all flags and which deprecations they control click here.
FAQs
Ember addon which supports deprecations slated for 3.0.0 removal in the 3.x series.
The npm package ember-2-legacy receives a total of 1 weekly downloads. As such, ember-2-legacy popularity was classified as not popular.
We found that ember-2-legacy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.