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

@cspell/cspell-service-bus

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-service-bus - npm Package Compare versions

Comparing version 7.0.1-alpha.6 to 7.0.1-alpha.7

2

dist/cjs/createRequestHandler.js

@@ -9,3 +9,3 @@ "use strict";

function createIsRequestHandlerFn(isA, fn) {
return (dispatcher) => (next) => (request) => isA(request) ? fn(request, next, dispatcher) : next(request);
return (dispatcher) => (next) => (request) => (isA(request) ? fn(request, next, dispatcher) : next(request));
}

@@ -12,0 +12,0 @@ exports.createIsRequestHandlerFn = createIsRequestHandlerFn;

@@ -5,3 +5,3 @@ export function createRequestHandler(requestDef, fn, name, description) {

export function createIsRequestHandlerFn(isA, fn) {
return (dispatcher) => (next) => (request) => isA(request) ? fn(request, next, dispatcher) : next(request);
return (dispatcher) => (next) => (request) => (isA(request) ? fn(request, next, dispatcher) : next(request));
}

@@ -8,0 +8,0 @@ export function createIsRequestHandler(isA, fn, name, description) {

@@ -6,3 +6,3 @@ {

},
"version": "7.0.1-alpha.6",
"version": "7.0.1-alpha.7",
"description": "A Library for connecting requests to services that can fulfill them.",

@@ -58,3 +58,3 @@ "keywords": [

},
"gitHead": "42a31c7216a9af068ae4b7c3921f8edd327f756f"
"gitHead": "719c2f9f55c79d35074f8493a37de6f40077325d"
}

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