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
2
Versions
571
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-20240128-cfc0ba04a to 0.74.0-nightly-20240129-39cb02f6f

4

lib/generators/components/GenerateViewConfigJs.js

@@ -170,3 +170,3 @@ /**

'init',
j.identifier(nameOveride || normalizeInputEventName(event.name)),
j.identifier(normalizeInputEventName(nameOveride || event.name)),
j.objectExpression([

@@ -191,3 +191,3 @@ j.property(

'init',
j.identifier(nameOveride || normalizeInputEventName(event.name)),
j.identifier(normalizeInputEventName(nameOveride || event.name)),
j.objectExpression([

@@ -194,0 +194,0 @@ j.property(

{
"name": "@react-native/codegen",
"version": "0.74.0-nightly-20240128-cfc0ba04a",
"version": "0.74.0-nightly-20240129-39cb02f6f",
"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