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

@d-fischer/shared-utils

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d-fischer/shared-utils - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

es/functions/object/groupBy.mjs

6

lib/functions/match/match.js

@@ -13,5 +13,9 @@ "use strict";

exports.match = match;
var eq = function (x) { return function (y) { return x === y; }; };
var eq = function (x) {
return function (y) {
return x === y;
};
};
exports.eq = eq;
match.eq = exports.eq;
//# sourceMappingURL=match.js.map

@@ -11,2 +11,3 @@ export { Enumerable } from './decorators/Enumerable';

export { forEachObjectEntry } from './functions/object/forEachObjectEntry';
export { groupBy } from './functions/object/groupBy';
export { indexBy } from './functions/object/indexBy';

@@ -13,0 +14,0 @@ export { mapObject } from './functions/object/mapObject';

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.utf8Substring = exports.utf8Length = exports.splitWithLimit = exports.padLeft = exports.delay = exports.mapOptional = exports.mapNullable = exports.isNullish = exports.pick = exports.omit = exports.mapObject = exports.indexBy = exports.forEachObjectEntry = exports.entriesToObject = exports.arrayToObject = exports.eq = exports.match = exports.deprecateClass = exports.resolveConfigValue = exports.partitionedFlatMap = exports.flatten = exports.Enumerable = void 0;
exports.utf8Substring = exports.utf8Length = exports.splitWithLimit = exports.padLeft = exports.delay = exports.mapOptional = exports.mapNullable = exports.isNullish = exports.pick = exports.omit = exports.mapObject = exports.indexBy = exports.groupBy = exports.forEachObjectEntry = exports.entriesToObject = exports.arrayToObject = exports.eq = exports.match = exports.deprecateClass = exports.resolveConfigValue = exports.partitionedFlatMap = exports.flatten = exports.Enumerable = void 0;
var Enumerable_1 = require("./decorators/Enumerable");

@@ -23,2 +23,4 @@ Object.defineProperty(exports, "Enumerable", { enumerable: true, get: function () { return Enumerable_1.Enumerable; } });

Object.defineProperty(exports, "forEachObjectEntry", { enumerable: true, get: function () { return forEachObjectEntry_1.forEachObjectEntry; } });
var groupBy_1 = require("./functions/object/groupBy");
Object.defineProperty(exports, "groupBy", { enumerable: true, get: function () { return groupBy_1.groupBy; } });
var indexBy_1 = require("./functions/object/indexBy");

@@ -25,0 +27,0 @@ Object.defineProperty(exports, "indexBy", { enumerable: true, get: function () { return indexBy_1.indexBy; } });

{
"name": "@d-fischer/shared-utils",
"version": "3.2.0",
"version": "3.3.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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