
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.
= yodlee
http://github.com/aasmith/yodlee
== DESCRIPTION:
Fetches accounts and their transaction details from the Yodlee MoneyCenter (https://moneycenter.yodlee.com).
== NOTES:
The strings returned by Yodlee::Account#{last_updated,next_update} can be parsed with Chronic (http://chronic.rubyforge.org), if a timestamp is needed.
Raises exceptions when exceptional things happen. These are scenarios where the connection probably needs to be re-instantiated with the correct details after prompting the user or some external source for more complete login or account details.
== BUGS / TODO:
Does not handle lists containing bill pay accounts
Does not handle cases where the session has timed out. To avoid this, use the instantiated objects in short durations. Don't leave them hanging around.
Add support for investment holdings
Update account transactions / polling
== SYNOPSIS:
require 'rubygems' require 'yodlee'
cred = Yodlee::Credentials.new cred.username = 'bob' cred.password = 'weak'
cred.expectation = 'roflcopter'
cred.answers = [[Yodlee::Credentials::QUESTIONS[1], "The Queen"], [...]]
conn = Yodlee::Connection.new(cred)
conn.accounts.each do |account| puts account.institute_name, account.name, account.current_balance
puts account.simple_transactions
end
First Bank of Excess Checking $123.45 [...some csv...] First Bank of Mattress Savings $1,234.56 [...more csv!...]
== REQUIREMENTS:
mechanize, nokogiri.
Optional dependency on johnson (http://github.com/jbarnette/johnson)
== INSTALL:
sudo gem install aasmith-yodlee --source http://gems.github.com
== LICENSE:
Copyright (c) 2009 Andrew A. Smith andy@tinnedfruit.org
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Unknown package
We found that aasmith-yodlee 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.