Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@ephox/katamari
Advanced tools
katamari
is a collection of various data structures and reusable higher-order functions. It does not bundle any commands. It is only a collection of modules.
katamari
is available as an npm
package. You can install it via the npm package @ephox/katamari
npm install @ephox/katamari
.
Note, refrain from using any modules that are not in the
api
package.
Below is a list of commonly used parts of katamari
Optional
: A representation of None or Some(x)Result
: A representation of Error(str) or Value(v)Future
: An abstraction over an asynchronous valueFutureResult
: A composition of a Result
and a Future
LazyValue
: An asynchronous value that is only calculated onceCell
: A mutable piece of dataSingleton
: A mutable piece of optional dataAdt
: An approximate representation of an Algebraic Data Type in JavaScript. It is based on the Church Encoding method.Arr
: collection of functions that operate on arraysObj
: collection of functions that operate on JavaScript objectsMerger
: collection of functions to merge JavaScript objectskatamari
uses bedrock
to run atomic tests. The tests are chiefly written using fast-check
$ yarn test
FAQs
Basic data type library
The npm package @ephox/katamari receives a total of 2,379 weekly downloads. As such, @ephox/katamari popularity was classified as popular.
We found that @ephox/katamari demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.