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

@animini/core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@animini/core - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

CHANGELOG.md
# @animini/core
## 0.2.6
### Patch Changes
- c838bf8: Support for scrollTop / scrollLeft
## 0.2.5

@@ -4,0 +10,0 @@

4

dist/declarations/src/animated/Animated.d.ts

@@ -9,3 +9,3 @@ import type { FrameLoop } from '../FrameLoop';

value: any;
key?: string | number | symbol;
key?: string;
adapter?: Adapter<ElementType>;

@@ -20,3 +20,3 @@ el?: ElementType;

time: Time;
key?: string | number | symbol;
key?: string;
el?: ElementType;

@@ -23,0 +23,0 @@ private adapter?;

{
"name": "@animini/core",
"version": "0.2.5",
"version": "0.2.6",
"description": "Core of animini",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -17,3 +17,3 @@ import type { FrameLoop } from '../FrameLoop'

value: any
key?: string | number | symbol
key?: string
adapter?: Adapter<ElementType>

@@ -28,3 +28,3 @@ el?: ElementType

public time = {} as Time
public key?: string | number | symbol
public key?: string
public el?: ElementType

@@ -31,0 +31,0 @@ private adapter?: Adapter<ElementType>

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