@react-native/js-polyfills
Advanced tools
Comparing version 0.78.0-nightly-20241204-949d229b5 to 0.78.0-nightly-20241205-f402ed17f
@@ -562,3 +562,3 @@ /** | ||
function stringifySafe(arg) { | ||
return inspect(arg, {depth: 10}).replaceAll(/\n\s*/g, ' '); | ||
return inspect(arg, {depth: 10}).replace(/\n\s*/g, ' '); | ||
} | ||
@@ -565,0 +565,0 @@ console.error = function (...args) { |
{ | ||
"name": "@react-native/js-polyfills", | ||
"version": "0.78.0-nightly-20241204-949d229b5", | ||
"version": "0.78.0-nightly-20241205-f402ed17f", | ||
"description": "Polyfills for React Native.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
24036