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 10.16.0 to 10.16.1

6

CHANGELOG.md

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

## [10.16.1] - 2021-05-07
### Added
- The landing pages profile and story endpoints
## [10.16.0] - 2021-05-07

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

4

dist/calls.json

@@ -65,4 +65,4 @@ {

"createLandingPage": ["POST", "/landing_pages", ["logoUrl", "headerImageUrl", "headerText", "welcomeNote", "primaryColor"]],
"createLandingPageProfile": ["POST", "/landing_pages/:landing_page_id/users", ["userId", "landingPageId"]],
"createLandingPageStory": ["POST", "/landing_pages/:landing_page_id/stories", ["storyId", "landingPageId"]],
"createLandingPageProfile": ["POST", "/landing_pages/:landing_page_id/users", ["userId"]],
"createLandingPageStory": ["POST", "/landing_pages/:landing_page_id/stories", ["storyId"]],
"createMajor": ["POST", "/majors", ["name"]],

@@ -69,0 +69,0 @@ "createResident": ["POST", "/residents", ["name"]],

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

@@ -5,0 +5,0 @@ "main": "dist/client.js",

@@ -65,4 +65,4 @@ {

"createLandingPage": ["POST", "/landing_pages", ["logoUrl", "headerImageUrl", "headerText", "welcomeNote", "primaryColor"]],
"createLandingPageProfile": ["POST", "/landing_pages/:landing_page_id/users", ["userId", "landingPageId"]],
"createLandingPageStory": ["POST", "/landing_pages/:landing_page_id/stories", ["storyId", "landingPageId"]],
"createLandingPageProfile": ["POST", "/landing_pages/:landing_page_id/users", ["userId"]],
"createLandingPageStory": ["POST", "/landing_pages/:landing_page_id/stories", ["storyId"]],
"createMajor": ["POST", "/majors", ["name"]],

@@ -69,0 +69,0 @@ "createResident": ["POST", "/residents", ["name"]],

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