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

balena-auth

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-auth - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-update-deps-e18e48f6dcc2e6a1a4535ea3472b856de61435d2

2

build/api-key.js

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

var token_1 = require("./token");
var APIKey = (function () {
var APIKey = /** @class */ (function () {
function APIKey(key) {

@@ -25,0 +25,0 @@ /**

@@ -26,6 +26,6 @@ "use strict";

var jwt_1 = require("./jwt");
var BalenaAuth = (function () {
var BalenaAuth = /** @class */ (function () {
function BalenaAuth(_a) {
var _this = this;
var _b = _a === void 0 ? {} : _a, dataDirectory = _b.dataDirectory, _c = _b.tokenKey, tokenKey = _c === void 0 ? 'token' : _c;
var _this = this;
// Storage related methods

@@ -32,0 +32,0 @@ /**

@@ -23,3 +23,3 @@ "use strict";

var token_1 = require("./token");
var JWT = (function () {
var JWT = /** @class */ (function () {
function JWT(key) {

@@ -26,0 +26,0 @@ var _this = this;

@@ -7,4 +7,8 @@ # Change Log

## v3.0.0 - 2018-10-18
## 3.0.1 - 2020-01-20
* Update dependencies [Pagan Gazzard]
## v3.0.0 - 2018-10-17
* Rename everything 'resin' to 'balena' [Tim Perry]

@@ -11,0 +15,0 @@

{
"name": "balena-auth",
"version": "3.0.0",
"version": "3.0.1-update-deps-e18e48f6dcc2e6a1a4535ea3472b856de61435d2",
"description": "Balena session authentication utilities",

@@ -39,4 +39,3 @@ "main": "build/auth.js",

"prereadme": "npm run build",
"readme": "jsdoc2md --template doc/README.hbs build/*.js > README.md",
"precommit": "npm run lint && npm run test:node -- --reporter dot"
"readme": "jsdoc2md --template doc/README.hbs build/*.js > README.md"
},

@@ -49,5 +48,7 @@ "author": "Balena Team <hello@balena.io>",

"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"@types/node": "^8.10.59",
"balena-config-karma": "^2.3.0",
"balena-settings-client": "^4.0.0",
"catch-uncommitted": "^1.0.0",
"husky": "^0.14.3",
"husky": "^4.0.10",
"jsdoc-to-markdown": "^3.0.0",

@@ -58,19 +59,22 @@ "jsonwebtoken": "^7.3.0",

"mochainon": "^2.0.0",
"prettier": "~1.14.2",
"prettier": "^1.19.1",
"require-npm4-to-publish": "^1.0.0",
"balena-config-karma": "^2.3.0",
"balena-settings-client": "^4.0.0",
"rimraf": "^2.6.1",
"ts-node": "^3.3.0",
"tslint": "^5.5.0",
"typescript": "2.4.2"
"typescript": "^3.7.5"
},
"dependencies": {
"@types/bluebird": "3.5.21",
"@types/bluebird": "^3.5.29",
"@types/jwt-decode": "^2.2.1",
"bluebird": "^3.0.0",
"jwt-decode": "^2.1.0",
"balena-errors": "^3.0.0",
"balena-settings-storage": "^5.0.0"
"balena-errors": "^4.2.1",
"balena-settings-storage": "^5.0.0",
"bluebird": "^3.7.2",
"jwt-decode": "^2.2.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test:node -- --reporter dot"
}
}
}

Sorry, the diff of this file is not supported yet

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