@meshsdk/react
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "author": "MeshJS", | ||
| "version": "1.1.9", | ||
| "version": "1.1.10-beta.1", | ||
| "license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "type": "module", |
@@ -5,5 +5,8 @@ export { WalletContext } from './WalletContext'; | ||
| export const MeshProvider = ({ children }) => { | ||
| interface Props { | ||
| children: React.ReactNode | ||
| } | ||
| export const MeshProvider: React.FC<Props> = ({children}): JSX.Element => { | ||
| const store = useWalletStore(); | ||
| return ( | ||
@@ -10,0 +13,0 @@ <WalletContext.Provider value={store}> |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
204532
0.04%3879
0.08%0
-100%3
50%