Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.0-bump-dependencies-f33dfb3181e49f92c648c769eab89c84c7333901

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
## 4.0.0 - 2019-07-17
* Bump all dependencies to the latest available ones [Stevche Radevski]
## 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": "4.0.0-bump-dependencies-f33dfb3181e49f92c648c769eab89c84c7333901",
"description": "Balena session authentication utilities",

@@ -36,39 +36,43 @@ "main": "build/auth.js",

"prettify": "prettier --use-tabs --single-quote --write \"lib/*.ts\" \"tests/**/*.ts\"",
"prepublish": "require-npm4-to-publish",
"prepack": "npm test",
"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"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test:node"
}
},
"author": "Balena Team <hello@balena.io>",
"license": "Apache-2.0",
"devDependencies": {
"@resin.io/types-mochainon": "^2.0.1",
"@types/jsonwebtoken": "^7.2.3",
"@types/mocha": "^2.2.42",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/jsonwebtoken": "^8.3.2",
"@types/mocha": "^5.2.7",
"@types/node": "^8.0.26",
"catch-uncommitted": "^1.0.0",
"husky": "^0.14.3",
"jsdoc-to-markdown": "^3.0.0",
"jsonwebtoken": "^7.3.0",
"karma": "^1.7.0",
"mocha": "^3.5.0",
"mochainon": "^2.0.0",
"prettier": "~1.14.2",
"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"
"balena-config-karma": "^2.3.1",
"balena-settings-client": "^4.0.1",
"catch-uncommitted": "^1.3.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"husky": "^3.0.0",
"jsdoc-to-markdown": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"karma": "^4.2.0",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/bluebird": "3.5.21",
"@types/bluebird": "^3.5.27",
"@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.1.0",
"balena-settings-storage": "^5.0.0",
"bluebird": "^3.5.5",
"jwt-decode": "^2.2.0"
}
}

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