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

@bigbinary/neeto-commons-frontend

Package Overview
Dependencies
Maintainers
12
Versions
352
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.

  • 2.0.32
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.4K
decreased by-4.56%
Maintainers
12
Weekly downloads
 
Created
Source

neeto-commons-frontend

A library encapsulating common boilerplate frontend code required for all neeto products.

Name

Category

  • Set up axios
  • Set up globalProps
  • Set up translations
  • Set up mixpanel
  • Set up logger

Initializers

React utilities

Pure utility functions

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:

  1. Initializers
  2. React utilities
  3. Pure utility functions
  4. Web utility functions
  5. Default configurations

Other references

FAQs

Package last updated on 09 Feb 2023

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

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