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

@rbxts/easytween

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/easytween - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

10

out/index.d.ts
/// <reference types="@rbxts/compiler-types" />
/// <reference types="@rbxts/types" />
/// <reference types="@rbxts/types" />
/// <reference types="@rbxts/compiler-types" />
type callbackOnChange<T> = (value: T) => void;

@@ -16,2 +17,6 @@ type callbackOnReached = () => void;

export default class EasyTween<T> {
/**
* @hidden
*/
static readonly tweens: Set<EasyTween<any>>;
private goalValue;

@@ -26,3 +31,2 @@ private value;

private startValue;
private maid;
constructor(value: T & Animatable, tweenInfo: TweenInfo);

@@ -36,4 +40,8 @@ Destroy(): void;

ListenToReacheGoal(callback: callbackOnReached): Connection;
/**
* @hidden
*/
Update(): void;
private init;
}
export {};

2

package.json
{
"name": "@rbxts/easytween",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "out/init.lua",

Sorry, the diff of this file is not supported yet

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