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 4.0.0-0 to 4.0.1-0

4

dist/__tests__/namespace.spec.js

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

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

@@ -100,0 +104,0 @@ describe('namespace resource', () => {

2

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

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

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