Socket
Socket
Sign inDemoInstall

@fixt/fixt-toolkit

Package Overview
Dependencies
3
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fixt/fixt-toolkit

A toolkit for Fixt apps.


Version published
Weekly downloads
2
increased by100%
Maintainers
6
Install size
45.4 kB
Created
Weekly downloads
 

Readme

Source

Fixt toolkit

Add functions used across multiple repos here.

All functions here must be tested!

Developing toolkit

Everything you add to toolkit must have 100% code coverage

You'll need to add a local .babelrc to run tests.

{
  "presets": ["es2015", "stage-0"]
}

Building toolkit

You need to compile toolkit, it uses es2015. Add this to webpack.

{
  test: /\.jsx?$/,
  loader: 'babel-loader',
  include: [path.join(__dirname, 'node_modules/fixt-toolkit')],
},

FAQs

Last updated on 17 Sep 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc