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

omnibelt

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omnibelt - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

4

jsdoc.json

@@ -12,5 +12,5 @@ {

"opts": {
"template": "node_modules/docdash",
"template": "./node_modules/docdash",
"readme": "./README.md",
"destination": "docs/",
"destination": "./docs/",
"recurse": true,

@@ -17,0 +17,0 @@ "verbose": true

{
"name": "omnibelt",
"description": "A utility belt that normalizes and wraps `Ramda` and `Lodash/FP`.",
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",

@@ -17,3 +17,3 @@ "main": "src/index.js",

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -40,3 +40,3 @@ "scripts": {

"lodash": "^4.17.21",
"ramda": "^0.27.1",
"ramda": "^0.28.0",
"string-format": "^2.0.0",

@@ -46,12 +46,13 @@ "stringify-object": "^3.3.0"

"devDependencies": {
"@losant/eslint-config-losant": "1.4.3",
"@losant/eslint-config-losant": "1.5.0",
"docdash": "^1.2.0",
"expect": "^26.6.2",
"fs-extra": "^9.0.1",
"expect": "^29.3.1",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"lint-staged": "^11.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jsdoc": "^4.0.0",
"lint-staged": "^13.0.3",
"present": "^1.0.0",
"taffydb": "^2.7.3",
"treis": "^2.6.0"

@@ -58,0 +59,0 @@ },

@@ -104,2 +104,15 @@ # Omnibelt

- `3.0.0`
- bumped .node-version to `16.17.1`
- drop support for node versions, 10, 12, 13, and 15
- bumped ramda version `0.28.0` (note in this version of ramda they release a function called `count`, omnibelt has a `count` function already so that ramda function is not included in this library)
- bumped @losant/eslint-config-losant to `1.5.0`
- bumped expect to `29.3.1`
- bumped fs-extra `10.1.0`
- bumped husky `8.0.2`
- bumped jest `29.3.1`
- bumped jsdoc `4.0.0`
- bumped lint-staged `13.0.3`
- added taffdb as a dev dependency for building the documentation
- `2.1.0`

@@ -106,0 +119,0 @@ - `mapP` waits for all promises to complete and then throw the first error if found

@@ -172,2 +172,8 @@ /**

* @memberof module:ramda
* @name collectBy
* @see {@link http://ramdajs.com/docs/#collectBy|R.collectBy}
*/
/**
* @func
* @memberof module:ramda
* @name comparator

@@ -191,14 +197,2 @@ * @see {@link http://ramdajs.com/docs/#comparator|R.comparator}

* @memberof module:ramda
* @name composeK
* @see {@link http://ramdajs.com/docs/#composeK|R.composeK}
*/
/**
* @func
* @memberof module:ramda
* @name composeP
* @see {@link http://ramdajs.com/docs/#composeP|R.composeP}
*/
/**
* @func
* @memberof module:ramda
* @name composeWith

@@ -234,8 +228,2 @@ * @see {@link http://ramdajs.com/docs/#composeWith|R.composeWith}

* @memberof module:ramda
* @name contains
* @see {@link http://ramdajs.com/docs/#contains|R.contains}
*/
/**
* @func
* @memberof module:ramda
* @name converge

@@ -757,8 +745,2 @@ * @see {@link http://ramdajs.com/docs/#converge|R.converge}

* @memberof module:ramda
* @name merge
* @see {@link http://ramdajs.com/docs/#merge|R.merge}
*/
/**
* @func
* @memberof module:ramda
* @name mergeAll

@@ -830,2 +812,14 @@ * @see {@link http://ramdajs.com/docs/#mergeAll|R.mergeAll}

* @memberof module:ramda
* @name modify
* @see {@link http://ramdajs.com/docs/#modify|R.modify}
*/
/**
* @func
* @memberof module:ramda
* @name modifyPath
* @see {@link http://ramdajs.com/docs/#modifyPath|R.modifyPath}
*/
/**
* @func
* @memberof module:ramda
* @name modulo

@@ -855,2 +849,8 @@ * @see {@link http://ramdajs.com/docs/#modulo|R.modulo}

* @memberof module:ramda
* @name partialObject
* @see {@link http://ramdajs.com/docs/#partialObject|R.partialObject}
*/
/**
* @func
* @memberof module:ramda
* @name negate

@@ -910,2 +910,8 @@ * @see {@link http://ramdajs.com/docs/#negate|R.negate}

* @memberof module:ramda
* @name on
* @see {@link http://ramdajs.com/docs/#on|R.on}
*/
/**
* @func
* @memberof module:ramda
* @name once

@@ -1013,14 +1019,2 @@ * @see {@link http://ramdajs.com/docs/#once|R.once}

* @memberof module:ramda
* @name pipeK
* @see {@link http://ramdajs.com/docs/#pipeK|R.pipeK}
*/
/**
* @func
* @memberof module:ramda
* @name pipeP
* @see {@link http://ramdajs.com/docs/#pipeP|R.pipeP}
*/
/**
* @func
* @memberof module:ramda
* @name pipeWith

@@ -1056,2 +1050,8 @@ * @see {@link http://ramdajs.com/docs/#pipeWith|R.pipeWith}

* @memberof module:ramda
* @name promap
* @see {@link http://ramdajs.com/docs/#promap|R.promap}
*/
/**
* @func
* @memberof module:ramda
* @name prop

@@ -1219,2 +1219,8 @@ * @see {@link http://ramdajs.com/docs/#prop|R.prop}

* @memberof module:ramda
* @name splitWhenever
* @see {@link http://ramdajs.com/docs/#splitWhenever|R.splitWhenever}
*/
/**
* @func
* @memberof module:ramda
* @name startsWith

@@ -1412,2 +1418,8 @@ * @see {@link http://ramdajs.com/docs/#startsWith|R.startsWith}

* @memberof module:ramda
* @name unwind
* @see {@link http://ramdajs.com/docs/#unwind|R.unwind}
*/
/**
* @func
* @memberof module:ramda
* @name update

@@ -1455,2 +1467,8 @@ * @see {@link http://ramdajs.com/docs/#update|R.update}

* @memberof module:ramda
* @name whereAny
* @see {@link http://ramdajs.com/docs/#whereAny|R.whereAny}
*/
/**
* @func
* @memberof module:ramda
* @name whereEq

@@ -1457,0 +1475,0 @@ * @see {@link http://ramdajs.com/docs/#whereEq|R.whereEq}

@@ -7,2 +7,3 @@ const r = require('ramda');

module.exports = r.omit([
'count',
'flip',

@@ -9,0 +10,0 @@ 'forEach',

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

const expect = require('expect');
const { expect } = require('expect');
const testHarness = require('../src/omnibelt/test-harness');

@@ -3,0 +3,0 @@ const testCases = require('../src/omnibelt/test-cases');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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