Socket
Socket
Sign inDemoInstall

linkify-react

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

8

dist/linkify-react.js

@@ -13,5 +13,3 @@ var Linkify = (function (React, linkifyjs) {

enumerable: true,
get: function () {
return e[k];
}
get: function () { return e[k]; }
});

@@ -21,3 +19,3 @@ }

}
n['default'] = e;
n["default"] = e;
return Object.freeze(n);

@@ -204,2 +202,2 @@ }

}(React, linkify));
})(React, linkify);

@@ -178,2 +178,2 @@ import * as React from 'react';

export default Linkify;
export { Linkify as default };

@@ -15,5 +15,3 @@ 'use strict';

enumerable: true,
get: function () {
return e[k];
}
get: function () { return e[k]; }
});

@@ -23,3 +21,3 @@ }

}
n['default'] = e;
n["default"] = e;
return Object.freeze(n);

@@ -26,0 +24,0 @@ }

{
"name": "linkify-react",
"version": "3.0.3",
"version": "3.0.4",
"description": "React element interface for linkifyjs",
"main": "index.js",
"module": "dist/linkify-react.module.js",
"scripts": {

@@ -7,0 +8,0 @@ "build": "rollup -c rollup.config.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc