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

@luvio/adapter-module-init

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/adapter-module-init - npm Package Compare versions

Comparing version 5.10.3-alpha.0 to 5.11.0

dist/index.js.map

1

dist/index.js

@@ -7,1 +7,2 @@ /**

//# sourceMappingURL=index.js.map

5

dist/types/v1/CommandWireAdapterConstructor-stub.d.ts
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings';
import { type ConcreteConstructor } from '@luvio/utils';
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core';
type ConcreteOf<AbstractClass extends abstract new (...params: Array<any>) => unknown> = new (...params: ConstructorParameters<AbstractClass>) => InstanceType<AbstractClass>;
type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteOf<typeof CommandWireAdapterConstructor<Data, Config>>;
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>;
/**

@@ -20,2 +20,1 @@ * Returns a stub WireAdapterConstructor. If used, the stub will queue state until

export declare function buildStubWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue>(realWireAdapterConstructor: PromiseLike<ConcreteCommandWireAdapterConstructor<Data, Config>>): WireAdapterConstructor;
export {};

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

export { buildStubWireAdapterConstructor } from './CommandWireAdapterConstructor-stub';
export { buildStubWireAdapterConstructor, type ConcreteCommandWireAdapterConstructor, } from './CommandWireAdapterConstructor-stub';
export { buildAsyncFunctionStub } from './async-function-stub';
export { racesync, withResolvers } from '@luvio/utils';

@@ -8,2 +8,3 @@ /**

import { resolvedPromiseLike, rejectedPromiseLike, toError } from '@luvio/utils';
export { racesync, withResolvers } from '@luvio/utils';

@@ -91,4 +92,2 @@ class StubWireAdapterConstructor {

super(wacPromise, callback, sourceContext);
this.callback = callback;
this.sourceContext = sourceContext;
}

@@ -137,1 +136,2 @@ };

export { buildAsyncFunctionStub, buildStubWireAdapterConstructor };
//# sourceMappingURL=index.js.map
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings';
import { type ConcreteConstructor } from '@luvio/utils';
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core';
type ConcreteOf<AbstractClass extends abstract new (...params: Array<any>) => unknown> = new (...params: ConstructorParameters<AbstractClass>) => InstanceType<AbstractClass>;
type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteOf<typeof CommandWireAdapterConstructor<Data, Config>>;
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>;
/**

@@ -20,2 +20,1 @@ * Returns a stub WireAdapterConstructor. If used, the stub will queue state until

export declare function buildStubWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue>(realWireAdapterConstructor: PromiseLike<ConcreteCommandWireAdapterConstructor<Data, Config>>): WireAdapterConstructor;
export {};

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

export { buildStubWireAdapterConstructor } from './CommandWireAdapterConstructor-stub';
export { buildStubWireAdapterConstructor, type ConcreteCommandWireAdapterConstructor, } from './CommandWireAdapterConstructor-stub';
export { buildAsyncFunctionStub } from './async-function-stub';
export { racesync, withResolvers } from '@luvio/utils';
{
"name": "@luvio/adapter-module-init",
"version": "5.10.3-alpha.0",
"version": "5.11.0",
"private": false,

@@ -34,6 +34,6 @@ "description": "Luvio Adapter Module initialization",

"dependencies": {
"@luvio/utils": "5.10.3-alpha.0"
"@luvio/utils": "5.11.0"
},
"devDependencies": {
"@luvio/lwc-bindings": "5.10.3-alpha.0"
"@luvio/lwc-bindings": "5.11.0"
},

@@ -40,0 +40,0 @@ "volta": {

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