Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native/codegen

Package Overview
Dependencies
Maintainers
2
Versions
488
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.77.0-nightly-20241120-a865975ce to 0.77.0-nightly-20241121-550b0c0ed

4

lib/generators/components/GenerateEventEmitterCpp.js

@@ -74,3 +74,3 @@ /**

? `$event.${[...propertyParts, propertyName].join('.')}`
: [propertyParts, propertyName].join('.');
: [...propertyParts, propertyName].join('.');
return `${variableName}.setProperty(runtime, "${propertyName}", ${valueMapper(

@@ -125,3 +125,3 @@ eventChain,

? `$event.${[...propertyParts, propertyName].join('.')}`
: [propertyParts, propertyName].join('.');
: [...propertyParts, propertyName].join('.');
const indexVar = `${propertyName}Index`;

@@ -128,0 +128,0 @@ const innerLoopVar = `${propertyName}Value`;

{
"name": "@react-native/codegen",
"version": "0.77.0-nightly-20241120-a865975ce",
"version": "0.77.0-nightly-20241121-550b0c0ed",
"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