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

@luvio/adapter-module-init

Package Overview
Dependencies
Maintainers
0
Versions
33
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.11.0 to 5.12.0

2

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';
import { type WireAdapterConstructor, type WireConfigValue } from 'lwc';
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>;

@@ -5,0 +5,0 @@ /**

import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings';
import { type ConcreteConstructor } from '@luvio/utils';
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core';
import { type WireAdapterConstructor, type WireConfigValue } from 'lwc';
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>;

@@ -5,0 +5,0 @@ /**

{
"name": "@luvio/adapter-module-init",
"version": "5.11.0",
"version": "5.12.0",
"private": false,

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

"dependencies": {
"@luvio/utils": "5.11.0"
"@luvio/utils": "5.12.0"
},
"devDependencies": {
"@luvio/lwc-bindings": "5.11.0"
"@luvio/lwc-bindings": "5.12.0"
},

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

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