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

to
9.0.0-beta.4

9

CHANGELOG.md

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

## [9.0.0-beta.4](https://github.com/hatiolab/operato/compare/v9.0.0-beta.3...v9.0.0-beta.4) (2025-01-20)
### :bug: Bug Fix
* esm module ([0402232](https://github.com/hatiolab/operato/commit/04022327fa47eac64eaf3c56eeec55b9ace13e0e))
## [9.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-beta.11...v9.0.0-beta.0) (2025-01-13)

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

2

dist/src/index.d.ts

@@ -1,1 +0,1 @@

export * from './pull-to-refresh';
export * from './pull-to-refresh.js';

@@ -1,2 +0,2 @@

export * from './pull-to-refresh';
export * from './pull-to-refresh.js';
//# sourceMappingURL=index.js.map
/**
* inspired by https://github.com/jiangfengming/pull-to-refresh
*/
import './pull-to-refresh-control';
import './pull-to-refresh-control.js';
export declare function pulltorefresh(opts: any): boolean | (() => void);
/**
* inspired by https://github.com/jiangfengming/pull-to-refresh
*/
import './pull-to-refresh-control';
import './pull-to-refresh-control.js';
function ontouchpan({ element, animates, onpanstart, onpanmove, onpanend }) {

@@ -6,0 +6,0 @@ let touchId, startX, startY, panstartCalled;

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

"author": "heartyoh",
"version": "9.0.0-beta.0",
"version": "9.0.0-beta.4",
"type": "module",
"main": "dist/src/index.js",

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

},
"gitHead": "22a89f0f8bf5b197ae03f409776c2d2d08cf29aa"
"gitHead": "d1d762cc701221021637fda95f7399ca641afb6e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet