Socket
Book a DemoInstallSign in
Socket
b

bwca

npm

Packages

Current Co-maintainers

Former Co-maintainers

14 packages

css-types

Package for creating typings for stylesheet files.

eslint-plugin-react-css-module-hints

The plugin's goal is to warn you when you import a css/scss module and then attempt to use a class which does not exist there. Pretty simple, it addition it will provide a list of all available classes from that module in hints, so that you can fix the pr

iso-datestring-validator

The goal of the package is to provide lightweight tools for validating strings denotings dates and time. It includes ISO 8601 datestring validation, simple YYYY-MM-DD date validation and time validation in hh:mm:ss.fff format. See details in readme.

@merry-solutions/cli

Generate application components based on templates using command line.

@merry-solutions/debounce

Simple debounce factory function that creates an async version of a passed function which executes after a given delay. Built with typescript and promises.

@merry-solutions/memoize-decorator

A function to decorate methods and memoize their results to speed up further requests done with the same arguments.

@merry-solutions/react-check-permissions

Check user permissions and conditional component rendering.

@merry-solutions/typed-date-converter

This package provides an approach for converting primitives to object date types and vice versa, with automatic type conversion, eliminating the need to create new interfaces in typescript or using generics for date typing.

@merry-solutions/typed-empty-fields-filter

This package provides functions for filtering arrays of objects based on empty values for given fields, returning arrays of modified types. Go check readme for more information.

@merry-solutions/type-filter

Type filter is a package, the purpose of which is to provide proper typing to filtered results. The types are now narrowed according to the filtering condition.

ngx-typed-reactive-form

Make Angular Reactive Forms strongly typed with generics.

print-form-field-component

A web component intented to be used for creating filled forms for printing with html.

property-string-path

Generate type safe dot paths to object properties based on an interface.

shift-cipher

A simple package for encrypting and decrypting strings using Caesar cipher-like technique.