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
1
Versions
699
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 0.0.102 to 0.0.103

.rpt2_cache/eaa34fbf38c3ae06d85cea86f9ec35bdd59cf756/code/cache/606d855019ce57fc9bf2d7ac8db3da934ad746ad

1

dist/clients/js/src/builder.class.d.ts

@@ -95,2 +95,3 @@ /// <reference types="virtual-dom" />

constructor(apiKey?: string | null);
private messageFrameLoaded();
private blockContentLoading;

@@ -97,0 +98,0 @@ private bindMessageListeners();

@@ -596,2 +596,3 @@ 'use strict';

this.loadFullStory();
this.messageFrameLoaded();
}

@@ -801,2 +802,10 @@ }

};
Builder.prototype.messageFrameLoaded = function () {
window.top.postMessage({
type: 'builder.loaded',
data: {
value: true,
},
}, '*');
};
Builder.prototype.bindMessageListeners = function () {

@@ -803,0 +812,0 @@ var _this = this;

@@ -590,2 +590,3 @@ import uniqueSelector from 'unique-selector';

this.loadFullStory();
this.messageFrameLoaded();
}

@@ -795,2 +796,10 @@ }

};
Builder.prototype.messageFrameLoaded = function () {
window.top.postMessage({
type: 'builder.loaded',
data: {
value: true,
},
}, '*');
};
Builder.prototype.bindMessageListeners = function () {

@@ -797,0 +806,0 @@ var _this = this;

2

package.json
{
"name": "@builder.io/sdk",
"version": "0.0.102",
"version": "0.0.103",
"browser": "./dist/index.umd.min.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 too big to display

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