Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Ruby API to UK Companies House XML Gateway.
= Companies House XML Gateway
The Companies House XML Gateway offers electronic access to a core range of company information from Companies House Databases. The service is accessible online over the internet by authorised XML Gateway customers.
For more details about the Companies House XML Gateway, including how to become a registered user see: http://xmlgw.companieshouse.gov.uk/
= Disclaimer
The companies-house rubygem has been developed independently of Companies House. It is in no way authorized or supported by Companies House.
= Example usage:
Note usage requires you have a registered account with Companies House: http://xmlgw.companieshouse.gov.uk/faq.shtml#hdiafaxga
require 'rubygems' require 'companies-house'
CompaniesHouse.sender_id = 'XMLGatewayTestUserID' CompaniesHouse.password = 'password'
x = CompaniesHouse.name_search 'Canonical'
x = CompaniesHouse.number_search '05276648'
x = CompaniesHouse.company_details '05276648'
FAQs
Unknown package
We found that companies-house 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.