
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
jamments-front
Advanced tools
This library is to be used with Jamments comment API.
Jamments is a self hosted commenting API that puts you in control. It's a dead simple REST API that seamlessly integrates with your already existing JAMstack.
This is the frontend API library for Jamments' API. Its aim is to ease Jamments integration within your code. You should go to the documentation for more details.
Also note that this library uses the Fetch API and that it might not be available in older browsers. If you're willing to support older browsers, you can easily polyfill it.
npm install --save jamments-front
And then just import it as any ES module.
import Jamments from 'jamments-front';
Here's how you post a new comment
jamments.postComment(slug, comment, name, email, parentId)
.then(() => {
// comment successfully submitted to the api
})
.catch((err) => {
// Houston, we had a problem
});
FAQs
Jamments frontend API library
The npm package jamments-front receives a total of 1 weekly downloads. As such, jamments-front popularity was classified as not popular.
We found that jamments-front 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.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.