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

@quartz/teams

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quartz/teams

Team composition and metadata for integrations

  • 3.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by100%
Maintainers
6
Weekly downloads
 
Created
Source

Teams

npm version

This repo contains team information and metadata to assist in building integrations, e.g., a Slack bot.

const { dev } = require( '@quartz/teams' );

const janesSlackUserId = dev
	.find( user => 'jane' === user.githubUsername )
	.slackUserId;

Updating NPM modules

This repo is published as a scoped NPM module: @quartz/teams

When you make updates to NPM modules, you will need to update the version of the package, publish it, then update the dependency in projects that use it.

You probably want to do steps 1-3 and include step 4 in your pull request.

  1. Make sure you have an NPM account and it has been added to the @quartz organization.

  2. Log in to NPM: npm login

  3. Update the package version:

    cd /path/to/my-package
    npm version [patch|minor|major]
    
  4. Commit the version change.

  5. Make sure everything is correct! There is no undo!

  6. Publish the new version: npm publish

  7. Update the dependency in projects that use the package, e.g.:

    cd /path/to/my-project-that-uses-my-package
    npm update --save-dev my-package@1.0.1
    

FAQs

Package last updated on 10 Jun 2022

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