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

@misk/tabs

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@misk/tabs

Microservice Kontainer Tabs

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

Misk Tabs

This package provides Webpack externals for Misk tabs exported in the format @misktabs/{unique tabname}.

Getting Started

$ yarn add @misk/tabs
  • Use @misk/tabs externals to give access in Webpack repos to tabs libraries not locally installed. Add the following to your webpack.config.js.

    const MiskCommon = require('@misk/common')
    const MiskTabs = require('@misk/tabs')
    
    ...
    
    module.exports = {
      mode
      entry
      ...
      externals: { ...MiskCommon.externals, ...MiskTabs.externals },
    }
    
    

Tabs

  • @misktabs/config

Contributing

#Adding a new tab

  • Add package to window variable mapping to src/externals.ts
  • Update README.md with a copy of the updated package.json list of packages

Releasing

FAQs

Package last updated on 17 Aug 2018

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