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.0.5 to 1.0.6

6

out/index.d.ts

@@ -15,3 +15,3 @@ /// <reference types="@rbxts/compiler-types" />

type Animatable = number | CFrame | Color3 | ColorSequenceKeypoint | DateTime | NumberRange | NumberSequenceKeypoint | PhysicalProperties | Ray | Rect | Region3 | Region3int16 | UDim | UDim2 | Vector2 | Vector2int16 | Vector3 | Vector3int16;
export default class EasyTween<T extends Animatable> {
export default class EasyTween<T> {
private goalValue;

@@ -26,5 +26,5 @@ private value;

private maid;
constructor(value: T, tweenInfo: TweenInfo);
constructor(value: T & Animatable, tweenInfo: TweenInfo);
Destroy(): void;
Set(value: T): void;
Set(value: T & Animatable): void;
Get(): T;

@@ -31,0 +31,0 @@ ListenToChange(callback: callbackOnChange<T>): Connection;

{
"name": "@rbxts/easytween",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

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