You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

rc-motion

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

es/CSSMotionList.d.ts

@@ -5,4 +5,7 @@ import React from 'react';

export interface CSSMotionListProps extends CSSMotionProps {
keys: React.Key[];
component?: string | React.ComponentType;
keys: (React.Key | {
key: React.Key;
[name: string]: any;
})[];
component?: string | React.ComponentType | false;
}

@@ -9,0 +12,0 @@ export interface CSSMotionListState {

@@ -5,4 +5,7 @@ import React from 'react';

export interface CSSMotionListProps extends CSSMotionProps {
keys: React.Key[];
component?: string | React.ComponentType;
keys: (React.Key | {
key: React.Key;
[name: string]: any;
})[];
component?: string | React.ComponentType | false;
}

@@ -9,0 +12,0 @@ export interface CSSMotionListState {

{
"name": "rc-motion",
"version": "1.0.0",
"version": "1.0.1",
"description": "React lifecycle controlled motion library",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc