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

borders-rest-client

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borders-rest-client - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

6

lib/test-backends/index.js

@@ -15,3 +15,9 @@ 'use strict';

});
Object.defineProperty(exports, 'getRequestFromStubCall', {
enumerable: true,
get: function get() {
return _stub.getRequestFromStubCall;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

7

lib/test-backends/stub.js

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

});
exports.getRequestFromStubCall = undefined;

@@ -122,2 +123,4 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; // eslint-disable-next-line import/no-extraneous-dependencies

const getRequestFromStubCall = exports.getRequestFromStubCall = stubCall => stubCall.args[0];
exports.default = () => {

@@ -175,4 +178,2 @@ const stub = _sinon2.default.stub();

return backend;
};
module.exports = exports['default'];
};
{
"name": "borders-rest-client",
"version": "4.0.0",
"version": "4.1.0",
"description": "Specification for system border rest-client",

@@ -5,0 +5,0 @@ "author": "Actano GmbH (https://rplan.com/)",

// eslint-disable-next-line import/prefer-default-export
export { default as stubBackend } from './stub'
export { default as stubBackend, getRequestFromStubCall } from './stub'

@@ -44,2 +44,4 @@ // eslint-disable-next-line import/no-extraneous-dependencies

export const getRequestFromStubCall = stubCall => stubCall.args[0]
export default () => {

@@ -46,0 +48,0 @@ const stub = sinon.stub()

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