
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.
@1fe/server
Advanced tools
Express server that serves as the backbone of a 1fe instance, handling dynamic configuration, widget loading, and platform services.
Follow our documentation here to get started with your own 1fe instance.
npm install @1fe/server
# or
yarn add @1fe/server
The @1fe/server package provides a complete Express.js server implementation for hosting 1fe applications. It includes:
import oneFEServer from '@1fe/server';
const app = oneFEServer({
port: 3000,
configManagement: {
widgetVersions: {
url: 'https://your-cdn.com/configs/widget-versions.json',
},
libraryVersions: {
url: 'https://your-cdn.com/configs/lib-versions.json',
},
dynamicConfigs: {
url: 'https://your-cdn.com/configs/live.json',
},
refreshMs: 30000,
},
cspConfigs: {
'script-src': ["'self'", 'https://your-cdn.com'],
'style-src': ["'self'", "'unsafe-inline'"],
},
});
app.listen(3000, () => {
console.log('1fe server running on port 3000');
});
To learn more, follow the reference guide here
If you have questions or want to discuss this project, please visit the Issues or Discussions pages in our monorepo.
MIT © Docusign Inc.
FAQs
Server-side runtime and utilities for 1FE applications
We found that @1fe/server demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

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.