New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

apollojs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollojs

A framework to extend global objects with advance features.


Version published
Maintainers
1
Created

apollojs

apollojs is designed to extend global objects with advanced features.

Server NPM version Build Status

Apollo server extended global objects, providing features like $wrap, Object.isEqual(), Object.project(), Array.prototype.min() etc.

Install

npm install --save apollojs

Usage

require('apollojs');

After insert this at the begining of your entry file, all your scripts could enjoy new featuers (as Apollo extended global objects, no need to require it everytime you use.)

Client Bower version

Apollo client providing a series of shorthand functions to manipulate DOM, SVG elements. providing standard addEventListener, removeEventListener to IE8 (in case you need it, but you may need to build with OPTIONS.)

Install

bower install apollojs

Build

Apollo is written with pjs, you may enable/disable a feature with macros.

Supported macros:

  • APOLLO_IE8 IE8 support
  • APOLLO_SVG SVG support

eg. Build with IE8 support

OPTIONS="-DAPOLLO_IE8" make clean client

FAQs

Package last updated on 15 May 2014

Did you know?

Socket

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.

Install

Related posts