interweave-autolink
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -0,1 +1,7 @@ | ||
### 4.4.1 - 2021-03-07 | ||
#### 🐞 Fixes | ||
- Include source folder for source maps work correctly. | ||
## 4.4.0 - 2021-01-18 | ||
@@ -2,0 +8,0 @@ |
@@ -6,5 +6,5 @@ import React from 'react'; | ||
href: string; | ||
key?: string | number; | ||
key?: number | string; | ||
newWindow?: boolean; | ||
onClick?: () => void | null; | ||
onClick?: () => null | void; | ||
} | ||
@@ -34,3 +34,3 @@ export interface EmailProps extends Partial<LinkProps> { | ||
path: string; | ||
port: string | number; | ||
port: number | string; | ||
query: string; | ||
@@ -37,0 +37,0 @@ scheme: string; |
function _extends2() { _extends2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends2.apply(this, arguments); } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } | ||
@@ -6,0 +8,0 @@ |
@@ -7,4 +7,6 @@ // Generated with Packemon: https://packemon.dev | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } | ||
@@ -11,0 +13,0 @@ |
{ | ||
"name": "interweave-autolink", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "URL, IP, email, and hashtag autolinking support for Interweave.", | ||
@@ -17,2 +17,8 @@ "keywords": [ | ||
"types": "./dts/index.d.ts", | ||
"files": [ | ||
"dts/**/*.d.ts", | ||
"esm/**/*.{js,map}", | ||
"lib/**/*.{js,map}", | ||
"src/**/*.{ts,tsx,json}" | ||
], | ||
"sideEffects": false, | ||
@@ -34,3 +40,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"interweave-ssr": "^1.2.0", | ||
"interweave-ssr": "^1.2.1", | ||
"react": "^17.0.1" | ||
@@ -45,3 +51,3 @@ }, | ||
}, | ||
"gitHead": "a0f490151c458f78d389173da74e48b54504a52d" | ||
"gitHead": "ad7f0faa34408104791cbef152dcecd0e57d3e85" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
86986
1925
0