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.121 to 0.0.122

.rpt2_cache/eaa34fbf38c3ae06d85cea86f9ec35bdd59cf756/code/cache/0a5df8c2f05c7c781879ba13d75fe244733a8e7b

1

dist/clients/js/src/classes/event-capturer.class.d.ts

@@ -25,3 +25,4 @@ export declare class EventCapturer {

private findContentEditableParent(target);
private cloneClientRect(rect);
private virtualizeEvent(event);
}

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

};
EventCapturer.prototype.cloneClientRect = function (rect) {
return __assign({}, rect);
};
EventCapturer.prototype.virtualizeEvent = function (event) {

@@ -515,0 +518,0 @@ // TODO: only get target on mouseover too?

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

};
EventCapturer.prototype.cloneClientRect = function (rect) {
return __assign({}, rect);
};
EventCapturer.prototype.virtualizeEvent = function (event) {

@@ -509,0 +512,0 @@ // TODO: only get target on mouseover too?

2

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