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
566
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-20231109-9320174df to 0.74.0-nightly-20231110-9b33e752c

2

lib/generators/modules/GenerateModuleH.js

@@ -125,3 +125,3 @@ /**

: TurboModule(std::string{${hasteModuleName}CxxSpec::kModuleName}, jsInvoker),
delegate_(static_cast<T*>(this), jsInvoker) {}
delegate_(reinterpret_cast<T*>(this), jsInvoker) {}

@@ -128,0 +128,0 @@ private:

{
"name": "@react-native/codegen",
"version": "0.74.0-nightly-20231109-9320174df",
"version": "0.74.0-nightly-20231110-9b33e752c",
"description": "Code generation tools for React Native",

@@ -33,4 +33,7 @@ "license": "MIT",

"@babel/parser": "^7.20.0",
"glob": "^7.1.1",
"hermes-parser": "0.17.1",
"invariant": "^2.2.4",
"jscodeshift": "^0.14.0",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1"

@@ -50,7 +53,4 @@ },

"chalk": "^4.0.0",
"glob": "^7.1.1",
"hermes-estree": "0.17.1",
"invariant": "^2.2.4",
"micromatch": "^4.0.4",
"mkdirp": "^0.5.1",
"prettier": "2.8.8",

@@ -57,0 +57,0 @@ "rimraf": "^3.0.2"

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