Socket
Socket
Sign inDemoInstall

@react-spring/web

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/web - npm Package Compare versions

Comparing version 9.2.3 to 9.2.4

3

dist/react-spring-web.cjs.dev.js

@@ -61,3 +61,4 @@ 'use strict';

const value = dangerousStyleValue(name, style[name]);
if (name === 'float') name = 'cssFloat';else if (isCustomPropRE.test(name)) {
if (isCustomPropRE.test(name)) {
instance.style.setProperty(name, value);

@@ -64,0 +65,0 @@ } else {

@@ -61,3 +61,4 @@ 'use strict';

const value = dangerousStyleValue(name, style[name]);
if (name === 'float') name = 'cssFloat';else if (isCustomPropRE.test(name)) {
if (isCustomPropRE.test(name)) {
instance.style.setProperty(name, value);

@@ -64,0 +65,0 @@ } else {

@@ -58,3 +58,4 @@ import { Globals } from '@react-spring/core';

const value = dangerousStyleValue(name, style[name]);
if (name === 'float') name = 'cssFloat';else if (isCustomPropRE.test(name)) {
if (isCustomPropRE.test(name)) {
instance.style.setProperty(name, value);

@@ -61,0 +62,0 @@ } else {

{
"name": "@react-spring/web",
"version": "9.2.3",
"version": "9.2.4",
"main": "dist/react-spring-web.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/react-spring-web.esm.js",

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