Socket
Socket
Sign inDemoInstall

@react-spring/animated

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/animated - npm Package Compare versions

Comparing version 9.0.0-canary.809.3.a66b280 to 9.0.0-canary.809.4.a637589

4

package.json
{
"name": "@react-spring/animated",
"version": "9.0.0-canary.809.3.a66b280",
"version": "9.0.0-canary.809.4.a637589",
"description": "Animated component props for React",

@@ -31,3 +31,3 @@ "keywords": [

"@babel/runtime": "^7.3.1",
"@react-spring/shared": "9.0.0-canary.809.3.a66b280"
"@react-spring/shared": "9.0.0-canary.809.4.a637589"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -43,3 +43,3 @@ import { createInterpolator, toArray, is, isEqual, each } from '@react-spring/shared'

? this.source.map(node => node.get())
: (toArray(this.source!.get()) as any)
: (toArray(this.source.get()) as any)
return this.calc(...inputs)

@@ -46,0 +46,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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