New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-spring/animated

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/animated - npm Package Compare versions

Comparing version 9.0.0-canary.808.11.4be2ac3 to 9.0.0-canary.808.12.11b2708

1

index.cjs.js

@@ -39,2 +39,3 @@ 'use strict';

function Animated() {
// This makes "isAnimated" return true.
setAnimated(this, this);

@@ -41,0 +42,0 @@ }

@@ -20,2 +20,3 @@ import { defineHidden, each, getFluidConfig, Globals, is, createInterpolator, isAnimatedString, useForceUpdate } from '@react-spring/shared';

constructor() {
// This makes "isAnimated" return true.
setAnimated(this, this);

@@ -22,0 +23,0 @@ }

4

package.json
{
"name": "@react-spring/animated",
"version": "9.0.0-canary.808.11.4be2ac3",
"version": "9.0.0-canary.808.12.11b2708",
"description": "Animated component props for React",

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

"@babel/runtime": "^7.3.1",
"@react-spring/shared": "9.0.0-canary.808.11.4be2ac3",
"@react-spring/shared": "9.0.0-canary.808.12.11b2708",
"react-layout-effect": "^1.0.1"

@@ -34,0 +34,0 @@ },

@@ -26,2 +26,3 @@ import { FluidValue, defineHidden } from '@react-spring/shared'

constructor() {
// This makes "isAnimated" return true.
setAnimated(this, this)

@@ -28,0 +29,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