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
3.1.0
to
3.1.1
+1
-1
index.js

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

const key = drive.alias || encode(drive.key)
const base = [drive.fork, drive.length, key, drive.hash && encode(drive.hash)].filter(Boolean).join('.')
const base = [drive.fork, drive.length, key, drive.hash && encode(drive.hash)].filter((p) => (p ?? '') + '').join('.')
return `${protocol}//${base}${pathname}${search}${hash}`

@@ -28,0 +28,0 @@ }

{
"name": "pear-link",
"version": "3.1.0",
"version": "3.1.1",
"description": "Parse Pear Links",

@@ -5,0 +5,0 @@ "main": "index.js",