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

@ephox/katamari

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/katamari - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

2

lib/main/ts/ephox/katamari/api/Arr.js
import { Option } from './Option';
import Type from 'ephox/katamari/api/Type';
import Type from './Type';
// Use the native Array.indexOf if it is available (IE9+) otherwise fall back to manual iteration

@@ -4,0 +4,0 @@ // https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf

{
"name": "@ephox/katamari",
"version": "2.1.7",
"version": "2.1.8",
"description": "Basic data type library",

@@ -5,0 +5,0 @@ "repository": {

import { Option } from './Option';
import Type from 'ephox/katamari/api/Type';
import Type from './Type';

@@ -4,0 +4,0 @@ type Morphism<T, U> = (a: T) => U;

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