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

react-inlinesvg

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-inlinesvg - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/index.js

@@ -84,2 +84,5 @@ var InlineSVGError, PropTypes, React, Status, XHR, configurationError, createError, delay, httpError, isSupportedEnvironment, me, once, span, supportsInlineSVG, unsupportedBrowserError,

handleResponse: function(txt) {
if (!this.isMounted()) {
return;
}
return this.setState({

@@ -86,0 +89,0 @@ loadedText: txt,

3

package.json
{
"name": "react-inlinesvg",
"version": "0.1.0",
"version": "0.1.1",
"description": "An SVG loader for React",

@@ -37,2 +37,3 @@ "main": "./lib/index.js",

"keywords": [
"react-component",
"react",

@@ -39,0 +40,0 @@ "svg",

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