Socket
Socket
Sign inDemoInstall

quidproquo-core

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quidproquo-core - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

3

lib/stories/askProcessEvent.d.ts

@@ -1,2 +0,1 @@

declare function askProcessEvent(...args: any): Generator<any, any, any>;
export default askProcessEvent;
export declare function askProcessEvent(...args: any): Generator<any, any, any>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.askProcessEvent = void 0;
const EventActionRequester_1 = require("../actions/event/EventActionRequester");

@@ -17,6 +18,6 @@ const SystemActionRequester_1 = require("../actions/system/SystemActionRequester");

// Execute the story
const result = yield* (0, SystemActionRequester_1.askExecuteStory)("route", src, runtime, [http]);
const result = yield* (0, SystemActionRequester_1.askExecuteStory)('route', src, runtime, [http]);
// return the result of the story back to the event caller
return yield* (0, EventActionRequester_1.askEventTransformResponseResult)(result);
}
exports.default = askProcessEvent;
exports.askProcessEvent = askProcessEvent;
{
"name": "quidproquo-core",
"version": "0.0.16",
"version": "0.0.17",
"description": "",

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

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