Socket
Socket
Sign inDemoInstall

@flowingcode/fc-applayout

Package Overview
Dependencies
64
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.7 to 0.9.8

9

package.json
{
"name": "@flowingcode/fc-applayout",
"version": "0.9.7",
"version": "0.9.8",
"description": "Responsive and flexible LitElement based Application Layout",

@@ -19,4 +19,6 @@ "keywords": [

"homepage": "https://github.com/FlowingCode/fc-applayout#readme",
"main": "fc-applayout.js",
"module": "fc-applayout.js",
"main": "src/fc-applayout.ts",
"targets": {
"main": false
},
"type": "module",

@@ -26,2 +28,3 @@ "scripts": {

"build:watch": "tsc --watch",
"buildstatic": "tsc && parcel build dev/index.html",
"clean": "rimraf fc-applayout.{d.ts,d.ts.map,js,js.map} test/fc-applayout.{d.ts,d.ts.map,js,js.map} test/fc-applayout_test.{d.ts,d.ts.map,js,js.map}",

@@ -28,0 +31,0 @@ "lint": "npm run lint:lit-analyzer && npm run lint:eslint",

@@ -99,8 +99,2 @@ /**

/**
* The title of the application
*/
@property()
title = 'AppLayout';
/**

@@ -183,3 +177,3 @@ * Sets if swiping opens the drawer

</app-drawer>
<div class="content-container" id="content"><slot name="content"></slot></div>
<div class="content-container" id="content"><slot></slot></div>
</div>

@@ -186,0 +180,0 @@ `;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc