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

data-scroll-animation

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-scroll-animation - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

CHANGELOG.md
# CHANGELOG
## [1.1.2] - 2021-04-05
- force render on refresh
## [1.1.1] - 2021-04-05

@@ -4,0 +7,0 @@ - avoid unnecessary renders

@@ -261,2 +261,3 @@ /*! *****************************************************************************

}
this._lastRenderFrame = null;
this.el[SCROLL_PARENT].refresh();

@@ -263,0 +264,0 @@ return this;

@@ -267,2 +267,3 @@ (function (global, factory) {

}
this._lastRenderFrame = null;
this.el[SCROLL_PARENT].refresh();

@@ -269,0 +270,0 @@ return this;

4

package.json
{
"name": "data-scroll-animation",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -10,3 +10,3 @@ "devDependencies": {

"rollup": "^2.44.0",
"tslib": "^2.0.3",
"tslib": "^2.2.0",
"typescript": "^4.2.3"

@@ -13,0 +13,0 @@ },

@@ -238,2 +238,3 @@ const EXTRAPOLATE: unique symbol = Symbol("extrapolate");

}
this._lastRenderFrame = null;
this.el[SCROLL_PARENT]!.refresh();

@@ -240,0 +241,0 @@ return this;

@@ -266,2 +266,3 @@ (function (factory) {

}
this._lastRenderFrame = null;
this.el[SCROLL_PARENT].refresh();

@@ -268,0 +269,0 @@ return this;

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