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

@lwc/compiler

Package Overview
Dependencies
Maintainers
14
Versions
783
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/compiler - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

14

dist/index.cjs.js

@@ -179,2 +179,5 @@ /**

* the template regardless if there is an actual style or not.
* @param src
* @param filename
* @param options
*/

@@ -373,3 +376,5 @@ function templateTransform(src, filename, options) {

* and gathered metadata.
*
* @param src
* @param filename
* @param options
* @deprecated Use transformSync instead.

@@ -392,2 +397,5 @@ */

* gathered metadata.
* @param src
* @param filename
* @param options
*/

@@ -431,3 +439,3 @@ function transformSync(src, filename, options) {

*/
const version = "6.2.0";
const version = "6.2.1";

@@ -437,3 +445,3 @@ exports.transform = transform;

exports.version = version;
/** version: 6.2.0 */
/** version: 6.2.1 */
//# sourceMappingURL=index.cjs.js.map

@@ -154,2 +154,5 @@ /**

* the template regardless if there is an actual style or not.
* @param src
* @param filename
* @param options
*/

@@ -348,3 +351,5 @@ function templateTransform(src, filename, options) {

* and gathered metadata.
*
* @param src
* @param filename
* @param options
* @deprecated Use transformSync instead.

@@ -367,2 +372,5 @@ */

* gathered metadata.
* @param src
* @param filename
* @param options
*/

@@ -406,6 +414,6 @@ function transformSync(src, filename, options) {

*/
const version = "6.2.0";
const version = "6.2.1";
export { transform, transformSync, version };
/** version: 6.2.0 */
/** version: 6.2.1 */
//# sourceMappingURL=index.js.map

@@ -7,3 +7,6 @@ import { NormalizedTransformOptions } from '../options';

* the template regardless if there is an actual style or not.
* @param src
* @param filename
* @param options
*/
export default function templateTransform(src: string, filename: string, options: NormalizedTransformOptions): TransformResult;

@@ -12,3 +12,5 @@ import { CompilerDiagnostic } from '@lwc/errors';

* and gathered metadata.
*
* @param src
* @param filename
* @param options
* @deprecated Use transformSync instead.

@@ -20,3 +22,6 @@ */

* gathered metadata.
* @param src
* @param filename
* @param options
*/
export declare function transformSync(src: string, filename: string, options: TransformOptions): TransformResult;

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

"name": "@lwc/compiler",
"version": "6.2.0",
"version": "6.2.1",
"description": "LWC compiler",

@@ -52,8 +52,8 @@ "keywords": [

"@locker/babel-plugin-transform-unforgeables": "0.20.0",
"@lwc/babel-plugin-component": "6.2.0",
"@lwc/errors": "6.2.0",
"@lwc/shared": "6.2.0",
"@lwc/style-compiler": "6.2.0",
"@lwc/template-compiler": "6.2.0"
"@lwc/babel-plugin-component": "6.2.1",
"@lwc/errors": "6.2.1",
"@lwc/shared": "6.2.1",
"@lwc/style-compiler": "6.2.1",
"@lwc/template-compiler": "6.2.1"
}
}

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