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

@lwc/wire-service

Package Overview
Dependencies
Maintainers
14
Versions
800
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 6.2.0 to 6.2.1

17

dist/index.cjs.js

@@ -17,6 +17,16 @@ /**

*/
/**
*
* @param value
* @param msg
*/
/**
* Determines whether the argument is `undefined`.
* @param obj Value to test
* @returns `true` if the value is `undefined`.
*/
function isUndefined(obj) {
return obj === undefined;
}
/** version: 6.2.0 */
/** version: 6.2.1 */

@@ -52,2 +62,5 @@ /*

* Registers a wire adapter factory for Lightning Platform.
* @param adapterId Adapter ID object
* @param adapterEventTargetCallback Adapter factory function
* @throws when parameters are not valid
* @deprecated

@@ -200,3 +213,3 @@ */

exports.registerWireService = registerWireService;
/** version: 6.2.0 */
/** version: 6.2.1 */
//# sourceMappingURL=index.cjs.js.map
import { ValueChangedEvent } from './value-changed-event';
/**
* Registers a wire adapter factory for Lightning Platform.
* @param adapterId Adapter ID object
* @param adapterEventTargetCallback Adapter factory function
* @throws when parameters are not valid
* @deprecated

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

@@ -13,6 +13,16 @@ /**

*/
/**
*
* @param value
* @param msg
*/
/**
* Determines whether the argument is `undefined`.
* @param obj Value to test
* @returns `true` if the value is `undefined`.
*/
function isUndefined(obj) {
return obj === undefined;
}
/** version: 6.2.0 */
/** version: 6.2.1 */

@@ -48,2 +58,5 @@ /*

* Registers a wire adapter factory for Lightning Platform.
* @param adapterId Adapter ID object
* @param adapterEventTargetCallback Adapter factory function
* @throws when parameters are not valid
* @deprecated

@@ -194,3 +207,3 @@ */

export { ValueChangedEvent, register, registerWireService };
/** version: 6.2.0 */
/** version: 6.2.1 */
//# sourceMappingURL=index.js.map

6

package.json

@@ -7,3 +7,3 @@ {

"name": "@lwc/wire-service",
"version": "6.2.0",
"version": "6.2.1",
"description": "@wire service",

@@ -46,4 +46,4 @@ "keywords": [

"devDependencies": {
"@lwc/engine-core": "6.2.0",
"@lwc/shared": "6.2.0"
"@lwc/engine-core": "6.2.1",
"@lwc/shared": "6.2.1"
},

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

Sorry, the diff of this file is not supported yet

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