Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-link-preview

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-link-preview - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

4

index.js

@@ -52,6 +52,6 @@ /**

static _getTitle(doc) {
let title = doc('title').text();
let title = doc('meta[property=\'og:title\']').attr('content');
if (!title) {
title = doc('meta[property=\'og:title\']').attr('content');
title = doc('title').text();
}

@@ -58,0 +58,0 @@

{
"name": "react-native-link-preview",
"version": "1.1.0",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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