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

intertween

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertween - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

index.js

@@ -195,3 +195,3 @@ /**

r = rv[i];
if (c === null || c === undefined)
if (a === null || a === undefined)
continue;

@@ -255,3 +255,3 @@ sv[i] = typeof a === 'number' ? (((a + (b - a) * t) * d) | 0) /

r = rv[i];
if (A === null || A === undefined)
if (a === null || a === undefined)
continue;

@@ -258,0 +258,0 @@ sv[i] = typeof a === 'number' ? (((a + (b - a) * t) * d) | 0) /

{
"name": "intertween",
"version": "0.0.13",
"version": "0.0.14",
"description": "The lightweight, fastest, smartest, effecient value interpolator with no-dependecy, zero-configuration and relative interpolation",

@@ -5,0 +5,0 @@ "main": "index.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