Socket
Socket
Sign inDemoInstall

@types/jquery.pjax

Package Overview
Dependencies
2
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.30 to 0.0.31

16

jquery.pjax/index.d.ts

@@ -25,3 +25,3 @@ // Type definitions for jquery-pjax

*/
container?: string;
container?: string | undefined;

@@ -31,3 +31,3 @@ /**

*/
push?: boolean;
push?: boolean | undefined;

@@ -37,3 +37,3 @@ /**

*/
replace?: boolean;
replace?: boolean | undefined;

@@ -43,3 +43,3 @@ /**

*/
maxCacheLength?: number;
maxCacheLength?: number | undefined;

@@ -49,3 +49,3 @@ /**

*/
version?: string | (() => string);
version?: string | (() => string) | undefined;

@@ -56,3 +56,3 @@ /**

*/
scrollTo?: number | boolean;
scrollTo?: number | boolean | undefined;

@@ -62,3 +62,3 @@ /**

*/
target?: EventTarget;
target?: EventTarget | undefined;

@@ -68,3 +68,3 @@ /**

*/
fragment?: string;
fragment?: string | undefined;
}

@@ -71,0 +71,0 @@

{
"name": "@types/jquery.pjax",
"version": "0.0.30",
"version": "0.0.31",
"description": "TypeScript definitions for jquery-pjax",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.pjax",
"license": "MIT",

@@ -9,9 +10,12 @@ "contributors": [

"name": "Junle Li",
"url": "https://github.com/lijunle"
"url": "https://github.com/lijunle",
"githubUsername": "lijunle"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jquery.pjax"
},

@@ -22,5 +26,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "8e7194b8eb21f12388ac4838991777c780992d407ade15bddfcbf1323e84efb6",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "fcc08b8a2e5cc3fc22fb98bf1683e33619ad39023d9ae34f904f4e5dc4335080",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.pjax
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.pjax.
Additional Details
* Last updated: Mon, 26 Jun 2017 14:01:14 GMT
* Dependencies: jquery
### Additional Details
* Last updated: Thu, 08 Jul 2021 16:22:39 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)
* Global values: none
# Credits
These definitions were written by Junle Li <https://github.com/lijunle>.
These definitions were written by [Junle Li](https://github.com/lijunle).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc