New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrollama

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrollama - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

index.d.ts

@@ -9,3 +9,3 @@ export = scrollama;

export type ScrollamaOptions = {
step: HTMLElement[] | string;
step: NodeList | HTMLElement[] | string;
progress?: boolean;

@@ -12,0 +12,0 @@ offset?: DecimalType;

{
"name": "scrollama",
"version": "3.0.3",
"version": "3.0.4",
"description": "Lightweight scrollytelling library using IntersectionObserver",

@@ -5,0 +5,0 @@ "main": "build/scrollama.js",

@@ -6,3 +6,3 @@ <img src="https://russellgoldenberg.github.io/scrollama/logo.png" width="160" alt="scrollama.js"/>

[IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
in favor of scroll events. *Current version: 3.0.2*
in favor of scroll events. *Current version: 3.0.3*

@@ -250,2 +250,3 @@ ## 3.0

- [emma-k-alexandra](https://github.com/emma-k-alexandra)
- [noslouch](https://github.com/noslouch)

@@ -252,0 +253,0 @@ ## License

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