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

@ephox/polaris

Package Overview
Dependencies
Maintainers
1
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 3.0.24 to 3.0.25

6

package.json
{
"name": "@ephox/polaris",
"description": "This project does data manipulation on arrays and strings.",
"version": "3.0.24",
"version": "3.0.25",
"repository": {

@@ -22,3 +22,3 @@ "type": "git",

"@ephox/dom-globals": "^1.1.2",
"@ephox/katamari": "^2.4.20",
"@ephox/katamari": "^2.4.21",
"tslib": "^1.9.3"

@@ -36,3 +36,3 @@ },

"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts",
"gitHead": "c9e986dd8cd5c50b3e959edb6becdc8ef0c972b1"
"gitHead": "e4ce8abb44edb83607d3d2c8cb6be6a3feaaf08e"
}

@@ -15,5 +15,5 @@ import { Unicode, Fun } from '@ephox/katamari';

const chars = Fun.constant(charsStr) as () => string;
const wordbreak = Fun.constant(wordbreakStr) as () => string;
const wordchar = Fun.constant(wordcharStr) as () => string;
const chars = Fun.constant(charsStr);
const wordbreak = Fun.constant(wordbreakStr);
const wordchar = Fun.constant(wordcharStr);

@@ -20,0 +20,0 @@ export {

Sorry, the diff of this file is not supported yet

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