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.4 to 0.2.5

3

dist/es/index.js

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

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

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

@@ -391,3 +391,4 @@ var Registry = /** @class */ (function () {

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

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

@@ -397,3 +397,4 @@ (function (global, factory) {

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

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

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