Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vizabi-interpolators

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vizabi-interpolators - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

2

interpolators.js

@@ -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",

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