Socket
Socket
Sign inDemoInstall

@types/mdurl

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

mdurl/format.d.ts

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

import { Url } from './';
import { Url } from "./";

@@ -3,0 +3,0 @@ declare function format(url: Url): string;

@@ -5,6 +5,6 @@ // Type definitions for mdurl 1.0

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import encode = require('./encode');
import decode = require('./decode');
import parse = require('./parse');
import format = require('./format');
import encode = require("./encode");
import decode = require("./decode");
import parse = require("./parse");
import format = require("./format");

@@ -22,7 +22,2 @@ export interface Url {

export {
encode,
decode,
parse,
format
};
export { decode, encode, format, parse };
{
"name": "@types/mdurl",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for mdurl",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdurl",
"license": "MIT",

@@ -14,11 +15,12 @@ "contributors": [

"main": "",
"types": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/mdurl"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "55901ccf45e8744ad241fd6beb7750d1c1f77d7fe727ac575e234c1431eb5bca",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "42f41158cf3b4122feb29c28ecc9f1a1df2dab36529839389a20db480871dc89",
"typeScriptVersion": "4.5"
}

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

import { Url } from './';
import { Url } from "./";

@@ -3,0 +3,0 @@ declare function parse(input: string, slashesDenoteHost?: boolean): Url;

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdurl
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdurl.
Additional Details
* Last updated: Wed, 17 Oct 2018 20:11:23 GMT
### Additional Details
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Junyoung Choi <https://github.com/rokt33r>.
These definitions were written by [Junyoung Choi](https://github.com/rokt33r).

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