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

@react-spring/core

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/core - npm Package Compare versions

Comparing version 9.4.0-beta.1 to 9.4.0-beta.2

0

dist/declarations/src/Animation.d.ts

@@ -0,0 +0,0 @@ import { AnimatedValue } from '@react-spring/animated';

@@ -0,0 +0,0 @@ import { EasingFunction } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { AnimationResult } from './types';

export * from './Spring';
export * from './Trail';
export * from './Transition';

1

dist/declarations/src/components/Spring.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { NoInfer, UnknownProps } from '@react-spring/types';

@@ -3,0 +2,0 @@ import { UseSpringProps } from '../hooks/useSpring';

@@ -0,0 +0,0 @@ import { ReactNode } from 'react';

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { Valid } from '../types/common';
import { TransitionComponentProps } from '../types';
export declare function Transition<Item extends any, Props extends TransitionComponentProps<Item>>(props: TransitionComponentProps<Item> | (Props & Valid<Props, TransitionComponentProps<Item, Props>>)): JSX.Element;

@@ -0,0 +0,0 @@ import { EasingFunction } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { OneOrMore, UnknownProps, Lookup, Falsy } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { Globals } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ export * from './useChain';

import { SpringRef } from '../SpringRef';
export declare function useChain(refs: ReadonlyArray<SpringRef>, timeSteps?: number[], timeFrame?: number): void;

@@ -0,0 +0,0 @@ import { Remap } from '@react-spring/types';

import { Lookup } from '@react-spring/types';
import { SpringRef } from '../SpringRef';
export declare const useSpringRef: <State extends Lookup<any> = Lookup<any>>() => SpringRef<State>;

@@ -0,0 +0,0 @@ import { Lookup } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { Valid } from '../types/common';

@@ -0,0 +0,0 @@ import { OneOrMore } from '@react-spring/types';

@@ -0,0 +0,0 @@ export * from './hooks';

@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { InterpolatorArgs, InterpolatorFn } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { Timeout } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { AsyncResult, MatchProp } from './types';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ /** Returns true if the `target` has ever animated. */

@@ -0,0 +0,0 @@ import { Lookup, Falsy, OneOrMore } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ export declare enum TransitionPhase {

@@ -0,0 +0,0 @@ import { Remap, Any } from '@react-spring/types';

@@ -0,0 +0,0 @@ import { Lookup, Falsy } from '@react-spring/types';

@@ -0,0 +0,0 @@ export * from './props';

@@ -0,0 +0,0 @@ import type { Lookup } from '@react-spring/types';

@@ -0,0 +0,0 @@ import type { FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { FluidProps, FluidValue } from '@react-spring/shared';

@@ -0,0 +0,0 @@ import { ReactNode } from 'react';

12

package.json
{
"name": "@react-spring/core",
"version": "9.4.0-beta.1",
"version": "9.4.0-beta.2",
"main": "dist/react-spring-core.cjs.js",

@@ -34,12 +34,10 @@ "module": "dist/react-spring-core.esm.js",

"dependencies": {
"@react-spring/animated": "~9.4.0-beta.1",
"@react-spring/shared": "~9.4.0-beta.1",
"@react-spring/types": "~9.4.0-beta.1"
"@react-spring/animated": "~9.4.0-beta.2",
"@react-spring/rafz": "~9.4.0-beta.2",
"@react-spring/shared": "~9.4.0-beta.2",
"@react-spring/types": "~9.4.0-beta.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@react-spring/rafz": "~9.4.0-beta.1"
}
}
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