
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
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
The npm package xdojo receives a total of 6 weekly downloads. As such, xdojo popularity was classified as not popular.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.