@react-native/js-polyfills
Advanced tools
Comparing version 0.72.1 to 0.73.0-nightly-20230603-fd9e295be
@@ -255,3 +255,3 @@ /** | ||
.join('\n') | ||
.substr(2); | ||
.slice(2); | ||
} else { | ||
@@ -278,3 +278,3 @@ str = | ||
if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) { | ||
name = name.substr(1, name.length - 2); | ||
name = name.slice(1, name.length - 1); | ||
name = ctx.stylize(name, 'name'); | ||
@@ -281,0 +281,0 @@ } else { |
{ | ||
"name": "@react-native/js-polyfills", | ||
"version": "0.72.1", | ||
"version": "0.73.0-nightly-20230603-fd9e295be", | ||
"description": "Polyfills 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/polyfills" | ||
}, | ||
"license": "MIT" | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/polyfills#readme", | ||
"keywords": [ | ||
"polyfill", | ||
"polyfills", | ||
"js", | ||
"js-polyfills", | ||
"react-native" | ||
], | ||
"bugs": "https://github.com/facebook/react-native/issues", | ||
"engines": { | ||
"node": ">=16" | ||
} | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
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
32362
7
1
0
22
10