react-atom-trigger 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +5 -10
package/README.md CHANGED
@@ -306,6 +306,13 @@ Quick way to tweak it in the browser.
306
306
  - [Fixed header offset example](https://codesandbox.io/p/devbox/react-atom-trigger-v2-fixed-header-offset-62lmrv)
307
307
  - [Initial visible on load example](https://codesandbox.io/p/devbox/react-atom-trigger-v2-initial-visible-on-load-ncqjtf)
308
308
  - [Horizontal scroll container example](https://codesandbox.io/p/devbox/react-atom-trigger-v2-horizontal-scroll-container-hs33gq)
309
+ - [Layout shift without scroll](https://codesandbox.io/p/sandbox/react-atom-trigger-v2-layout-shift-without-scroll-n5h7mc)
310
+
311
+ ## Security / SBOM
312
+
313
+ Tagged releases publish a CycloneDX SBOM generated from the pnpm lockfile.
314
+
315
+ Security and compliance tooling can use the SBOM to inspect dependency metadata.
309
316
 
310
317
  ## Development
311
318
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-atom-trigger",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Geometry-based scroll trigger for React with predictable enter/leave behavior. A modern alternative to react-waypoint and React Intersection Observer solutions.",
5
5
  "keywords": [
6
6
  "element visibility",
@@ -100,13 +100,8 @@
100
100
  "peerDependencies": {
101
101
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
102
102
  },
103
- "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
104
- "pnpm": {
105
- "overrides": {
106
- "@actions/github>undici": "7.24.7",
107
- "@actions/http-client>undici": "7.24.7",
108
- "postcss": "8.5.10",
109
- "picomatch": "^4.0.4"
110
- }
111
- }
103
+ "engines": {
104
+ "node": ">=22.13.0"
105
+ },
106
+ "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
112
107
  }