Socket
Socket
Sign inDemoInstall

@flowingcode/fc-applayout

Package Overview
Dependencies
63
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.9.2

39

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

@@ -11,2 +11,10 @@ "keywords": [

],
"repository": {
"type": "git",
"url": "git+https://github.com/FlowingCode/fc-applayout.git"
},
"bugs": {
"url": "https://github.com/FlowingCode/fc-applayout/issues"
},
"homepage": "https://github.com/FlowingCode/fc-applayout#readme",
"main": "fc-applayout.js",

@@ -38,3 +46,3 @@ "module": "fc-applayout.js",

},
"author": "The Polymer Authors",
"author": "Flowing Code",
"license": "Apache-2.0",

@@ -55,3 +63,9 @@ "dependencies": {

"@open-wc/testing": "^2.5.10",
"@open-wc/testing-karma": "^3.3.11",
"@open-wc/testing-karma": "^4.0.9",
"@polymer/app-layout": "^3.1.0",
"@polymer/font-roboto": "^3.0.2",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-listbox": "^3.0.1",
"@rollup/plugin-replace": "^2.3.1",

@@ -62,2 +76,3 @@ "@types/chai": "^4.2.11",

"@typescript-eslint/parser": "^2.27.0",
"@vaadin/vaadin-ordered-layout": "^1.4.0",
"chai": "^4.2.0",

@@ -67,5 +82,5 @@ "deepmerge": "^4.2.2",

"eslint": "^6.8.0",
"karma": "^4.4.1",
"karma": "^6.1.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha": "^2.0.1",
"lit-analyzer": "^1.1.10",

@@ -78,13 +93,9 @@ "mocha": "^7.1.1",

"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^3.8.3",
"web-component-analyzer": "^1.0.3",
"@polymer/app-layout": "^3.1.0",
"@polymer/font-roboto": "^3.0.2",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@vaadin/vaadin-ordered-layout": "^1.4.0"
"web-component-analyzer": "^1.0.3"
},
"resolutions": {
"minimist": "^1.2.3"
}
}

@@ -15,5 +15,5 @@ # fc-applayout

This sample uses the TypeScript compiler to produce JavaScript that runs in modern browsers.
This project uses the TypeScript compiler to produce JavaScript that runs in modern browsers.
To build the JavaScript version of your component:
To build the JavaScript version of it:

@@ -34,3 +34,3 @@ ```bash

This sample uses Karma, Chai, Mocha, and the open-wc test helpers for testing. See the [open-wc testing documentation](https://open-wc.org/testing/testing.html) for more information.
This project uses Karma, Chai, Mocha, and the open-wc test helpers for testing. See the [open-wc testing documentation](https://open-wc.org/testing/testing.html) for more information.

@@ -37,0 +37,0 @@ Tests can be run with the `test` script:

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