Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pear-link

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pear-link - npm Package Compare versions

Comparing version
4.1.0
to
4.1.1
+1
-1
index.js

@@ -27,3 +27,3 @@ 'use strict'

serialize ({ protocol, pathname, search = '', hash = '', drive }) {
serialize ({ protocol = PEAR, pathname, search = '', hash = '', drive }) {
if (protocol === FILE) return `${protocol}//${pathname}${search}${hash}`

@@ -30,0 +30,0 @@

{
"name": "pear-link",
"version": "4.1.0",
"version": "4.1.1",
"description": "Parse Pear Links",

@@ -33,4 +33,3 @@ "main": "index.js",

"pear-aliases": "^1.0.0",
"pear-errors": "^1.0.0",
"which-runtime": "^1.2.1"
"pear-errors": "^1.0.0"
},

@@ -41,4 +40,5 @@ "devDependencies": {

"standard": "^17.1.0",
"url-file-url": "^1.0.5"
"url-file-url": "^1.0.5",
"which-runtime": "^1.2.1"
}
}