New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/sdk

Package Overview
Dependencies
Maintainers
2
Versions
701
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/sdk

## Getting Started

1.1.7
Source
npm
Version published
Maintainers
2
Created
Source

Builder Core

Getting Started

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
})

More docs coming soon!

If you have questions or comments don't hesitate to each out by creating an issue or emailing steve@builder.io

FAQs

Package last updated on 07 May 2020

Did you know?

Socket

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.

Install

Related posts