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

@types/querystringify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/querystringify - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

querystringify/index.d.ts

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

// Type definitions for querystringify 2.0
// Project: https://github.com/unshiftio/querystringify
// Definitions by: Ilya Verbitskiy <https://github.com/ilich>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

@@ -7,0 +2,0 @@ export function parse(query: string): object;

15

querystringify/package.json
{
"name": "@types/querystringify",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for querystringify",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify",
"license": "MIT",

@@ -9,15 +10,17 @@ "contributors": [

"name": "Ilya Verbitskiy",
"url": "https://github.com/ilich",
"githubUsername": "ilich"
"githubUsername": "ilich",
"url": "https://github.com/ilich"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/querystringify"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "4be00a56a4a7694d302044ba4acb76fa91ecae583f8fe13a114a8ee09e7d10b8",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f4ddb3e7ce73c333c6832c0ef59103ea752540694ede55b23168597ae8e0e0a6",
"typeScriptVersion": "4.5"
}

18

querystringify/README.md

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/querystringify/index.d.ts)
````ts
// TypeScript Version: 2.2
export function parse(query: string): object;
Additional Details
* Last updated: Wed, 20 Jun 2018 00:10:18 GMT
// TypeScript Version: 2.2
export function stringify(obj: object, prefix?: string | boolean): string;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Ilya Verbitskiy <https://github.com/ilich>.
These definitions were written by [Ilya Verbitskiy](https://github.com/ilich).

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