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.1 to 1.0.2

7

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

@@ -19,5 +18,3 @@ type callbackOnReached = () => void;

private value;
private time;
private easingStyle;
private easingDirection;
private tweenInfo;
private callbacksOnChange;

@@ -29,3 +26,3 @@ private callbacksOnReached;

private maid;
constructor(value: T, easingStyle?: Enum.EasingStyle.Linear, easingDirection?: Enum.EasingDirection.In, time?: number);
constructor(value: T, tweenInfo: TweenInfo);
Destroy(): void;

@@ -32,0 +29,0 @@ Set(value: T): void;

{
"name": "@rbxts/easytween",
"version": "1.0.1",
"version": "1.0.2",
"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