
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-ntp-client
Advanced tools
React Native compatible implementation of the NTP Client Protocol

React Native compatible implementation of the NTP Client Protocol.
yarn add react-native-ntp-client or npm install react-native-ntp-client.yarn add react-native-udp or npm install react-native-udp.react-native-udp running react-native link react-native-udp. If you are using React Native >= 0.60 the native dependencies are auto-linked on both platforms.pod install in ios directory.import ntpClient from 'react-native-ntp-client';
ntpClient.getNetworkTime("pool.ntp.org", 123, (error, date) => {
if (error) {
console.error(error);
return;
}
console.log(date); // Mon Jul 08 2013 21:31:31 GMT+0200 (Paris, Madrid (heure d’été))
});
Licensed under the MIT license.
FAQs
React Native compatible implementation of the NTP Client Protocol
The npm package react-native-ntp-client receives a total of 1,038 weekly downloads. As such, react-native-ntp-client popularity was classified as popular.
We found that react-native-ntp-client demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.