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

social-links

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social-links - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

4

lib/profiles/twitter.js

@@ -10,7 +10,7 @@ "use strict";

match: '(https?://)?(www.)?twitter.com/@?({PROFILE_ID})/?', group: 3, type: types_1.TYPE_DESKTOP,
pattern: 'https://twitter.com/{PROFILE_ID}'
pattern: 'https://x.com/{PROFILE_ID}'
},
{
match: '(https?://)?mobile.twitter.com/@?({PROFILE_ID})/?', group: 2, type: types_1.TYPE_MOBILE,
pattern: 'https://mobile.twitter.com/{PROFILE_ID}'
pattern: 'https://x.com/{PROFILE_ID}'
},

@@ -17,0 +17,0 @@ { match: '@?({PROFILE_ID})', group: 1 },

{
"name": "social-links",
"version": "1.15.0",
"version": "1.15.1",
"description": "Validate & sanitize social links",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

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