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.3.2 to 0.3.3

6

dist/es/index.js

@@ -5,6 +5,8 @@ var __extends = (this && this.__extends) || (function () {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -323,3 +325,3 @@ function __() { this.constructor = d; }

var id = root.id;
return id + "-" + classToken;
return "".concat(id, "-").concat(classToken);
}

@@ -326,0 +328,0 @@ return value;

@@ -101,6 +101,8 @@ var Registry = /** @class */ (function () {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -417,3 +419,3 @@ function __() { this.constructor = d; }

var id = root.id;
return id + "-" + classToken;
return "".concat(id, "-").concat(classToken);
}

@@ -420,0 +422,0 @@ return value;

@@ -107,6 +107,8 @@ (function (global, factory) {

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -423,3 +425,3 @@ function __() { this.constructor = d; }

var id = root.id;
return id + "-" + classToken;
return "".concat(id, "-").concat(classToken);
}

@@ -426,0 +428,0 @@ return value;

@@ -5,3 +5,3 @@ import Notifications from './notification';

rootMargin?: string;
threshold?: number;
threshold?: number | number[];
[key: string]: any;

@@ -8,0 +8,0 @@ }

{
"name": "intersection-observer-admin",
"version": "0.3.2",
"version": "0.3.3",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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