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

myob

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myob - npm Package Compare versions

Comparing version 1.0.0-beta to 1.0.1

lib/interceptors/logger.js

7

lib/client.js

@@ -31,2 +31,6 @@ 'use strict';

var _logger = require('./interceptors/logger');
var _logger2 = _interopRequireDefault(_logger);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -45,2 +49,3 @@

token = {}, logger = _nullLogger2.default, callback = async () => {}, username, password,
verbose = false,
timeout = 5000, apiBase = MYOB_BASE }) {

@@ -54,2 +59,3 @@ this.apiBase = apiBase;

this.password = password;
this.verbose = verbose;
this.clientId = clientId;

@@ -74,2 +80,3 @@ this.secret = secret;

(0, _rate_limit2.default)(instance, 5);
(0, _logger2.default)(instance, this);

@@ -76,0 +83,0 @@ if (this.clientId) {

6

package.json
{
"name": "myob",
"version": "1.0.0-beta",
"version": "1.0.1",
"main": "lib/index.js",

@@ -32,3 +32,3 @@ "repository": "git@github.com:ordermentum/myob-javascript-sdk.git",

"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@types/simple-oauth2": "^5.0.7",

@@ -57,2 +57,2 @@ "babel-cli": "6.26.0",

}
}
}
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