New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nauverse/make-url

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nauverse/make-url - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

4

dist/index.d.ts

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

export * from "./makeURL";
export { default as makeURL } from "./makeURL";
export * from './makeURL';
export { default as makeURL } from './makeURL';

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

import type { IConfig, IDomainData, IProtocolData, IURLArrayData } from "../types";
import { IConfig, IDomainData, IProtocolData, IURLArrayData } from '../types';
/**

@@ -3,0 +4,0 @@ * Detects the domain in a given string.

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

import type { IParams, IConfig } from "./types";
import { IParams, IConfig } from './types';
export declare const BASE_DEFAULT_MAKE_URL_CONFIG: IConfig;

@@ -3,0 +4,0 @@ /**

@@ -29,3 +29,3 @@ {

],
"version": "1.10.1",
"version": "1.10.2",
"type": "module",

@@ -66,5 +66,5 @@ "main": "./dist/make-url.umd.cjs",

"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@vitest/coverage-v8": "1.4.0",

@@ -78,6 +78,6 @@ "eslint": "8.57.0",

"typescript": "5.4.3",
"vite": "5.2.6",
"vite-plugin-dts": "3.7.3",
"vite": "5.2.7",
"vite-plugin-dts": "3.8.1",
"vitest": "1.4.0"
}
}
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