social-links
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -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
189659