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

beeftools

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beeftools - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

dist/beeftools.es.js

@@ -246,2 +246,3 @@ function arrayDedupe(...arrays) {

classNames,
classNames as clx,
convertUnknownError,

@@ -270,3 +271,4 @@ debounce,

typedObjectKeys,
variationName
variationName,
variationName as vrx
};

@@ -249,2 +249,3 @@ (function(global, factory) {

exports2.classNames = classNames;
exports2.clx = classNames;
exports2.convertUnknownError = convertUnknownError;

@@ -274,3 +275,4 @@ exports2.debounce = debounce;

exports2.variationName = variationName;
exports2.vrx = variationName;
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
});

@@ -43,3 +43,5 @@ export declare type AnyFn = (...args: any[]) => any;

export declare function classNames(baseName: string, ...args: ClassNameArgs): string;
declare function classNames(baseName: string, ...args: ClassNameArgs): string;
export { classNames }
export { classNames as clx }

@@ -137,4 +139,6 @@ export declare function convertUnknownError(error: unknown): BasicError;

export declare function variationName(prefix: string, variant?: string, styles?: CSSModuleClasses): string;
declare function variationName(prefix: string, variant?: string, styles?: CSSModuleClasses): string;
export { variationName }
export { variationName as vrx }
export { }
{
"name": "beeftools",
"version": "0.0.3",
"version": "0.0.4",
"description": "Common front-end utilities and types",

@@ -5,0 +5,0 @@ "author": "Curtis Dulmage",

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