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

@blinkk/degu

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blinkk/degu - npm Package Compare versions

Comparing version 0.0.314 to 0.0.315

1

lib/interpolate/multi-interpolate.d.ts

@@ -13,2 +13,3 @@ export interface rangedProgress {

noInterpolationDefault?: string;
visibilityId?: string;
stagger?: interpolateStaggerOptions;

@@ -15,0 +16,0 @@ staggerItem?: boolean;

@@ -107,2 +107,6 @@ "use strict";

this.currentValues[config.id] = interpolatedValue;
if (config.visibilityId) {
this.currentValues[config.visibilityId] =
interpolatedValue <= 0 ? 'hidden' : 'visible';
}
}

@@ -109,0 +113,0 @@ if (config.onUpdate) {

2

package.json
{
"name": "@blinkk/degu",
"version": "0.0.314",
"version": "0.0.315",
"description": "A general utility library for interactive websites, with a focus on performance.",

@@ -5,0 +5,0 @@ "author": "Blinkk <hello@blinkk.com>",

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