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

@builder.io/sdk

Package Overview
Dependencies
Maintainers
1
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 0.0.82 to 0.0.83

.rpt2_cache/2c1f4adeec962406e44d947046a590e4dc525c59/code/cache/a70ed589f0fcf726afc6f263f8bcac751b512fcc

5

dist/index.cjs.js

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

var UaParser = typeof anyParser.default === 'function' ? anyParser.default : anyParser;
var immediate = typeof setImmediate === 'function' ? setImmediate : setTimeout;
function BuilderComponent(info) {

@@ -889,3 +890,3 @@ if (info === void 0) { info = {}; }

this.getContentQueue = [];
setTimeout(function () {
immediate(function () {
_this.flushGetContentQueue();

@@ -899,3 +900,3 @@ });

if (initialContent) {
setImmediate(function () {
immediate(function () {
observer.next(initialContent);

@@ -902,0 +903,0 @@ });

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

var UaParser = typeof anyParser.default === 'function' ? anyParser.default : anyParser;
var immediate = typeof setImmediate === 'function' ? setImmediate : setTimeout;
function BuilderComponent(info) {

@@ -883,3 +884,3 @@ if (info === void 0) { info = {}; }

this.getContentQueue = [];
setTimeout(function () {
immediate(function () {
_this.flushGetContentQueue();

@@ -893,3 +894,3 @@ });

if (initialContent) {
setImmediate(function () {
immediate(function () {
observer.next(initialContent);

@@ -896,0 +897,0 @@ });

2

package.json
{
"name": "@builder.io/sdk",
"version": "0.0.82",
"version": "0.0.83",
"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