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

myob

Package Overview
Dependencies
Maintainers
1
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 0.3.8 to 0.3.9

2

lib/resources/resource.js

@@ -26,3 +26,3 @@ 'use strict';

client.logger.info('findAll', { path: this.path, filter: filter, orderBy: orderBy, top: top, skip: skip });
return client.get(this.path, { $filter: filter, $orderby: orderBy, $top: top, $skip: skip }).then(function (response) {
return client.get(this.path, { params: { $filter: filter, $orderby: orderBy, $top: top, $skip: skip } }).then(function (response) {
return response[name];

@@ -29,0 +29,0 @@ });

{
"name": "myob",
"version": "0.3.8",
"version": "0.3.9",
"main": "lib/index.js",

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

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