Socket
Socket
Sign inDemoInstall

gama

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gama

A practical 2D math/geometry library for functional JavaScript, based on ramda.


Version published
Weekly downloads
1
Maintainers
1
Install size
689 kB
Created
Weekly downloads
 

Readme

Source

Γ CircleCI

A practical 2D math/geometry library for functional JavaScript, based on Ramda.

Why Gama?

Gama is based on Ramda and follows its philosophy. The primary features of Gama are:

  • Immutability and side-effect free functions are at the heart of its design philosophy. This can help you get the job done with simple, elegant code.
  • Functions are automatically curried. This allows you to easily build up new functions from old ones simply by not supplying the final parameters.

Installation

npm install gama

Testing

npm install

npm run lint
npm run test

Keywords

FAQs

Last updated on 18 Aug 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc