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

jrus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jrus - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

10

dist/server.js

@@ -91,7 +91,5 @@ 'use strict';

var _ref4 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
var ctx, result;
var ctx,
result,
_args3 = arguments;
return regeneratorRuntime.wrap(function _callee3$(_context3) {

@@ -109,3 +107,3 @@ while (1) {

_context3.next = 6;
return services[service][action].bind(ctx)(args);
return services[service][action].bind(ctx).apply(undefined, _args3);

@@ -112,0 +110,0 @@ case 6:

2

package.json
{
"name": "jrus",
"version": "1.1.6",
"version": "1.1.7",
"description": "Jrus is a server-client communication utility package, which facilitates **seamless** remote procedure call.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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