Socket
Socket
Sign inDemoInstall

intersection-observer-admin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intersection-observer-admin - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

dist/es/index.js

@@ -296,3 +296,7 @@ var __extends = (this && this.__extends) || (function () {

if (key === 'root' && root) {
return root;
var classList = Array.prototype.slice.call(root.classList);
var classToken = classList.reduce(function (acc, item) {
return (acc += item);
}, '');
return (root.id += classToken);
}

@@ -299,0 +303,0 @@ return value;

@@ -387,3 +387,7 @@ var Registry = /** @class */ (function () {

if (key === 'root' && root) {
return root;
var classList = Array.prototype.slice.call(root.classList);
var classToken = classList.reduce(function (acc, item) {
return (acc += item);
}, '');
return (root.id += classToken);
}

@@ -390,0 +394,0 @@ return value;

@@ -393,3 +393,7 @@ (function (global, factory) {

if (key === 'root' && root) {
return root;
var classList = Array.prototype.slice.call(root.classList);
var classToken = classList.reduce(function (acc, item) {
return (acc += item);
}, '');
return (root.id += classToken);
}

@@ -396,0 +400,0 @@ return value;

2

package.json
{
"name": "intersection-observer-admin",
"version": "0.2.3",
"version": "0.2.4",
"description": "Intersection Observer Admin for better performance",

@@ -5,0 +5,0 @@ "main": "dist/intersection-observer-admin.umd.js",

Sorry, the diff of this file is not supported yet

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