Socket
Socket
Sign inDemoInstall

tiged

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiged - npm Package Compare versions

Comparing version 2.12.4 to 2.12.5

2

package.json
{
"name": "tiged",
"version": "2.12.4",
"version": "2.12.5",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8.0.0"

@@ -404,3 +404,3 @@ const fs = require('fs-extra');

const tld = tldMatch ? tldMatch[0] : null;
const siteName = tld ? site.replace(tld, '') : site;
const siteName = tld ? site.replace(new RegExp(tld + '$'), '') : site;

@@ -407,0 +407,0 @@ const user = match[4];

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