Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/sdk

Package Overview
Dependencies
Maintainers
0
Versions
696
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/sdk - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

6

CHANGELOG.md
# @builder.io/sdk
## 3.0.7
### Patch Changes
- bfe9d7e: Misc: send SDK headers in API requests ( https://github.com/BuilderIO/builder/pull/3659 )
## 3.0.6

@@ -4,0 +10,0 @@

2

dist/package.json
{
"name": "@builder.io/sdk",
"version": "3.0.6",
"version": "3.0.7",
"unpkg": "./dist/index.browser.js",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js",

@@ -775,2 +775,6 @@ /// <reference types="node" />

static isReact: boolean;
static sdkInfo: {
name: string;
version: string;
} | undefined;
static get Component(): typeof Builder.component;

@@ -894,2 +898,4 @@ private eventsQueue;

get host(): string;
private getSdkHeaders;
private addSdkHeaders;
private makeFetchApiCall;

@@ -896,0 +902,0 @@ private flattenMongoQuery;

@@ -1,1 +0,1 @@

export declare const SDK_VERSION = "3.0.6";
export declare const SDK_VERSION = "3.0.7";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SDK_VERSION = void 0;
exports.SDK_VERSION = '3.0.6';
exports.SDK_VERSION = '3.0.7';
//# sourceMappingURL=sdk-version.js.map
{
"name": "@builder.io/sdk",
"version": "3.0.6",
"version": "3.0.7",
"unpkg": "./dist/index.browser.js",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc