New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-native/assets-registry

Package Overview
Dependencies
Maintainers
10
Versions
537
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.72.0 to 0.73.0-nightly-20230603-fd9e295be

react-native-assets-registry-0.73.0.tgz

17

package.json
{
"name": "@react-native/assets-registry",
"version": "0.72.0",
"version": "0.73.0-nightly-20230603-fd9e295be",
"description": "Asset support code for React Native.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"url": "https://github.com/facebook/react-native.git",
"directory": "packages/assets"
},
"license": "MIT"
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme",
"keywords": [
"assets",
"registry",
"react-native",
"support"
],
"bugs": "https://github.com/facebook/react-native/issues",
"engines": {
"node": ">=16"
}
}

2

path-support.js

@@ -85,3 +85,3 @@ /**

const basePath = asset.httpServerLocation;
return basePath.startsWith('/') ? basePath.substr(1) : basePath;
return basePath.startsWith('/') ? basePath.slice(1) : basePath;
}

@@ -88,0 +88,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