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

gama

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gama

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

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-91.3%
Maintainers
1
Weekly downloads
 
Created
Source

Γ Build Status

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

To use with node:

$ npm install gama

To use directly in the browser:

<script src="path/to/yourCopyOfGama/dist/gama.min.js"></script>

Use

var gama = require('gama');

Building

$ npm install -g gulp
$ npm install

$ gulp dist

## Testing

$ npm install -g gulp
$ npm install

$ gulp lint
$ gulp test

Keywords

FAQs

Package last updated on 08 Jul 2015

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