Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netlify-identity-widget

Package Overview
Dependencies
Maintainers
12
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-identity-widget - npm Package Compare versions

Comparing version 1.5.6 to 1.6.0

12

CHANGELOG.md

@@ -10,2 +10,14 @@ # Changelog

## [v1.6.0](https://github.com/netlify/netlify-identity-widget/compare/v1.5.6...v1.6.0) - 2020-05-08
### Merged
- added refresh method from gotrue [`#237`](https://github.com/netlify/netlify-identity-widget/pull/237)
- Bump handlebars from 4.2.0 to 4.5.3 in /example/react [`#228`](https://github.com/netlify/netlify-identity-widget/pull/228)
- Bump handlebars from 4.2.1 to 4.5.3 [`#227`](https://github.com/netlify/netlify-identity-widget/pull/227)
### Commits
- updating README [`2a0a7ba`](https://github.com/netlify/netlify-identity-widget/commit/2a0a7ba909fd79f4fed00637af5bad54b242d4f4)
## [v1.5.6](https://github.com/netlify/netlify-identity-widget/compare/v1.5.5...v1.5.6) - 2019-12-02

@@ -12,0 +24,0 @@

2

package.json
{
"name": "netlify-identity-widget",
"description": "Netlify Identity widget for easy integration",
"version": "1.5.6",
"version": "1.6.0",
"author": "Matt Biilmann <matt@netlify.com>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -74,2 +74,5 @@ # Netlify Identity Widget

netlifyIdentity.logout();
// refresh the user's JWT
// Note: this method returns a promise.
netlifyIdentity.refresh().then((jwt)=>console.log(jwt))
```

@@ -117,2 +120,6 @@

// refresh the user's JWT
// Note: this method returns a promise.
netlifyIdentity.refresh().then((jwt)=>console.log(jwt))
// Access the underlying GoTrue JS client.

@@ -119,0 +126,0 @@ // Note that doing things directly through the GoTrue client brings a risk of getting out of

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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