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

hal-browser

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hal-browser - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

assets/icon/authenticate.svg

8

changelog.md

@@ -0,1 +1,8 @@

0.7.4 (2019-05-05)
==================
* Default icons for the following rels: `authenticate`, `authenticated-as`,
`register-user`, `logout` from [draft-pot-authentication-link][authentication-link].
0.7.3 (2019-04-17)

@@ -186,1 +193,2 @@ ==================

[link-hint]: https://tools.ietf.org/html/draft-nottingham-link-hint
[authentication-link]: https://tools.ietf.org/html/draft-pot-authentication-link-00

22

dist/index.js

@@ -22,7 +22,3 @@ "use strict";

* - about
* - alternate
* - collection
* - item
* - stylesheet
* - up
* - via

@@ -38,2 +34,11 @@ *

},
'authenticate': {
showLabel: true,
defaultTitle: 'Sign in',
},
'authenticated-as': {
priority: 30,
showLabel: true,
defaultTitle: 'Logged in',
},
'author': {

@@ -71,2 +76,7 @@ showLabel: true,

},
'logout': {
priority: 30,
showLabel: true,
defaultTitle: 'Sign out',
},
'next': {

@@ -86,2 +96,6 @@ position: 'pager',

},
'register-user': {
showLabel: true,
defaultTitle: 'Register user',
},
'search': true,

@@ -88,0 +102,0 @@ };

4

package.json
{
"name": "hal-browser",
"version": "0.7.3",
"version": "0.7.4",
"description": "A HAL browser middleware",
"main": "dist/index.js",
"scripts": {
"prepublish": "make build",
"prepublishOnly": "make build",
"test": "make lint test",

@@ -9,0 +9,0 @@ "tsc": "tsc"

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