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.105 to 0.0.106

.rpt2_cache/eaa34fbf38c3ae06d85cea86f9ec35bdd59cf756/code/cache/3b1f7fec42cc0817be636a059c3e57acc6a2c596

3

dist/index.cjs.js

@@ -485,2 +485,5 @@ 'use strict';

return this.findParent(target, function (el) {
if (el.tagName === 'BUILDER-CANVAS') {
return true;
}
var rect = el.getBoundingClientRect();

@@ -487,0 +490,0 @@ return (

@@ -479,2 +479,5 @@ import uniqueSelector from 'unique-selector';

return this.findParent(target, function (el) {
if (el.tagName === 'BUILDER-CANVAS') {
return true;
}
var rect = el.getBoundingClientRect();

@@ -481,0 +484,0 @@ return (

2

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