
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.
@bitmovin/player-web-integration-cmcd
Advanced tools
Conviva analytics integration for the Bitmovin Player
This project adds support for the Common Media Client Data (CMCD) plugin. Please find more information about the Consumer Technology Association (CTA) Specification in https://cdn.cta.tech/cta/media/media/resources/standards/pdfs/cta-5004-final.pdf
Install with npm:
npm install --save @bitmovin/player-web-integration-cmcd
Create an instance of the CmcdIntegration with a CmcdConfig and set the different callbacks in the PlayerConfig as follows:
const playerConfig: PlayerConfig = {
// all configurations you would typically set
};
const cmcdConfig: CmcdConfig = {
useQueryArgs: true,
sessionId: '6e2fb550-c457-11e9-bb97-0800200c9a66',
contentId: '1111-111111-111111-11111',
};
const cmcdIntegration = new CmcdIntegration(cmcdConfig);
playerConfig.network = {
preprocessHttpRequest: cmcdIntegration.preprocessHttpRequest,
preprocessHttpResponse: cmcdIntegration.preprocessHttpResponse,
};
playerConfig.adaptation = {
desktop: {
onVideoAdaptation: cmcdIntegration.onVideoAdaptation,
onAudioAdaptation: cmcdIntegration.onAudioAdaptation,
},
mobile: {
onVideoAdaptation: cmcdIntegration.onVideoAdaptation,
onAudioAdaptation: cmcdIntegration.onAudioAdaptation,
},
};
After that, you create a Bitmovin Player instance as usual, then pass the player instance to the CMCD integration:
cmcdIntegration.setPlayer(player);
It is recommended to set the CMCD Session ID to the Analytics Impression ID as this enables you to connect CDN logs with CMCD data to Analytics sessions:
cmcdIntegration.setSessionId(player.analytics.getCurrentImpressionId());
Load the source into the player after these steps:
player.load(source);
npm install to install dependenciesnpm start to start the dev server with a watch task and auto-reloadingnpm run debug to create a dev build bundle (non-minified, with source maps)npm run build to create a production bundle (minified)npm run format to format all files in the src/ and test/ foldersmain branch, and there is an entry for each change in CHANGELOG.mdmain branchThat's it! The workflow will take care of bumping the version (based on Changelog entries), updating the CHANGELOG.md file with release date and version, committing and tagging in this repository, and publishing the package to NPM.
FAQs
Conviva analytics integration for the Bitmovin Player
We found that @bitmovin/player-web-integration-cmcd 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.

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.