Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pulltorefreshjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pulltorefreshjs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

pulltorefreshjs/index.d.ts

@@ -6,6 +6,11 @@ // Type definitions for pulltorefreshjs 0.1

// Samuel Bodin <https://github.com/bodinsamuel>
// Stefan Langeder <https://github.com/slangeder>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function init(options?: Options): void;
export function init(options?: Options): PullToRefreshInstance;
export interface PullToRefreshInstance {
destroy(): void;
}
export function destroyAll(): void;

@@ -12,0 +17,0 @@

11

pulltorefreshjs/package.json
{
"name": "@types/pulltorefreshjs",
"version": "0.1.3",
"version": "0.1.4",
"description": "TypeScript definitions for pulltorefreshjs",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "bodinsamuel"
},
{
"name": "Stefan Langeder",
"url": "https://github.com/slangeder",
"githubUsername": "slangeder"
}

@@ -33,4 +38,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "8cfdea23ba6e6abcb474ac1908925563a03ad7e682818eb363ed7b928724517b",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "9f8f2de6ead4213417411aa453b3ce35dd1802c107208fc6393dbe7c95ed091d",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 11 Feb 2020 17:07:15 GMT
* Last updated: Thu, 19 Nov 2020 19:07:50 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `PullToRefresh`

# Credits
These definitions were written by Daniel Rosenwasser (https://github.com/DanielRosenwasser), Tamas Kinsztler (https://github.com/humpedli), and Samuel Bodin (https://github.com/bodinsamuel).
These definitions were written by [Daniel Rosenwasser](https://github.com/DanielRosenwasser), [Tamas Kinsztler](https://github.com/humpedli), [Samuel Bodin](https://github.com/bodinsamuel), and [Stefan Langeder](https://github.com/slangeder).

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