Socket
Socket
Sign inDemoInstall

mini-url

Package Overview
Dependencies
3
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.5 to 2.1.7

8

package.json
{
"name": "mini-url",
"description": "Lightweight isomorphic url parser.",
"version": "2.1.5",
"version": "2.1.7",
"author": "Dylan Piercey <pierceydylan@gmail.com>",

@@ -11,3 +11,3 @@ "browser": {

"dependencies": {
"get-loc": "^2.0.4",
"get-loc": "^2.0.5",
"window-var": "^1.0.11"

@@ -54,3 +54,3 @@ },

"type": "git",
"url": "https://github.com/DylanPiercey/header-field"
"url": "https://github.com/DylanPiercey/mini-url"
},

@@ -60,3 +60,3 @@ "scripts": {

"coveralls": "cat coverage/lcov.info | coveralls",
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write",
"format-all": "find {src,test} -name '*.ts' | xargs prettier --write",
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts",

@@ -63,0 +63,0 @@ "precommit": "lint-staged && npm test && npm run build",

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