Socket
Socket
Sign inDemoInstall

@alpinejs/intersect

Package Overview
Dependencies
0
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.3 to 3.13.4

2

builds/module.js
import intersect from './../src/index.js'
export default intersect
export { intersect }

7

dist/module.cjs.js

@@ -22,3 +22,4 @@ var __defProp = Object.defineProperty;

__export(module_exports, {
default: () => module_default
default: () => module_default,
intersect: () => src_default
});

@@ -84,2 +85,4 @@ module.exports = __toCommonJS(module_exports);

// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
0 && (module.exports = {
intersect
});

@@ -58,3 +58,4 @@ // packages/intersect/src/index.js

export {
module_default as default
module_default as default,
src_default as intersect
};
{
"name": "@alpinejs/intersect",
"version": "3.13.3",
"version": "3.13.4",
"description": "Trigger JavaScript when an element enters the viewport",

@@ -5,0 +5,0 @@ "homepage": "https://alpinejs.dev/plugins/intersect",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc