New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@culturehq/client

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/client - npm Package Compare versions

Comparing version 6.6.1 to 6.6.2

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [6.6.2] - 2018-11-19
### Changed
- Getting this right this time, removing the added `get*Comment` calls added in `6.6.0` and instead just rolling with `getComment`.
## [6.6.1] - 2018-11-19

@@ -11,0 +15,0 @@ ### Changed

5

dist/calls.json

@@ -154,2 +154,3 @@ {

"getAutoRecognitionSettings": ["GET", "/recognitions/auto_recognition_settings"],
"getComment": ["GET", "/comments/:commentId"],
"getDepartment": ["GET", "/departments/:departmentId"],

@@ -159,5 +160,3 @@ "getDepartmentEventParticipation": ["GET", "/events/:eventId/department_event_participation"],

"getEventAnalytics": ["GET", "/analytics/events/:eventId"],
"getEventComment": ["GET", "/events/:eventId/comments/:commentId"],
"getEventPhoto": ["GET", "/events/:eventId/photos/:photoId"],
"getEventPhotoComment": ["GET", "/events/:eventId/photos/:photoId/comments/:commentId"],
"getEventRsvp": ["GET", "/events/:eventId/rsvps/:rsvpId"],

@@ -181,3 +180,2 @@ "getExpense": ["GET", "/events/:eventId/expenses/:expenseId"],

"getRecognition": ["GET", "/recognitions/:recognitionId"],
"getRecognitionComment": ["GET", "/recognitions/:recognitionId/comments/:commentId"],
"getRecognitionType": ["GET", "/recognitions/recognition_types/:recognitionTypeId"],

@@ -189,3 +187,2 @@ "getSurvey": ["GET", "/surveys/:surveyId"],

"getUser": ["GET", "/users/:userId"],
"getUserActivityComment": ["GET", "/user_activities/:userActivityId/comments/:commentId"],
"getUserEventTypeBreakdown": ["GET", "/users/:userId/event_type_breakdown"],

@@ -192,0 +189,0 @@ "getUserPointBreakdown": ["GET", "/users/:userId/point_breakdown"],

@@ -20,3 +20,3 @@ "use strict";

var headers = {
"X-Client-Version": "6.6.1",
"X-Client-Version": "6.6.2",
"Content-Type": "application/json"

@@ -23,0 +23,0 @@ };

{
"name": "@culturehq/client",
"version": "6.6.1",
"version": "6.6.2",
"description": "A JavaScript client that wraps the CultureHQ API",

@@ -5,0 +5,0 @@ "main": "dist/client.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