Socket
Socket
Sign inDemoInstall

quidproquo-core

Package Overview
Dependencies
1
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.181 to 0.0.182

lib/commonjs/config/settings/applicationVersion.d.ts

1

lib/commonjs/config/settings/index.d.ts

@@ -5,2 +5,3 @@ export * from './emailTemplates';

export * from './applicationName';
export * from './applicationVersion';
export * from './moduleName';

@@ -7,0 +8,0 @@ export * from './buildPath';

@@ -21,2 +21,3 @@ "use strict";

__exportStar(require("./applicationName"), exports);
__exportStar(require("./applicationVersion"), exports);
__exportStar(require("./moduleName"), exports);

@@ -23,0 +24,0 @@ __exportStar(require("./buildPath"), exports);

2

lib/commonjs/stories/askProcessEvent.d.ts

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

export declare function askProcessEvent(...eventArguments: any): Generator<import("../actions").LogCreateAction | import("../actions").EventTransformEventParamsAction<any> | import("../actions").EventMatchStoryAction<unknown> | import("../actions").EventAutoRespondAction<unknown, import("../actions").AnyMatchStoryResult> | import("../actions").SystemExecuteStoryAction<any[]> | import("../actions").EventTransformResponseResultAction<any, unknown>, unknown, any>;
export declare function askProcessEvent(...eventArguments: any): Generator<import("../types").Action<any>, unknown, any>;

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

const types_1 = require("../types");
const askGetApplicationVersion_1 = require("./askGetApplicationVersion");
function* askProcessEvent(...eventArguments) {
// Try and get the app version
// This should be something the developer knows how to get to the code version
// like the git sha, we don't need to do anything with the global, it will be in the logs
yield* (0, askGetApplicationVersion_1.askGetApplicationVersion)();
// Transform event params

@@ -11,0 +16,0 @@ const transformedEventParams = yield* (0, event_1.askEventTransformEventParams)(...eventArguments);

@@ -6,1 +6,2 @@ export * from './array';

export * from './askProcessEvent';
export * from './askGetApplicationVersion';

@@ -22,1 +22,2 @@ "use strict";

__exportStar(require("./askProcessEvent"), exports);
__exportStar(require("./askGetApplicationVersion"), exports);
{
"name": "quidproquo-core",
"version": "0.0.181",
"version": "0.0.182",
"description": "",

@@ -28,3 +28,3 @@ "main": "./lib/commonjs/index.js",

"devDependencies": {
"quidproquo-tsconfig": "0.0.181",
"quidproquo-tsconfig": "0.0.182",
"typescript": "^4.9.3"

@@ -31,0 +31,0 @@ },

@@ -0,0 +0,0 @@ # quidproquo-core

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc