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
6
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 2.0.0-alpha.28 to 2.0.0-alpha.51

9

CHANGELOG.md

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

## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
### :bug: Bug Fix
* upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)

@@ -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": "2.0.0-alpha.28",
"version": "2.0.0-alpha.51",
"main": "dist/src/index.js",

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

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

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

},
"gitHead": "458e804ceb0e7cd5c4aa9d3bb7fe64c1f5bd61a3"
"gitHead": "22f2d7d9f6e6b6062a1b8d9178d6a17ae3f37755"
}

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