vizabi-interpolators
Advanced tools
Comparing version 1.2.0 to 2.0.0
@@ -8,3 +8,3 @@ /* | ||
// | ||
export default { | ||
module.exports = { | ||
linear: function(x1, x2, y1, y2, x) { | ||
@@ -11,0 +11,0 @@ return +y1 + (x - x1) / (x2 - x1) * (y2 - y1); |
{ | ||
"name": "vizabi-interpolators", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Interpolator functions shared between vizabi and waffle server", | ||
@@ -5,0 +5,0 @@ "main": "interpolators.js", |
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
1802