
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
ember-new-version-detection
Advanced tools
Our snazzy add-on for checking if a new version of your app is available
This is a highly opinionated add-on. It's incredibly specific to our needs at Precision Nutrition. We welcome pull requests to make this more flexible.
We needed a way to test if a new version of our Ember apps were being reported by our API. Our API does this by reporting back the SHA of the currently available release for the specific app in question.
Our Ember apps report back:
X-App-Name: the name of the app in questionX-App-Version: the version the app is (this comes from ember-cli-app-version)And our API reports back:
X-Current-Version: the current version as understood by the API (we use
ember-cli-deploy to manage this)ember install ember-new-version-detection
In your config/environment.js file you'll need to add a block like this:
const ENV = {
// snip
'ember-new-version-detection': {
appName: 'pickles' /* whatever your app is called by the API */,
},
// snip
};
// app/adapters/application.js
import VersionDetectingJsonApiAdapter from 'ember-new-version-detection/adapter/json-api';
export default class MyAdapter extends VersionDetectingJsonApiAdapter {
// snip
}
Not a problem. Example:
this.newVersionDetector.ignoreThisUpgrade();
The implementation of the adapter is pretty straightforward. Just copy and paste from our code.
FAQs
Our snazzy add-on for checking if a new version of your app is available
We found that ember-new-version-detection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.