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

@lwc/wire-service

Package Overview
Dependencies
Maintainers
12
Versions
818
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/wire-service - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-alpha0

2

dist/commonjs/es2017/wire.js

@@ -485,2 +485,2 @@ /**

exports.registerWireService = registerWireService;
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -491,2 +491,2 @@ /**

exports.registerWireService = registerWireService;
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -479,2 +479,2 @@ /**

export { ValueChangedEvent, register, registerWireService };
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -438,2 +438,2 @@ /* proxy-compat-disable */

}));
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -491,2 +491,2 @@ /**

}));
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -444,2 +444,2 @@ /* proxy-compat-disable */

}));
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */

@@ -497,2 +497,2 @@ /**

}));
/** version: 1.0.0 */
/** version: 1.0.1-alpha0 */
{
"name": "@lwc/wire-service",
"version": "1.0.0",
"version": "1.0.1-alpha0",
"description": "@wire service",

@@ -17,5 +17,5 @@ "license": "MIT",

"devDependencies": {
"@lwc/compiler": "1.0.0",
"@lwc/engine": "1.0.0",
"@lwc/rollup-plugin": "1.0.0",
"@lwc/compiler": "1.0.1-alpha0",
"@lwc/engine": "1.0.1-alpha0",
"@lwc/rollup-plugin": "1.0.1-alpha0",
"express": "^4.15.2"

@@ -31,3 +31,3 @@ },

},
"gitHead": "1cdfdf1f4f421a9c9a4eb34ed66b4fe6227ddec7"
"gitHead": "9b344965804a31979fbf281c46d66a75a36cb721"
}
# Wire Service
This is the implementation of Lightning Web Component's wire service. It enables declarative binding of services to a LWC component using the `@wire` decorator. It fulfills the goals of the [data service proposal](/docs/proposals/data-service.md).
This is the implementation of Lightning Web Component's wire service. It enables declarative binding of services to a LWC component using the `@wire` decorator. It fulfills the goals of the [data service proposal](https://github.com/salesforce/lwc-rfcs/blob/master/text/0000-data-service.md).

@@ -49,3 +49,3 @@ ## Summary

The following is a summary of the [wire adapter RFC](/docs/proposals/0103-wire-adapters.md).
The following is a summary of the [wire adapter RFC](https://github.com/salesforce/lwc-rfcs/blob/master/text/0103-wire-adapters.md).

@@ -52,0 +52,0 @@ A `wire adapter` provisions data to a wired property or method using an [Event Target](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget). A factory function is registered for declarative `@wire` use by a component.

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