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

react-native-htmlview

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-htmlview - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

.npmignore

18

example/Example.js

@@ -18,7 +18,7 @@ import React from 'react';

<span class="c00">
<b><i>&gt; Dwayne’s only companion at night was a Labrador retriever named Sparky.</i></b>
<b><i>&gt; Dwayne’s only companion at night was a Labrador retriever named Sparky.</i></b>
<p>
<i>Sparky could not wag his tail-because of an automobile accident many years ago, so he had no way of telling other dogs how friendly he was.
He opened the door of the cage, something Bill couldn’t have done in a thousand years. Bill flew over to a windowsill.
<b>The undippable flag was a beauty, and the anthem and the vacant motto might not have mattered much, if it weren’t for this: a lot of citizens were so ignored and cheated and insulted that they thought they might be in the wrong country, or even on the wrong planet, that some terrible mistake had been made.
He opened the door of the cage, something Bill couldn’t have done in a thousand years. Bill flew over to a windowsill.
<b>The undippable flag was a beauty, and the anthem and the vacant motto might not have mattered much, if it weren’t for this: a lot of citizens were so ignored and cheated and insulted that they thought they might be in the wrong country, or even on the wrong planet, that some terrible mistake had been made.
</p>

@@ -30,8 +30,8 @@ <p>

<h1>Dwayne’s only companion at night</h1>
<h2>Dwayne’s only companion at night</h2>
<h3>Dwayne’s only companion at night</h3>
<h4>Dwayne’s only companion at night</h4>
<h5>Dwayne’s only companion at night</h5>
<h6>Dwayne’s only companion at night</h6>
<h1>Dwayne’s only companion at night</h1>
<h2>Dwayne’s only companion at night</h2>
<h3>Dwayne’s only companion at night</h3>
<h4>Dwayne’s only companion at night</h4>
<h5>Dwayne’s only companion at night</h5>
<h6>Dwayne’s only companion at night</h6>
ayyy

@@ -38,0 +38,0 @@

@@ -79,5 +79,5 @@ import React, {Component, PropTypes} from 'react';

if (this.state.element) {
return <View children={this.state.element} />;
return <View children={this.state.element} styles={this.props.styles} />;
}
return <View />;
return <View styles={this.props.styles} />;
}

@@ -89,2 +89,3 @@ }

stylesheet: PropTypes.object,
styles: PropTypes.object,
onLinkPress: PropTypes.func,

@@ -91,0 +92,0 @@ onError: PropTypes.func,

{
"name": "react-native-htmlview",
"version": "0.7.1",
"version": "0.7.2",
"description": "A component which renders HTML content as native views",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -112,3 +112,3 @@ # React Native HTMLView

If you're getting the error "undefined is not an object (evaluating 'RCTLinkingManager.openURL’)” from the LinkingIOS API, try adding ‘RCTLinking' to the project's 'Linked Frameworks and Libraries’. You might have to find RCTLinking.xcodeproj in the react-native package dir and drag that into your main Xcode project first.
If you're getting the error "undefined is not an object (evaluating 'RCTLinkingManager.openURL’)” from the LinkingIOS API, try adding ‘RCTLinking' to the project's 'Linked Frameworks and Libraries’. You might have to find RCTLinking.xcodeproj in the react-native package dir and drag that into your main Xcode project first.

@@ -115,0 +115,0 @@

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