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
2
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 12.1.0 to 12.2.0

6

CHANGELOG.md

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

## [12.2.0] - 2022-02-01
### Added
- New endpoint to get story question requests
## [12.1.0] - 2022-01-13

@@ -11,0 +17,0 @@

1

dist/calls.json

@@ -198,2 +198,3 @@ {

"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"],
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"],
"getTrendingStoryQuestion": ["GET", "/trending_stories"],

@@ -200,0 +201,0 @@ "getUser": ["GET", "/users/:userId"],

4

package.json
{
"name": "@culturehq/client",
"version": "12.1.0",
"version": "12.2.0",
"description": "A JavaScript client that wraps the CultureHQ API",

@@ -23,3 +23,3 @@ "main": "dist/client.js",

"dependencies": {
"@rails/actioncable": "^6.0.1"
"@rails/actioncable": "^7.0.0"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -198,2 +198,3 @@ {

"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"],
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"],
"getTrendingStoryQuestion": ["GET", "/trending_stories"],

@@ -200,0 +201,0 @@ "getUser": ["GET", "/users/:userId"],

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