🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/url-assembler

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/url-assembler - npm Package Compare versions

Comparing version

to
2.1.3

5

url-assembler/index.d.ts

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

// Type definitions for url-assembler 2.1
// Project: https://github.com/Floby/node-url-assembler
// Definitions by: Wolfgang Faust <https://github.com/wolfgang42>
// Alice Pote <https://github.com/alicewriteswrongs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as qs from "qs";

@@ -7,0 +2,0 @@

14

url-assembler/package.json
{
"name": "@types/url-assembler",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript definitions for url-assembler",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-assembler",

"name": "Wolfgang Faust",
"url": "https://github.com/wolfgang42",
"githubUsername": "wolfgang42"
"githubUsername": "wolfgang42",
"url": "https://github.com/wolfgang42"
},
{
"name": "Alice Pote",
"url": "https://github.com/alicewriteswrongs",
"githubUsername": "alicewriteswrongs"
"githubUsername": "alicewriteswrongs",
"url": "https://github.com/alicewriteswrongs"
}

@@ -31,4 +31,4 @@ ],

},
"typesPublisherContentHash": "d3050bba30c20dc967df1c5f83420b7e72e19ab42ef8360a2fbf8acada84aded",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "4adf4aa4fcf2873ebde8e3f7cce9f9c014b22f81b5195b7b630574d99173106e",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for url-assembler 2.1
// Project: https://github.com/Floby/node-url-assembler
// Definitions by: Wolfgang Faust <https://github.com/wolfgang42>
// Alice Pote <https://github.com/alicewriteswrongs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as qs from "qs";

@@ -48,7 +43,6 @@

### Additional Details
* Last updated: Wed, 30 Aug 2023 19:35:35 GMT
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: [@types/qs](https://npmjs.com/package/@types/qs)
* Global values: none
# Credits
These definitions were written by [Wolfgang Faust](https://github.com/wolfgang42), and [Alice Pote](https://github.com/alicewriteswrongs).