Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ephox/polaris

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/polaris - npm Package Compare versions

Comparing version 6.0.2-alpha.1 to 6.0.3

2

CHANGELOG.md

@@ -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

2

lib/main/ts/ephox/polaris/words/Words.d.ts

@@ -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

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