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
583
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-20230915-850e55042 to 0.73.0-nightly-20230918-1ac3dab6e

2

lib/generators/components/GeneratePropsH.js

@@ -99,3 +99,3 @@ /**

static inline void fromRawValue(const PropsParserContext& context, const RawValue &value, ${structName} &result) {
auto map = (butter::map<std::string, RawValue>)value;
auto map = (std::unordered_map<std::string, RawValue>)value;

@@ -102,0 +102,0 @@ ${fromCases}

{
"name": "@react-native/codegen",
"version": "0.73.0-nightly-20230915-850e55042",
"version": "0.73.0-nightly-20230918-1ac3dab6e",
"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