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

gatsby-teamtailor-users

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-teamtailor-users - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

gatsby-node.js

@@ -17,3 +17,3 @@ const fetch = require('node-fetch');

const transformedUsers = users.map(({ id, attributes }) => ({
id,
teamtailorId: id,
name: attributes.name,

@@ -30,3 +30,3 @@ title: attributes.title,

...user,
id: createNodeId(`teamtailor-user-${user.id}`),
id: createNodeId(`teamtailor-user-${user.teamtailorId}`),
children: [],

@@ -33,0 +33,0 @@ parent: null,

{
"name": "gatsby-teamtailor-users",
"version": "1.0.0",
"version": "1.1.0",
"description": "A plugin for getting teamtailor users in gatsby",

@@ -5,0 +5,0 @@ "main": "gatsby-node.js",

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