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

@lwc/template-compiler

Package Overview
Dependencies
Maintainers
15
Versions
783
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/template-compiler - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

1

dist/index.d.ts

@@ -8,2 +8,3 @@ import { Config } from './config';

export { kebabcaseToCamelcase } from './shared/naming';
export { generateScopeTokens } from './scopeTokens';
/**

@@ -10,0 +11,0 @@ * Parses HTML markup into an AST

@@ -6,2 +6,9 @@ export type scopeTokens = {

};
export declare function generateScopeTokens(filename: string, namespace: string | undefined, name: string | undefined): scopeTokens;
/**
* Generate the scope tokens for a given component. Note that this API is NOT stable and should be
* considered internal to the LWC framework.
* @param filename - full filename, e.g. `path/to/x/foo/foo.js`
* @param namespace - namespace, e.g. 'x' for `x/foo/foo.js`
* @param componentName - component name, e.g. 'foo' for `x/foo/foo.js`
*/
export declare function generateScopeTokens(filename: string, namespace: string | undefined, componentName: string | undefined): scopeTokens;

8

package.json

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

"name": "@lwc/template-compiler",
"version": "8.1.0",
"version": "8.1.1",
"description": "Template compiler package",

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

"dependencies": {
"@lwc/errors": "8.1.0",
"@lwc/shared": "8.1.0",
"@lwc/errors": "8.1.1",
"@lwc/shared": "8.1.1",
"acorn": "~8.12.1",

@@ -55,3 +55,3 @@ "astring": "~1.9.0",

"@parse5/tools": "^0.5.0",
"@types/estree": "1.0.5",
"@types/estree": "1.0.6",
"@types/he": "^1.2.3",

@@ -58,0 +58,0 @@ "estree-walker": "~3.0.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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