gatsby-teamtailor-users
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3873
4
2