
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@concord-consortium/codap-plugin-api
Advanced tools
This npm library provides two main files that will aid in interfacing with the CODAP Data Interactives API. codapInterface.ts sets up some basic functions for interfacing with CODAP, while codap-helper.ts contains more specialized functions utilizing the CODAP Data Interactive API for a variety of different purposes. Find the full documentation of the CODAP Data Interactive API here.
In the directory of your plugin project, run npm install codap-plugin-api.
In myComponent.js:
import codapInterface from "codap-plugin-api";
import codapHelpers from "codap-plugin-api";
const myComponent = () => {
useEffect(() => {
const myOptions = {
pluginName: myPlugin;
version: 1.0.0;
dimensions: {
width: 300,
height: 400
};
codapHelpers.initializePlugin(myOptions);
}, []);
}
For more examples of how to use the npm package, see the CODAP Plugin Starter Project.
If you want to build a local version run npm build, it will create the files in the dist folder.
TypeScript React in the status bar and select 'Use Workspace Version' in the popup menu.To release a new version:
Make sure you have an npm publishing account under the concordconsortium namespace.
Update the version number in package.json.
Run npm install to update the version number in package-lock.json.
Run npm run build to build the new version.
Run npm publish --access public to publish the new version.
CODAP Plugin API are Copyright 2018 (c) by the Concord Consortium and is distributed under the MIT license.
See license.md for the complete license text.
FAQs
An API to ease the development of CODAP plugins
We found that @concord-consortium/codap-plugin-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.