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

@bedrock-ui/utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-ui/utils - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

lib/cjs/utils/countBy/countBy.d.ts

1

lib/cjs/index.d.ts
export { capitalize } from './utils/capitalize';
export { countBy } from './utils/countBy';
export { chunk } from './utils/chunk';

@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy';

4

lib/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.range = exports.orderBy = exports.omit = exports.keyBy = exports.isEmptyObject = exports.groupBy = exports.chunk = exports.capitalize = void 0;
exports.range = exports.orderBy = exports.omit = exports.keyBy = exports.isEmptyObject = exports.groupBy = exports.chunk = exports.countBy = exports.capitalize = void 0;
var capitalize_1 = require("./utils/capitalize");
Object.defineProperty(exports, "capitalize", { enumerable: true, get: function () { return capitalize_1.capitalize; } });
var countBy_1 = require("./utils/countBy");
Object.defineProperty(exports, "countBy", { enumerable: true, get: function () { return countBy_1.countBy; } });
var chunk_1 = require("./utils/chunk");

@@ -7,0 +9,0 @@ Object.defineProperty(exports, "chunk", { enumerable: true, get: function () { return chunk_1.chunk; } });

export { capitalize } from './utils/capitalize';
export { countBy } from './utils/countBy';
export { chunk } from './utils/chunk';

@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy';

export { capitalize } from './utils/capitalize';
export { countBy } from './utils/countBy';
export { chunk } from './utils/chunk';

@@ -3,0 +4,0 @@ export { groupBy } from './utils/groupBy';

{
"name": "@bedrock-ui/utils",
"version": "0.3.2",
"version": "0.3.3",
"description": "Bedrock UI Utils",

@@ -5,0 +5,0 @@ "author": "Matthew Wolfe",

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