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

untool

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untool

javascript tooling platform

  • 2.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
82
increased by24.24%
Maintainers
5
Weekly downloads
 
Created
Source

untool

travis npm

This package is an (optional) consolidated entry point to all other @untool/* packages. It does not contain any meaningful code of its own, but you can use it to access our entire code base.

Please refer to the respective packages for further information:

Installation

$ yarn add untool # OR npm install untool

CLI

untool installs an executable called un in your project, allowing you to use it in your package.json scripts or simply with yarn:

$ yarn exec un start

API

Runtime

untool re-exports everything that @untool/core and @untool/react provide, meaning you can simply use it like this in your runtime code:

import { render, importComponent } from 'untool';

Core

untool re-exports everything that @untool/core, @untool/yargs, @untool/express, @untool/webpack and @untool/react provide. Use it in your Node.js code like this:

const { Mixin } = require('untool');

Settings

As untool aggregates all other @untool packages it includes all settings these provide.

FAQs

Package last updated on 24 Feb 2020

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