
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
react-native-ldapts
Advanced tools
LDAP client for React Native based on LDAPts.
This is forked from LDAPts with some dependency changes to allow usage in React Native
It requires certain react native compatible libraries to be installed in order for this to work.
npm install --save react-native-tcp node-libs-react-native react-native-get-random-values
Add the following into metro.config.js
// metro.config.js
module.exports = {
resolver: {
extraNodeModules: require('node-libs-react-native'),
},
};
Add the following to the top of the entry index.js for react native
import 'node-libs-react-native/globals';
import 'react-native-get-random-values';
// ...
import App from './App.ts';
There seems to be a duplicated dependency issue with the react-native-tcp library that was used on iOS where multiple TcpSockets is getting linked.
TLS doesn't work now as I couldn't find any react-native compatible tls library to swap with.
See LDAPts README on how to use the library
FAQs
LDAP client for React Native
The npm package react-native-ldapts receives a total of 6 weekly downloads. As such, react-native-ldapts popularity was classified as not popular.
We found that react-native-ldapts 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.