Socket
Socket
Sign inDemoInstall

linkifyjs

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkifyjs - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

.DS_Store

6

CHANGELOG.md
# Linkify Changelog
### v2.1.9
* Move optional dependencies to peerdependencies (#282)
* Fix `npm install` displays vulnerabilities. (#265)
* Fix typo (#275)
### v2.1.8

@@ -4,0 +10,0 @@

19

package.json
{
"name": "linkifyjs",
"version": "2.1.8",
"version": "2.1.9",
"description": "Intelligent link recognition, made easy",

@@ -50,4 +50,5 @@ "repository": {

"gulp-wrap": "^0.13.0",
"jquery": ">= 1.11.0",
"jsdom": "^11.12.0",
"karma": "^3.1.4",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",

@@ -59,8 +60,10 @@ "karma-firefox-launcher": "^1.0.1",

"lazypipe": "^1.0.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"merge-stream": "^1.0.0",
"mocha": "^5.2.0",
"nyc": "^11.9.0",
"nyc": "^13.3.0",
"phantomjs-prebuilt": "^2.1.15",
"qunitjs": "^1.14.0",
"react": ">= 0.14.0",
"react-dom": ">= 0.14.0",
"requirejs": "^2.3.6",

@@ -71,7 +74,7 @@ "rollup": "~0.40.0",

},
"optionalDependencies": {
"jquery": "^3.3.1",
"react": "^16.4.2",
"react-dom": "^16.4.2"
"peerDependencies": {
"jquery": ">= 1.11.0",
"react": ">= 0.14.0",
"react-dom": ">= 0.14.0"
}
}

@@ -53,2 +53,8 @@ # Linkify

or [Yarn](https://yarnpkg.com/)
```
yarn add linkifyjs
```
or [Bower](http://bower.io/)

@@ -181,3 +187,3 @@

Linkify works on all modern brwosers.
Linkify works on all modern browsers.

@@ -184,0 +190,0 @@ Linkify natively supports Internet Explorer 9 and above. Internet Explorer 8 is unofficially supported with a polyfill.

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