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.11 to 0.0.12

10

index.js

@@ -194,4 +194,5 @@ /**

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

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

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

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

2

package.json
{
"name": "intertween",
"version": "0.0.11",
"version": "0.0.12",
"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