
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@theintern/common
Advanced tools
This repository contains common library code used by Intern projects. It's essentially a subset of @dojo/core and @dojo/shim, extracted to prevent circular dependencies between Dojo and Intern.
While the implementations of Task
, Evented
, and the various utility
functions are very similar (and in some cases the same as) their @dojo
counterparts, there are a few differences. Probably the most significant is with
the request
module, which uses a simpler API that Dojo's request
and is
backed by axios.
This package exports its public interface through its base import:
import { Task, Evented, request } from '@theintern/common';
The following concrete exports are provided:
window
)The development flow is standard:
npm install
npm run build
(or npm run watch
)npm test
to run testsThe build process creates four webpack bundles in _build/
: one is the
distributable index.js
, two are for unit tests (browser and Node), and one is
for integration tests.
FAQs
Common modules used by @theintern projects
We found that @theintern/common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.