Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@athrok/react-native-async-storage
Advanced tools
React Native AsyncStorage persistence wrapper for Athrok state management library.
React Native AsyncStorage Persistence Wrapper for Athrok State Management Library
@athrok/react-native-async-storage
is a utility package that provides seamless integration between React Native's AsyncStorage and Athrok state management library. This package offers a convenient way to persist application state managed by Athrok across app sessions in a React Native environment.
You can install @athrok/react-native-async-storage
via npm or yarn:
npm install @athrok/react-native-async-storage
or
yarn add @athrok/react-native-async-storage
Peer Dependencies: Make sure you have athrok
installed as a peer dependency.
npm install athrok
or
yarn add athrok
To use @athrok/react-native-async-storage
, follow these steps:
import React from "react";
import { PersistenceProvider } from "@athrok/react-native-async-storage";
PersistenceProvider
:export default function App() {
return (
<PersistenceProvider>
{
// Place your application's child components and data here
}
</PersistenceProvider>
);
}
In this example, the PersistenceProvider
component ensures that Athrok's AsyncStorage persistence is initialized and ready for use throughout the application. You can place your application's child components and data inside the PersistenceProvider
component to manage the persistence of the application state across app sessions seamlessly.
Contributions to @athrok/react-native-async-storage
are welcome! Feel free to submit bug reports, feature requests, or pull requests on GitHub.
This project is licensed under the MIT License.
FAQs
React Native AsyncStorage persistence wrapper for Athrok state management library.
The npm package @athrok/react-native-async-storage receives a total of 1 weekly downloads. As such, @athrok/react-native-async-storage popularity was classified as not popular.
We found that @athrok/react-native-async-storage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.