@ephox/polaris
Advanced tools
Comparing version 6.0.2-alpha.1 to 6.0.3
@@ -9,2 +9,4 @@ # Changelog | ||
## 6.0.2 - 2022-06-29 | ||
### Fixed | ||
@@ -11,0 +13,0 @@ - Fixed incorrect `Regexes.link` URL detection for path segments that contain valid characters such as `!` and `:` #TINY-5074 |
@@ -5,4 +5,4 @@ export interface WordOptions { | ||
} | ||
declare const getWords: <T>(chars: T[], extract: (char: T) => string, options?: WordOptions | undefined) => T[][]; | ||
declare const getWords: <T>(chars: T[], extract: (char: T) => string, options?: WordOptions) => T[][]; | ||
export { getWords }; | ||
//# sourceMappingURL=Words.d.ts.map |
{ | ||
"name": "@ephox/polaris", | ||
"description": "This project does data manipulation on arrays and strings.", | ||
"version": "6.0.2-alpha.1", | ||
"version": "6.0.3", | ||
"repository": { | ||
@@ -22,7 +22,7 @@ "type": "git", | ||
"dependencies": { | ||
"@ephox/katamari": "^9.0.2-alpha.1", | ||
"@ephox/katamari": "^9.0.3", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ephox/katamari-assertions": "^4.0.2-alpha.1" | ||
"@ephox/katamari-assertions": "^4.0.3" | ||
}, | ||
@@ -40,3 +40,3 @@ "scripts": { | ||
"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts", | ||
"gitHead": "4cd38d393d1458a6c6643c1e1cb0078462e772b1" | ||
"gitHead": "d16b897df187b9dce130b7ac4da68830f2ad528f" | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
246423
1
Updated@ephox/katamari@^9.0.3