@react-native/assets-registry
Advanced tools
Comparing version 0.72.0 to 0.73.0-nightly-20230603-fd9e295be
{ | ||
"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" | ||
} | ||
} |
@@ -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 @@ |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6516
5
1
0
22