
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.
Big Bird is a JavaScript framework of sorts that's designed to help you write more maintainable, modular JavaScript.
Big Bird is a JavaScript framework of sorts that's designed to help you write more maintainable, modular JavaScript. It fits perfectly when you don't need a full blown MVC framework like Backbone or Ember. Big Bird is suited to situations where you are rendering on the server-side but need to progressively enhance your application with a sprinkling of JS magic and you're fed up with writing monolithic jQuery functions that are difficult to maintain.
We have an example carousel written with Big Bird to give you a good starting point. It's heavily commented to show you some of the functionality of Big Bird.
The source code is also heavily commented, and there are a full suite of tests which help to illustrate the functionality provided.
If you're using Browserify and you need an older jQuery than version 2.1, you'll have to shim it:
npm install --save bigbird
If you're using browserify-shim add the following to your package.json:
"browser": {
"jquery": "path_to_your_javascripts/jquery.js"
},
"browserify-shim": {
"jquery": {
"exports": "$"
}
}
0.3.5
0.3.4
0.3.3
setElements now uses this.$el to search for data-bb-el elementsthis.$els and this.els are now functions that accept a name and an optional force parameter to re-cache the element0.3.2
setElements method to dynamically assign data-bb-el="blah" elements in a template into a this.$els object0.3.0
0.2.0
0.1.1
Module.destroy() method for tearing down views to unbind events.0.1.0
Big Bird is built with grunt. Please make sure you have npm installed to get up and running.
npm install to get the grunt modules required.src/bigbird.js file.grunt && grunt jasmine tasksBig Bird is maintained by cjbell88, callum and ninjabiscuit.
Big Bird is released under the MIT license:
FAQs
Big Bird is a JavaScript framework of sorts that's designed to help you write more maintainable, modular JavaScript.
We found that bigbird 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.