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

@lwc/sfdc-compiler-utils

Package Overview
Dependencies
Maintainers
14
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/sfdc-compiler-utils - npm Package Compare versions

Comparing version 2.30.0-0 to 2.30.2-0

4

dist/__tests__/namespace.spec.js

@@ -54,6 +54,2 @@ "use strict";

});
test('should return undefined when namespace mapping "commerce"', () => {
const actual = (0, namespace_utils_1.getNamespacedIdForType)('@salesforce/commerce/webstoreId', 'commerce', DEFAULT_NAMESPACE_MAPPING);
expect(actual).toBeUndefined();
});
test('should return undefined when namespace mapping "community"', () => {

@@ -60,0 +56,0 @@ const actual = (0, namespace_utils_1.getNamespacedIdForType)('@salesforce/community/Id', 'community', DEFAULT_NAMESPACE_MAPPING);

@@ -185,3 +185,2 @@ "use strict";

case 'client':
case 'commerce':
case 'community':

@@ -283,3 +282,2 @@ case 'cssvars':

case 'user':
case 'commerce':
case 'community':

@@ -286,0 +284,0 @@ case 'site':

2

package.json
{
"name": "@lwc/sfdc-compiler-utils",
"description": "LWC Compiler Utilities. This software is provided as-is with no support provided.",
"version": "2.30.0-0",
"version": "2.30.2-0",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts",

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