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

@schibsted/account-sdk-browser

Package Overview
Dependencies
Maintainers
8
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibsted/account-sdk-browser - npm Package Versions

1
10

3.0.0

Diff

Changelog

Source

v3.0.0 (2018-10-15)

schibstedbot
published 3.0.0-rc.21 •

Changelog

Source

v3.0.0-rc.21 (2018-10-10)

schibstedbot
published 3.0.0-rc.20 •

Changelog

Source

v3.0.0-rc.20 (2018-10-09)

Fixes

  • Setting a Varnish cookie (the SP_ID cookie) will now be done with a top-level domain as the domain value. So if done from some.sub.site.example, we will use domain=site.example. Thanks to @olekenneth for fixing it
schibstedbot
published 3.0.0-rc.19 •

Changelog

Source

v3.0.0-rc.19 (2018-09-28)

Breaking changes

  • If you are using the session-service, calls to Identity.hasSession will not return the obsolete userStatus or id fields (the numeric userId and the uuid fields are still returned).
  • Calling Identity.hasSession multiple times will now cause only one network call. While this call is running, other calls to Identity.hasSession will simply wait for that call to complete, and then they will all resolve to the same result

New features

  • We can communicate with the session-service instead of Schibsted account in Identity.hasSession, Monetization.hasProduct and Monetization.hasSubscription (quick howto; to opt into this, add a param sessionDomain: 'https://id.site.example' to the constructor for Identity and Monetization)
t0rarvid
published 3.1.0-itp.4 •

t0rarvid
published 3.1.0-itp.3 •

schibstedbot
published 3.0.0-rc.18 •

Changelog

Source

v3.0.0-rc.18 (2018-09-18 — second one today, yay 🎉)

Breaking changes

  • The Identity.logout() function is no longer an async function, and now does a full-page redirect to the Schibsted account domain to log the user out. This is because we can't trust that the XHR way of logging people out will work for Safari 12 users. Sorry for the breaking change, but at least it works in a consistent way. It now also takes a parameter redirectUri that defaults to the redirectUri from the Identity constructor. The browser will be redirected there after Schibsted account has logged the user out
schibstedbot
published 3.0.0-rc.17 •

Changelog

Source

v3.0.0-rc.17 (2018-09-18)

Fixes

  • Varnish cookie fixes: 1) The localstorage item was wrongly cleared when calling Identity.enableVarnishCookie(), and 2) The varnish cookie was not removed correctly when calling Identity.logout().
t0rarvid
published 3.1.0-itp.2 •

schibstedbot
published 3.0.0-rc.16 •

Changelog

Source

v3.0.0-rc.16 (2018-09-14)

Fixes

  • ITP: Set the z-index of the ITP dialog to a "zooper high value" to 🤞🏼 ensure 🤞🏼 that it hovers above the main site content
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