interweave-autolink
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,6 @@ | ||
# 1.3.1 - 11/10/17 | ||
#### 🛠 Internal | ||
* Tested against React 16.1. | ||
* Improved build process. | ||
# 1.3.0 - 10/23/17 | ||
@@ -2,0 +7,0 @@ #### 🚀 New |
@@ -15,6 +15,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -55,3 +51,3 @@ | ||
(0, _classCallCheck3.default)(this, Email); | ||
return (0, _possibleConstructorReturn3.default)(this, (Email.__proto__ || (0, _getPrototypeOf2.default)(Email)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (Email.__proto__ || Object.getPrototypeOf(Email)).apply(this, arguments)); | ||
} | ||
@@ -58,0 +54,0 @@ |
@@ -7,6 +7,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -53,3 +49,3 @@ | ||
(0, _classCallCheck3.default)(this, EmailMatcher); | ||
return (0, _possibleConstructorReturn3.default)(this, (EmailMatcher.__proto__ || (0, _getPrototypeOf2.default)(EmailMatcher)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (EmailMatcher.__proto__ || Object.getPrototypeOf(EmailMatcher)).apply(this, arguments)); | ||
} | ||
@@ -56,0 +52,0 @@ |
@@ -15,6 +15,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -55,3 +51,3 @@ | ||
(0, _classCallCheck3.default)(this, Hashtag); | ||
return (0, _possibleConstructorReturn3.default)(this, (Hashtag.__proto__ || (0, _getPrototypeOf2.default)(Hashtag)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (Hashtag.__proto__ || Object.getPrototypeOf(Hashtag)).apply(this, arguments)); | ||
} | ||
@@ -58,0 +54,0 @@ |
@@ -7,6 +7,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -53,3 +49,3 @@ | ||
(0, _classCallCheck3.default)(this, HashtagMatcher); | ||
return (0, _possibleConstructorReturn3.default)(this, (HashtagMatcher.__proto__ || (0, _getPrototypeOf2.default)(HashtagMatcher)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (HashtagMatcher.__proto__ || Object.getPrototypeOf(HashtagMatcher)).apply(this, arguments)); | ||
} | ||
@@ -56,0 +52,0 @@ |
@@ -11,6 +11,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -53,3 +49,3 @@ | ||
(0, _classCallCheck3.default)(this, IpMatcher); | ||
return (0, _possibleConstructorReturn3.default)(this, (IpMatcher.__proto__ || (0, _getPrototypeOf2.default)(IpMatcher)).call(this, name, (0, _extends3.default)({}, options, { | ||
return (0, _possibleConstructorReturn3.default)(this, (IpMatcher.__proto__ || Object.getPrototypeOf(IpMatcher)).call(this, name, (0, _extends3.default)({}, options, { | ||
validateTLD: false | ||
@@ -56,0 +52,0 @@ }), factory)); |
@@ -7,6 +7,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -49,3 +45,3 @@ | ||
(0, _classCallCheck3.default)(this, Link); | ||
return (0, _possibleConstructorReturn3.default)(this, (Link.__proto__ || (0, _getPrototypeOf2.default)(Link)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (Link.__proto__ || Object.getPrototypeOf(Link)).apply(this, arguments)); | ||
} | ||
@@ -52,0 +48,0 @@ |
@@ -15,6 +15,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -55,3 +51,3 @@ | ||
(0, _classCallCheck3.default)(this, Url); | ||
return (0, _possibleConstructorReturn3.default)(this, (Url.__proto__ || (0, _getPrototypeOf2.default)(Url)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (Url.__proto__ || Object.getPrototypeOf(Url)).apply(this, arguments)); | ||
} | ||
@@ -58,0 +54,0 @@ |
@@ -11,6 +11,2 @@ 'use strict'; | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -59,3 +55,3 @@ | ||
(0, _classCallCheck3.default)(this, UrlMatcher); | ||
return (0, _possibleConstructorReturn3.default)(this, (UrlMatcher.__proto__ || (0, _getPrototypeOf2.default)(UrlMatcher)).call(this, name, (0, _extends3.default)({ | ||
return (0, _possibleConstructorReturn3.default)(this, (UrlMatcher.__proto__ || Object.getPrototypeOf(UrlMatcher)).call(this, name, (0, _extends3.default)({ | ||
customTLDs: [], | ||
@@ -62,0 +58,0 @@ validateTLD: true |
{ | ||
"name": "interweave-autolink", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "URL, IP, email, and hashtag autolinking support for Interweave.", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "build-lib ./src -d ./lib" | ||
"build": "build-lib --react" | ||
}, | ||
@@ -26,10 +26,10 @@ "repository": "https://github.com/milesj/interweave/tree/master/packages/interweave-autolink", | ||
"peerDependencies": { | ||
"interweave": "^8.0.1", | ||
"interweave": "^8.0.2", | ||
"react": "^15.3.0 || ^16.0.0" | ||
}, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.35.0", | ||
"interweave": "^8.0.1", | ||
"react": "^16.0.0" | ||
"@milesj/build-tool-config": "^0.41.2", | ||
"interweave": "^8.0.2", | ||
"react": "^16.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268944
35
1870