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

@operato/pull-to-refresh

Package Overview
Dependencies
Maintainers
0
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/pull-to-refresh - npm Package Compare versions

Comparing version 1.19.10 to 1.20.16

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [1.20.16](https://github.com/hatiolab/operato/compare/v1.19.16...v1.20.16) (2025-01-11)
### :bug: Bug Fix
* update lit@3 ([27945ca](https://github.com/hatiolab/operato/commit/27945ca66668eff48395b173424f69128dfef3a9))
### [1.19.10](https://github.com/hatiolab/operato/compare/v1.19.9...v1.19.10) (2024-09-10)

@@ -8,0 +17,0 @@

2

dist/src/pull-to-refresh-control.d.ts
import { LitElement } from 'lit';
export declare class PullToRefreshControl extends LitElement {
static styles: import("lit").CSSResult;
render(): import("lit").TemplateResult<1>;
render(): import("lit-html").TemplateResult<1>;
pulling(d: number, opts: any): void;

@@ -6,0 +6,0 @@ refreshing({ threshold }: any): void;

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.19.10",
"version": "1.20.16",
"main": "dist/src/index.js",

@@ -35,3 +35,3 @@ "module": "dist/src/index.js",

"dependencies": {
"lit": "^2.5.0"
"lit": "^3.0.0"
},

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

},
"gitHead": "a2e152f67e86309e4644814e00202254f7a59247"
"gitHead": "2398030758e126d7b8589db8f096aae13e755a6c"
}

Sorry, the diff of this file is not supported yet

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