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 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

bower.json
{
"name": "gama",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/honzabrecka/gama",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "gama",
"version": "0.2.1",
"version": "0.2.2",
"description": "A practical math/geometry library for functional JavaScript, based on ramda.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,3 +19,3 @@ // -----------------------------------------------------------------------

/**
* @param {Array} List.
* @param {Array} List.
* @return {Array} Sorted list.

@@ -281,3 +281,3 @@ */

* @param {Vector}
* @return {Number}
* @return {Number}
*/

@@ -294,3 +294,3 @@ gama.length2 = function(vector) {

* @param {Vector}
* @return {Number}
* @return {Number}
*/

@@ -423,3 +423,3 @@ gama.length = R.pipe(

R.useWith(
function(a, b) { return gama.Vector(a.x * b.x, a.y * b.y); },
function(a, b) { return gama.Vector(a.x * b.x, a.y * b.y); },
R.cond(

@@ -689,3 +689,3 @@ [gama.isVector, R.identity],

* @param {Vector} axis
* @param {Polygon} polygon
* @param {Polygon} polygon
* @return {Array} projection

@@ -692,0 +692,0 @@ */

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