New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

54

index.js
exports.dev = [
{
dispatcher: true,
displayName: 'Angelina Bethoney',
displayName: 'Angelina',
fullName: 'Angelina Bethoney',
githubUserName: 'ambethoney',

@@ -12,3 +13,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: false,
displayName: 'April Daley',
displayName: 'April',
fullName: 'April Daley',
githubUserName: 'a-daley',

@@ -21,3 +23,4 @@ preferredEmoji: ':hibiscus',

dispatcher: true,
displayName: 'Brendan Hamill',
displayName: 'Brendan',
fullName: 'Brendan Hamill',
githubUserName: 'bhammy',

@@ -30,3 +33,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Chris Zarate',
displayName: 'Chris',
fullName: 'Chris Zarate',
githubUserName: 'chriszarate',

@@ -39,3 +43,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'David Dodson',
displayName: 'David',
fullName: 'David Dodson',
githubUserName: 'ddqz',

@@ -48,3 +53,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Hal Lee',
displayName: 'Hal',
fullName: 'Hal Lee',
githubUserName: 'hallee',

@@ -57,3 +63,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Henry Brown',
displayName: 'Henry',
fullName: 'Henry Brown',
githubUserName: 'brohenry',

@@ -66,3 +73,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'James Shakespeare',
displayName: 'James',
fullName: 'James Shakespeare',
githubUserName: 'jshakes',

@@ -75,3 +83,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Jessica Wray',
displayName: 'Jess',
fullName: 'Jessica Wray',
githubUserName: 'wrayjs',

@@ -84,3 +93,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: false,
displayName: 'John Keefe',
displayName: 'John',
fullName: 'John Keefe',
githubUserName: 'jkeefe',

@@ -93,3 +103,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Kait Hoehne',
displayName: 'Kait',
fullName: 'Kait Hoehne',
githubUserName: 'k-vosswinkel',

@@ -102,3 +113,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Katsunobu Ishida',
displayName: 'Katz',
fullName: 'Katsunobu Ishida',
githubUserName: 'ishida',

@@ -111,3 +123,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Larry Natalicio',
displayName: 'Larry',
fullName: 'Larry Natalicio',
githubUserName: 'larry-natalicio',

@@ -120,3 +133,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: false,
displayName: 'Micah Ernst',
displayName: 'Micah',
fullName: 'Micah Ernst',
githubUserName: 'micahwave',

@@ -129,3 +143,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Scott Lindquist',
displayName: 'Scott',
fullName: 'Scott Lindquist',
githubUserName: 'slindquist3',

@@ -138,3 +153,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Steve Daley',
displayName: 'Steve',
fullName: 'Steve Daley',
githubUserName: 'sdaley06',

@@ -147,3 +163,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Tatsuya Oiwa',
displayName: 'Tatsuya',
fullName: 'Tatsuya Oiwa',
githubUserName: 'tatsuyaoiw',

@@ -156,3 +173,4 @@ preferredEmoji: ':hibiscus:',

dispatcher: true,
displayName: 'Yitz Jordan',
displayName: 'Yitz',
fullName: 'Yitz Jordan',
githubUserName: 'ylove',

@@ -159,0 +177,0 @@ preferredEmoji: ':hibiscus:',

{
"name": "@quartz/teams",
"version": "1.0.1",
"version": "1.0.2",
"description": "Team composition and metadata for integrations",

@@ -5,0 +5,0 @@ "main": "index.js",

# Teams
[![npm version](https://badge.fury.io/js/%40quartz%2Fteams.png)](https://badge.fury.io/js/%40quartz%2Fteams)
This repo contains team information and metadata to assist in building
integrations, e.g., a Slack bot.
```
```js
const { dev } = require( '@quartz/teams' );

@@ -8,0 +10,0 @@

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