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

@react-native/codegen

Package Overview
Dependencies
Maintainers
11
Versions
550
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/codegen - npm Package Compare versions

Comparing version 0.73.0-nightly-20230922-353b31c7d to 0.73.0-nightly-20230923-29f62a41b

3

lib/parsers/flow/components/componentsUtils.js

@@ -17,2 +17,3 @@ /**

verifyPropNotAlreadyDefined = _require2.verifyPropNotAlreadyDefined;
// $FlowFixMe[unsupported-variance-annotation]
function getTypeAnnotationForArray(

@@ -194,2 +195,4 @@ name,

}
// $FlowFixMe[unsupported-variance-annotation]
function getTypeAnnotation(

@@ -196,0 +199,0 @@ name,

@@ -192,2 +192,4 @@ /**

}
// $FlowFixMe[unsupported-variance-annotation]
function unwrapNullable(x) {

@@ -199,2 +201,4 @@ if (x.type === 'NullableTypeAnnotation') {

}
// $FlowFixMe[unsupported-variance-annotation]
function wrapNullable(nullable, typeAnnotation) {

@@ -201,0 +205,0 @@ if (!nullable) {

2

package.json
{
"name": "@react-native/codegen",
"version": "0.73.0-nightly-20230922-353b31c7d",
"version": "0.73.0-nightly-20230923-29f62a41b",
"description": "Code generation tools for React Native",

@@ -5,0 +5,0 @@ "license": "MIT",

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