Comparing version 0.2.3 to 0.2.4
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "https://github.com/maxkueng/victor", | ||
@@ -11,0 +11,0 @@ "authors": [ |
@@ -409,3 +409,3 @@ exports = module.exports = Victor; | ||
} else { | ||
this.divide(length); | ||
this.divide(Victor(length, length)); | ||
} | ||
@@ -938,3 +938,3 @@ return this; | ||
* | ||
* @return {Boolean} | ||
* @return {Boolean} | ||
* @api public | ||
@@ -956,3 +956,3 @@ */ | ||
* | ||
* @return {Boolean} | ||
* @return {Boolean} | ||
* @api public | ||
@@ -959,0 +959,0 @@ */ |
{ | ||
"name": "victor", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A JavaScript 2D vector class with methods for common vector operations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
26257
8