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
695
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.52 to 0.0.53

2

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

@@ -24,3 +24,3 @@ "use strict";

this.usePassive = false;
this.observeMutations = true;
this.observeMutations = false;
this.handleEvent = function (event) {

@@ -27,0 +27,0 @@ // TODO: maybe need to put this on window or document to ensure *all*

{
"name": "@builder.io/sdk",
"version": "0.0.52",
"version": "0.0.53",
"main": "dist/clients/js/index.js",

@@ -5,0 +5,0 @@ "types": "dist/clients/js/index.d.ts",

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

usePassive = false;
observeMutations = true;
observeMutations = false;

@@ -29,0 +29,0 @@ private observer?: MutationObserver;

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