Socket
Socket
Sign inDemoInstall

fast-uri

Package Overview
Dependencies
Maintainers
10
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-uri - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

.taprc

1

index.js
'use strict'
const URL = require('node:url')
const { normalizeIPv6, normalizeIPv4, removeDotSegments, recomposeAuthority, normalizeComponentEncoding } = require('./lib/utils')

@@ -5,0 +4,0 @@ const SCHEMES = require('./lib/schemes')

{
"name": "fast-uri",
"description": "Dependency free RFC 3986 URI toolbox",
"version": "2.3.0",
"version": "2.3.1",
"main": "index.js",

@@ -12,3 +12,3 @@ "type": "commonjs",

"type": "git",
"url": "https://github.com/fastify/fast-uri"
"url": "git+https://github.com/fastify/fast-uri.git"
},

@@ -35,9 +35,5 @@ "bugs": {

"tap": "^16.0.0",
"tsd": "^0.29.0",
"tsd": "^0.31.0",
"uri-js": "^4.4.1"
},
"dependencies": {},
"tap": {
"check-coverage": false
}
}
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