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
0
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/client - npm Package Versions

1
1011

5.0.3

Diff

Changelog

Source

[5.0.3] - 2018-08-13

Changed

  • Bind the new fetch property to the child window when running skipPreflightChecks because otherwise it won't pick up the new domain.
kddeisz
published 5.0.2 •

Changelog

Source

[5.0.2] - 2018-08-13

Changed

  • Bind the new fetch property to the parent window when running skipPreflightChecks.
kddeisz
published 5.0.1 •

Changelog

Source

[5.0.1] - 2018-08-13

Changed

  • Bind fetch properly to the window in order to avoid illegal invocation errors.
  • Don't use the createConsumer named export from ActionCable, just use the main object (doesn't appear to work otherwise).
kddeisz
published 5.0.0 •

Changelog

Source

[5.0.0] - 2018-08-13

Added

  • The skipPreflightChecks named export that handles building an iframe to match domains and skip preflight CORS checks.

Changed

  • Build an iframe and change the domain in order to avoid preflight checks.
  • Moved the WebSocket exports into their own named exports and out of the main client: onEventStarting, onLeaderboardUpdated, onNotificationReceived, onRecognitionCreated, and onUserActivityCreated.
  • Moved the autoPaginate function into its own named export.
  • Moved endUserSimulation, isSimulating, and startUserSimulation functions into their own named exports.
  • Moved the signed in state functions into their own named exports: isSignedIn, setToken, signIn, and signOut.
kddeisz
published 4.1.0 •

Changelog

Source

[4.1.0] - 2018-08-11

Added

  • The onEventStarting websocket call.
kddeisz
published 4.0.1 •

Changelog

Source

[4.0.1] - 2018-08-08

Changed

  • Bump actioncable dependency.
kddeisz
published 4.0.0 •

Changelog

Source

[4.0.0] - 2018-08-02

Changed

  • Moved the url-polyfill to dev dependencies. It's now the consumer's responsibility to load it.
  • Removed the store dependency, just using localStorage directly.
  • Removed the unnecessary index.js file, instead just using client.js as the main export.
kddeisz
published 3.1.0 •

Changelog

Source

[3.1.0] - 2018-08-01

Added

  • The getMicrosoftIntegration call.
kddeisz
published 3.0.1 •

Changelog

Source

[3.0.1] - 2018-07-31

Changed

  • Don't include NODE_ENV in the inlined environment variables.
kddeisz
published 3.0.0 •

Changelog

Source

[3.0.0] - 2018-07-31

Changed

  • The name of the package has been changed to @culturehq/client.
  • The main export is no longer a class, it's just a singleton JavaScript object. No need to instantiate it at all. As such the endpoints are no longer configurable, they're just constants now.
1
1011
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