
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
= Portable Contacts
This is a ruby client implementation of Portable Contacts a standard for exchanging profile and address book data.
The current draft of the standard is http://portablecontacts.net/draft-spec.html
Portable Contacts is currently supported by Plaxo, Google, Yahoo, and most OpenSocial containers.
This client uses OAuth and JSON exclusively. There are no plans for supporting basic authentication or xml.
To use it you need an OAuth AccessToken (see http://oauth.rubyforge.org/). If you are using Rails, you may find the easiest way of doing this as using the OAuth Plugin http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
The Gem requires:
== Example Code
@access_token = ... # instantiate access token
@client = PortableContacts::Client.new "http://www-opensocial.googleusercontent.com/api/people", @access_token
@profile = @client.me
puts @profile.display_name => "Bob Sample"
@contacts = @client.all
== Note on Patches/Pull Requests
== Copyright
Copyright (c) 2009 Pelle Braendgaard. See LICENSE for details.
FAQs
Unknown package
We found that portablecontacts 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.