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
561
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.74.0-nightly-20231213-746ad378c to 0.74.0-nightly-20231214-b0982971c

8

lib/generators/modules/GenerateModuleH.js

@@ -217,7 +217,3 @@ /**

case 'NumberTypeAnnotation':
return getAreEnumMembersInteger(
enumMap[realTypeAnnotation.name].members,
)
? wrap('int')
: wrap('double');
return wrap('jsi::Value');
case 'StringTypeAnnotation':

@@ -489,3 +485,3 @@ return wrap('jsi::String');

enum ${enumName} { ${values} };
enum class ${enumName} { ${values} };

@@ -492,0 +488,0 @@ template <>

{
"name": "@react-native/codegen",
"version": "0.74.0-nightly-20231213-746ad378c",
"version": "0.74.0-nightly-20231214-b0982971c",
"description": "Code generation tools for React Native",

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

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