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

@assecosolutions/fox-list

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-list - npm Package Compare versions

Comparing version 0.0.1-alpha.114 to 1.0.1-fox

index.d.ts

20

package.json
{
"name": "@assecosolutions/fox-list",
"version": "0.0.1-alpha.114",
"version": "1.0.1-fox",
"public": true,
"lib": {

@@ -15,14 +16,11 @@ "entryFile": "index.ts"

},
"description": "Webcomponent fox-list following open-wc recommendations",
"author": "fox-list",
"author": "assecosolutions",
"license": "MIT",
"main": "index.ts",
"module": "index.ts",
"dependencies": {
"@material/mwc-list": "^0.19.1",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2"
}
"@material/mwc-list": "^0.21.0",
"lit": "^2.0.0-rc.2"
},
"main": "./shared-ui-molecules-fox-list.umd.js",
"module": "./shared-ui-molecules-fox-list.esm.js",
"typings": "./index.d.ts"
}

@@ -1,7 +0,48 @@

# shared-ui-molecules-fox-list
# 🦊 Fox - Future Open Experience
This library was generated with [Nx](https://nx.dev).
This monorepo is the home of all applications and libraries build by the 🦊 Fox team.
## Running unit tests
## Tech Stack - From Web-Components to Dev-Containers
Run `ng test shared-ui-molecules-fox-list` to execute the unit tests via [Jest](https://jestjs.io).
In the following sections we describe our tech stack and how it all fits together.
### Web-Components
We are using [Lit-Element](https://github.com/Polymer/lit-element) and [Lit-HTML](https://github.com/Polymer/lit-html)
to write [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). Web Components enables us to
ship cross browser compatible, framework / library independent and reusable custom elements. All of our web components
are used within our very own applications and are well tested. If you would like to use one of our components just add
it as follows e.g. `npm install @fox/button --save` or `yarn add @fox/button` and you are good to go. You can find an
overview of all our available components in our [Storybook](https://fox.assecosolutions.com/fox-web-components/?path=/story/atoms-foxbutton--default).
### Angular
As an engine for our applications and to bring our web components to life we decided to go for [Angular](https://angular.io/).
Angular is a web application framework / platfrom which is developed by google, and provides everything needed to build robust
enterprise web applications.
### Monorepo with Nx Workspace
[Nx-Workspace](https://nx.dev/angular) and its sophisticated tools enables our team to manage the complexity of having all of our application components in one giant git repository. This approach, called monorepo, was inspired by google and comes with a lot of
advantages:
1. **Increase Visibility**
- _In a nx workspace project a change of a library directly affectes all of its consumers_
- _API contracts are clearly visible for all participants_
2. **Reuse Code Directly**
- _No need for usage of npm link or additional build pipelines._
3. **Consistency of version Numbers**
- _One package.json for all your applications and libraries_
Furthermore you can even build multi framework or fullstack applications side by side all in one nx-workspace. To get more insights on
nx-workspace please see the [documentation](https://nx.dev/latest/angular/getting-started/why-nx) of nrwl.
### Dev-Container
To decrease time for dev machine setup to a minimum and to prevent complicated os specific installations we leverage [Docker](https://www.docker.com/) and [VS Code](https://code.visualstudio.com/) to make it a breeze to get your dev machine ready to code. Just install the
[Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for VS Code and you are ready to contribute to 🦊 Fox. For more information see the documentation about [Dev-Container](https://code.visualstudio.com/docs/remote/containers).
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