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

cmd-helper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-helper - npm Package Compare versions

Comparing version 0.2.3 to 0.2.6

2

lib/iduri.js

@@ -16,3 +16,3 @@ /*

DOUBLE_SLASH_RE = /([^:])\/{2,}/g, // double slash
TRIM_START_RELATIVE_RE = /^([./]*)(.*)/, // trim relative path at start
TRIM_START_RELATIVE_RE = /^((?:\/{1,2})?(?:\.{1,2}\/)*)([^/].*|$)/, // trim relative path at start
VERSION_RE = /^(\d+\.){2}\d+$/, // version

@@ -19,0 +19,0 @@ RELATIVE_RE = /^\.{1,2}[\\/]/, // relative path

{
"name": "cmd-helper",
"version": "0.2.3",
"version": "0.2.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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