Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@figuredev/react-native-local-server
Advanced tools
Library for creating a local server on the device running React Native.
Library for creating a local server on the device running React Native.
The library exposes several classes to ease communication over local network.
Install yarn dependency:
yarn add @figuredev/react-native-local-server
Install iOS dependencies (from ios/ directory):
pod install
Low level implementation of TCP protocol. There are two classes: server and client. Once the server is running the client can connect to it. All data parts has to be delimited by new line character.
See documentation of classes for more information.
Low level implementation of UDP protocol. There is only one call: server. The server doesn't have to be running in order to send data.
See documentation of the class for more information.
Abstraction above TCP layer using RxJS. There are again two classes: server and client. Both server and client require a handler when starting. The handler is a function that takes a stream of incoming messages and defined dependencies. This design was inspired by redux-observable library. Both classes also provides a stream of status events.
See documentation of classes for more information.
Abstraction above UDP layer using RxJS. All incoming calls are provided via stream CallerIdServer.getIncomingCall$()
.
The server can also simulate incoming call via method CallerIdServer.simulateCall(call: PhoneCall)
.
See documentation of the class for more information.
Implementation of zero-configuration standard for service discovery. This browser allows you discover all available services in provided group.
On iOS you have to specify service groups in Info.plist, the key is NSBonjourServices
.
See documentation of classes for more information.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
FAQs
Library for creating a local server on the device running React Native.
We found that @figuredev/react-native-local-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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 researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.