Socket
Socket
Sign inDemoInstall

@react-native/js-polyfills

Package Overview
Dependencies
Maintainers
11
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/js-polyfills - npm Package Compare versions

Comparing version 0.73.0 to 0.73.1

README.md

4

console.js

@@ -255,3 +255,3 @@ /**

.join('\n')
.substr(2);
.slice(2);
} else {

@@ -278,3 +278,3 @@ str =

if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) {
name = name.substr(1, name.length - 2);
name = name.slice(1, name.length - 1);
name = ctx.stylize(name, 'name');

@@ -281,0 +281,0 @@ } else {

{
"name": "@react-native/js-polyfills",
"version": "0.73.0",
"version": "0.73.1",
"description": "Polyfills for React Native.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"url": "https://github.com/facebook/react-native.git",
"directory": "packages/polyfills"
},
"license": "MIT"
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/polyfills#readme",
"keywords": [
"polyfill",
"polyfills",
"js",
"js-polyfills",
"react-native"
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">=18"
}
}
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