
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
@builder.io/sdk
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 2 packages
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 2 packages
import { builder } from '@builder.io/sdk';
builder.init(YOUR_KEY);
// Optional custom targeting
builder.setUserAttributes({
userIsLoggedIn: true,
whateverKey: 'whatever value',
});
builder
.get(YOUR_MODEL_NAME, {
// Optional custom query
query: {
'data.customField.$gt': 100,
},
})
.promise()
.then(({ data }) => {
// Do something with the data
});
// Turn of cookies/tracking
builder.canTrack = false;
More docs are coming soon!
If you have questions or comments, don't hesitate to reach out by creating an issue or emailing steve@builder.io
FAQs
This SDK is largely a wrapper over our [Content API](https://www.builder.io/c/docs/content-api)
The npm package @builder.io/sdk receives a total of 0 weekly downloads. As such, @builder.io/sdk popularity was classified as not popular.
We found that @builder.io/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 open source maintainers 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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.