Socket
Socket
Sign inDemoInstall

@react-spring/konva

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/konva - npm Package Compare versions

Comparing version 9.0.0-beta.33 to 9.0.0-canary.809.1.aa2db98.0

4

index.d.ts
import { ElementType, ForwardRefExoticComponent, CSSProperties } from 'react';
import { ElementType as ElementType$1, ComponentPropsWithRef, AssignableKeys, SpringValue } from '@react-spring/shared';
import { ElementType as ElementType$1, ComponentPropsWithRef, AssignableKeys, FluidValue } from '@react-spring/shared';
import * as konva from 'react-konva';

@@ -31,4 +31,4 @@ export * from '@react-spring/core';

} : DT | AnimatedLeaf<T> : never;
declare type AnimatedLeaf<T> = [T] extends [object] ? never : SpringValue<Exclude<T, object | void>>;
declare type AnimatedLeaf<T> = [T] extends [object] ? never : FluidValue<Exclude<T, object | void>>;
export { AnimatedComponent, AnimatedProps, animated as a, animated };
{
"name": "@react-spring/konva",
"version": "9.0.0-beta.33",
"description": "Cross-platform animation engine",
"version": "9.0.0-canary.809.1.aa2db98.0",
"description": "Cross-platform animation engine for React",
"keywords": [

@@ -31,8 +31,8 @@ "animated",

"@babel/runtime": "^7.3.1",
"@react-spring/animated": "^9.0.0-beta.33",
"@react-spring/core": "^9.0.0-beta.33",
"@react-spring/shared": "^9.0.0-beta.33"
"@react-spring/animated": "^9.0.0-canary.809.1.aa2db98.0",
"@react-spring/core": "^9.0.0-canary.809.1.aa2db98.0",
"@react-spring/shared": "^9.0.0-canary.809.1.aa2db98.0"
},
"devDependencies": {
"typescript": "3.5.1"
"typescript": "3.6.2"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -0,8 +1,8 @@

import { CSSProperties, ForwardRefExoticComponent } from 'react'
import { withAnimated, extendAnimated } from '@react-spring/animated'
import { CSSProperties, ForwardRefExoticComponent } from 'react'
import {
AssignableKeys,
SpringValue,
ElementType,
ComponentPropsWithRef,
FluidValue,
} from '@react-spring/shared'

@@ -81,2 +81,2 @@ import { KonvaExports, KonvaElements, elements } from './elements'

? never
: SpringValue<Exclude<T, object | void>>
: FluidValue<Exclude<T, object | void>>
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