New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwrjs/base-view-provider

Package Overview
Dependencies
Maintainers
7
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/base-view-provider - npm Package Compare versions

Comparing version 0.0.2-alpha20 to 0.0.2-alpha21

2

build/template-layouts.d.ts

@@ -1,2 +0,2 @@

export declare const defaultHtmlLayout = "\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\" />\n <title>{{title}}</title>\n {{{head_resources}}}\n </head>\n\n <body class=\"wrapper\">\n {{{body}}}\n </body>\n {{{body_resources}}}\n</html>\n";
export declare const defaultHtmlLayout = "\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\" />\n <title>{{title}}</title>\n </head>\n\n <body class=\"wrapper\">\n {{{body}}}\n </body>\n {{{lwr_resources}}}\n</html>\n";
//# sourceMappingURL=template-layouts.d.ts.map

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

<title>{{title}}</title>
{{{head_resources}}}
</head>

@@ -18,5 +17,5 @@

</body>
{{{body_resources}}}
{{{lwr_resources}}}
</html>
`;
//# sourceMappingURL=template-layouts.js.map

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

},
"version": "0.0.2-alpha20",
"version": "0.0.2-alpha21",
"homepage": "https://lwr.dev/",

@@ -25,6 +25,6 @@ "repository": {

"dependencies": {
"@lwrjs/base-template-engine": "0.0.2-alpha20",
"@lwrjs/shared-utils": "0.0.2-alpha20"
"@lwrjs/base-template-engine": "0.0.2-alpha21",
"@lwrjs/shared-utils": "0.0.2-alpha21"
},
"gitHead": "bef75fe864fad49b9dd223a17c88426d6c0e3516"
"gitHead": "db3a745c70f8adeedb43bcddfa99453eeeefdd46"
}
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