![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
The npm package @theintern/common receives a total of 1,187 weekly downloads. As such, @theintern/common popularity was classified as popular.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.