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.27 to 3.0.28

2

lib/main/ts/ephox/polaris/api/Arrays.d.ts

@@ -1,2 +0,2 @@

import { Splitting } from './Main';
import { Splitting } from './Splitting';
declare type BoundAtApi = <T, T2>(xs: T[], left: T2, right: T2, comparator: (a: T2, b: T) => boolean) => T[];

@@ -3,0 +3,0 @@ declare const boundAt: BoundAtApi;

@@ -10,3 +10,3 @@ import { Adt } from '@ephox/katamari';

};
// tslint:disable-next-line
// tslint:disable-next-line:variable-name
export var Splitting = {

@@ -13,0 +13,0 @@ include: adt.include,

{
"name": "@ephox/polaris",
"description": "This project does data manipulation on arrays and strings.",
"version": "3.0.27",
"version": "3.0.28",
"repository": {

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

"@ephox/dom-globals": "^1.1.2",
"@ephox/katamari": "^2.4.23",
"@ephox/katamari": "^2.4.24",
"tslib": "^1.9.3"

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

"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts",
"gitHead": "ded390ea447c9e7b68957b9539f3b61961e790e6"
"gitHead": "7eb76ab93f9233ab2f921c65c6abd5823f5a300a"
}
import * as Boundaries from '../array/Boundaries';
import * as Slice from '../array/Slice';
import * as Split from '../array/Split';
import { Splitting } from './Main';
import { Splitting } from './Splitting';

@@ -23,2 +23,2 @@ type BoundAtApi = <T, T2>(xs: T[], left: T2, right: T2, comparator: (a: T2, b: T) => boolean) => T[];

boundAt
};
};

@@ -38,3 +38,3 @@ import { Adt } from '@ephox/katamari';

// tslint:disable-next-line
// tslint:disable-next-line:variable-name
export const Splitting = {

@@ -45,2 +45,2 @@ include: adt.include,

cata
};
};

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