
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
unify dojo/has and requirejs-dplugins/has into xdojo/has: basics done
unify dojo/_base/declare and dcl/dcl into xdojo/declare: basics done
try to unify dcl && declare's oop into xdojo/declare: basics done
try to merge require.config and dojoConfig: not implemented
dynamic switch for 'delite/domReady', 'dojo/domReady' and 'dojo2/domReady'
simple Dojo classes (0 base classes) can be mixed with Dcl classes. Support for Dojo classes with multiple base classes in progress.
By default xdojo/require uses dcl/dcl as composer
By default your 'declaredClass' will be preserved in dcl, see examples
Usage, if you want use dlc over declare, just make sure you loaded dcl before xdojo/require:
require(['dcl/dcl', 'xdojo/require','dojo/_base/declare'],function(dcl,xRequire,declare){
var fooBar = xRequire('foo.bar',null,{}); // works with dcl or dojo
var myFooBarKid = xRequire('my.foo.bar',[fooBar],{}); // works with dcl or dojo
//using a Dojo declared class together with a dcl declared class:
var _myDojoClass = declare('dojoClass',null,{});
var _classD2 = dDeclare('my mixed class',[myFooBarKid,_myDojoClass],{});
});
Currently it just uses the delite version if delite is present, otherwise dojo/has will be returned:
Usage, straight forward:
//make sure you loaded in your app bootstrap requirejs-dplugins/has, otherwise it
//falls back to dojo/has (if present)
require(['xdojo/has'],function(has)){
});
FAQs
1. unify dojo/has and requirejs-dplugins/has into xdojo/has: basics done
We found that xdojo demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.