Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollojs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

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.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.2K
decreased by-27.15%
Maintainers
1
Weekly downloads
 
Created
Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc