
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
cocoapods-bb-PodAssistant
Advanced tools
A description of cocoapods-bb-PodAssistant.
$ gem install cocoapods-bb-PodAssistant
拉取稳定lock配置插件。利用版本比对进行更新配置实现对组件版本控制管理。
pod stable --help
pod stable init
pod stable sync
pod stable install
pod stable update [组件名称] --sync
--sync
选项可选,会自动同步远端标签,不带默认不更新远端版本 更多用法,参照:pod stable update --help
支持动态/静态库
Build the component and all child inherit dependencies with dynamic framework
pod 'xxx', :linkages => :dynamic
Build the component itself with a dynamic framework
pod 'xxx', :linkage => :dynamic
Build the component and all child inherit dependencies with static framework
pod 'xxx', :linkages => :static
Build the component itself with a static framework
pod 'xxx', :linkage => :static
bb_tools --help
match_encrypt [password] [input_path] [output_path]
match_decrypt [password] [input_path] [output_path]
FAQs
Unknown package
We found that cocoapods-bb-PodAssistant 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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.