
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
react-native-pod
Advanced tools
Extends support for CocoaPods in React Native projects by:
pod install
to update your Pods if necessary. Now you have installed pods!react-native installpods
yarn add react-native-pod
react-native link
New! Add pods you would like distributed with your package from the command line:
react-native addpod [pod]
or
react-native addpod [pod] --podversion [version]
or
react-native addpod [pod] --podgit[giturl]
Note that adding a pod puts the reference in your package.json. This gives the hint to react-native link to add it to your Podfile.
To remove a pod:
react-native removepod [pod]
You need to have CocoaPods installed. To get it going: sudo gem install cocoapods
.
When making a native module that has a pod dependency, just add the pod reference to your pods in package.json manually or using the tools above, and make react-native-pod
a peer dependency.
Feedback welcome!
FAQs
Automatically generate podfile for React Native
The npm package react-native-pod receives a total of 31 weekly downloads. As such, react-native-pod popularity was classified as not popular.
We found that react-native-pod 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.