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

@react-native/assets-registry

Package Overview
Dependencies
Maintainers
2
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/assets-registry - npm Package Compare versions

Comparing version 0.76.0-nightly-20240910-84f2d2512 to 0.76.0-rc.0

2

package.json
{
"name": "@react-native/assets-registry",
"version": "0.76.0-nightly-20240910-84f2d2512",
"version": "0.76.0-rc.0",
"description": "Asset support code for React Native.",

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

@@ -81,3 +81,3 @@ /**

.replace(/([^a-z0-9_])/g, '') // Remove illegal chars
.replace(/^(?:assets|assetsunstable_path)_/, ''); // Remove "assets_" or "assetsunstable_path_" prefix
.replace(/^assets_/, ''); // Remove "assets_" prefix
}

@@ -84,0 +84,0 @@

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