New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigbinary/neeto-commons-frontend

Package Overview
Dependencies
Maintainers
3
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigbinary/neeto-commons-frontend

A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.

4.13.25
latest
npm
Version published
Weekly downloads
4.4K
31.09%
Maintainers
3
Weekly downloads
 
Created
Source

neeto-commons-frontend

A library that packages common boilerplate frontend code necessary for all neeto products.

Category

Name

Initializers

React utilities

Pure utility functions

Moved into @bigbinary/neeto-cist

Web utility functions

Installation Instructions

Install from npm:

yarn add "@bigbinary/neeto-commons-frontend@latest"

This package relies on the host project's tailwind configuration. So add neeto-commons-frontend to your project's tailwind.config.js file:

module.exports = {
  purge: {
    content: [
      // ... other content directories
      "./node_modules/@bigbinary/neeto-commons-frontend/**/*.js",
    ],
  },
  // ... other tailwind config options
};

Usage

This package exports five different sets of functions and components. Click on them to read more:

Other references

Testing using yalc

All our build files are in dist folder, so when you publish make sure to pass the dist dir.

yalc publish dist

FAQs

Package last updated on 18 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts