New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tweeny

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweeny - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "tweeny",
"version": "1.0.2",
"version": "1.0.3",
"description": "A teeny tween class",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,7 +16,7 @@ # Tweeny

var tween = new Tween({
from: {opacity: 0},
to: {opacity: 1},
from: { opacity: 0 },
to: { opacity: 1 },
duration: 1000,
easing: easeInOutQuart,
onUpdate(state) {
onUpdate: function(state) {
target.style.opacity = state.opacity

@@ -29,1 +29,3 @@ },

```
For < IE 10 support, you'll need a `requestAnimationFrame` polyfill.
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