
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Please check our Web site for the latest documentation:
For questions, please visit the Get Satisfaction API community
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
IMPORTANT NOTE: This version changes the gem behavior in a way that may introduce backwards incompatibility. In particular, with prior versions, the following code:
Satisfaction.new.companies['company_domain'].products['p_slug'].topics['t_slug'].tags
ignores the chained context of the final method call and simply sends a GET request to the following API endpoint:
/topics/t_slug/tags
With this version, however, the gem will make API calls for nested resources in the API that correspond to the chained method calls. In particular, the above code will instead attempt to send a GET request to the following endpoint:
/companies/company_domain/products/p_slug/topics/t_slug/tags
In this particular case, the endpoint does not exist in the Get Satisfaction REST API, so API calls made to it will yield a 404 Not Found response error.
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
Fixed known issue with scoping. Calling resource methods could potentially change scope for other objects. For example:
sfn = Satisfaction.new
sfn2 = Satisfaction.new
person = sfn.peson.get('jargon')
topics = sfn.topics.page(3, :order => 'recently_created') # Jargon's topics
sfn2.topics # Also Jargon's topics
This now behaves as expected (where topics and sfn2.topics would be scoped to the set of all i topics)
0.6.0
FAQs
Unknown package
We found that ruby-satisfaction 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.