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

rubyquaild-my-tween

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubyquaild-my-tween - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/index.d.ts

@@ -20,3 +20,4 @@ declare type tweenFunction = (value: number) => any;

stop: () => void;
readonly value: number;
};
export {};

@@ -28,3 +28,6 @@ "use strict";

},
get value() {
return mapF(progress / count);
},
};
};

@@ -45,3 +45,7 @@ type tweenFunction = (value: number) => any;

},
get value(): number {
return mapF(progress / <number>count);
},
};
};

2

package.json
{
"name": "rubyquaild-my-tween",
"version": "1.0.1",
"version": "1.0.2",
"description": "a time independant tween",

@@ -5,0 +5,0 @@ "main": "dist/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