Socket
Socket
Sign inDemoInstall

fairmont

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont - npm Package Compare versions

Comparing version 1.0.0-alpha-06 to 1.0.0-alpha-07

2

package.json
{
"name": "fairmont",
"version": "1.0.0-alpha-06",
"version": "1.0.0-alpha-07",
"description": "A collection of useful functions and utilities.",

@@ -5,0 +5,0 @@ "files": [

@@ -54,3 +54,3 @@ # Fairmont

f_and, f_or, f_not, f_eq, f_neq
f_and, f_or, negate, f_eq, f_neq

@@ -76,3 +76,4 @@ [logical]:src/logical.litcoffee

deep_equal, type, is_type, instance_of
deep_equal, type, is_type, instance_of,
is_string, is_function

@@ -87,8 +88,20 @@ [type]:src/type.litcoffee

fold, foldr, map, filter, any, all, each, cat, slice,
first, last, rest, take, leave, drop, includes, unique_by,
unique, uniq, flatten, dupes, union, intersection, remove, shuffle
cat, slice, first, second, third, last, rest,
includes, unique_by, unique, uniq, dupes, union, intersection,
remove, shuffle
[array]:src/array.litcoffee
### Iterator Functions
* [API Reference][it]
>
is_iterable, iterator, is_iterator, iterate,
collect, map, fold, foldr, select, reject, any, all, zip, unzip,
assoc, project, flatten, partition, take, leave, skip, sample
[it]:src/iterator.litcoffee
### Crypto Functions

@@ -95,0 +108,0 @@

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