
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
exoskeleton
Advanced tools
Exoskeleton is a faster and leaner Backbone for your HTML5 apps.
All features you need for real-world app are working. All software tests are passing: (libs = underscore and jquery)
Marionette and other popular plugins: WIP.
Default and custom builds:
make # Will create exoskeleton.js
make noutils # If you want to use Underscore and jQuery
# and don't want to include `Exoskeleton.utils`.
make min # Minified version.
# Custom, like this:
cat lib/{header,events,collection,sync,history,footer}.js > exoskeleton.js
Also:
model.get('constructor')
(jashkenas/backbone#1495)When jQuery is not used, you must use event.delegateTarget
instead of event.currentTarget
for event delegation. This is because currentTarget
is not overridable on native non-jQuery events.
Declaratively defined view events which point to non-existing handler functions are no longer tolerated / skipped. Early error is thrown instead.
In no-underscore environment, there are no underscore-inspired Collection methods (each, pluck etc.), but there are ES5-inspired methods:
forEach, map, filter, some, every, reduce, reduceRight, indexOf, lastIndexOf
Also, no underscore-inspired Model methods at all.
emulateHTTP and emulateJSON were removed
FAQs
Faster and leaner Backbone for your HTML5 apps.
The npm package exoskeleton receives a total of 74 weekly downloads. As such, exoskeleton popularity was classified as not popular.
We found that exoskeleton demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.