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

@acanto/core-scroll

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acanto/core-scroll - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

1

onScroll/types.d.ts

@@ -50,2 +50,3 @@ declare namespace ScrollTrigger {

onchange?: (element: HTMLElement) => any;
once?: boolean;
};

@@ -52,0 +53,0 @@

4

package.json
{
"name": "@acanto/core-scroll",
"version": "0.0.18",
"version": "0.0.19",
"author": "Acanto <info@acanto.net> (https://acanto.agency/)",

@@ -25,3 +25,3 @@ "license": "ISC",

"sideEffects": false,
"gitHead": "e6294f51eeffb75c9ba6b868dc2dc9efd42efcf0"
"gitHead": "1ce8da151d0ae02fced26b99049bfe2c5d624730"
}

@@ -148,3 +148,3 @@ // @see https://www.npmjs.com/package/eases-jsnext#usage

if (!stop(position, toY)) {
window.requestAnimationFrame(loop);
requestAnimationFrame(loop);
start = timestamp;

@@ -182,3 +182,3 @@ }

window.requestAnimationFrame(loop);
requestAnimationFrame(loop);
}
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