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

@lwc/engine

Package Overview
Dependencies
Maintainers
13
Versions
502
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/engine - npm Package Compare versions

Comparing version 1.6.8 to 1.7.0-alpha1

10

package.json
{
"name": "@lwc/engine",
"version": "1.6.8",
"version": "1.7.0-alpha1",
"description": "LWC Engine",

@@ -31,5 +31,5 @@ "homepage": "https://lwc.dev/",

"devDependencies": {
"@lwc/features": "1.6.8",
"@lwc/shared": "1.6.8",
"@lwc/template-compiler": "1.6.8"
"@lwc/features": "1.7.0-alpha1",
"@lwc/shared": "1.7.0-alpha1",
"@lwc/template-compiler": "1.7.0-alpha1"
},

@@ -50,3 +50,3 @@ "lwc": {

},
"gitHead": "b35970fb45d197710da8bd20bea6b1279e02ed8f"
"gitHead": "f3ba56ada62db5d4410e120278a0bbb7b31a8688"
}

@@ -21,3 +21,3 @@ import { ComponentConstructor } from '../component';

config: ConfigCallback;
params?: Record<string, any>;
dynamic?: string[];
}

@@ -24,0 +24,0 @@ interface RegisterDecoratorMeta {

@@ -20,4 +20,4 @@ import { ComponentInterface } from './component';

}
export declare function storeWiredMethodMeta(descriptor: PropertyDescriptor, adapter: WireAdapterConstructor, configCallback: ConfigCallback, params: string[]): void;
export declare function storeWiredFieldMeta(descriptor: PropertyDescriptor, adapter: WireAdapterConstructor, configCallback: ConfigCallback, params: string[]): void;
export declare function storeWiredMethodMeta(descriptor: PropertyDescriptor, adapter: WireAdapterConstructor, configCallback: ConfigCallback, dynamic: string[]): void;
export declare function storeWiredFieldMeta(descriptor: PropertyDescriptor, adapter: WireAdapterConstructor, configCallback: ConfigCallback, dynamic: string[]): void;
export declare function installWireAdapters(vm: VM): void;

@@ -24,0 +24,0 @@ export declare function connectWireAdapters(vm: VM): void;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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