Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-control-state-mixin

Package Overview
Dependencies
Maintainers
19
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-control-state-mixin - npm Package Compare versions

Comparing version 22.0.0-alpha1 to 22.0.0-alpha2

6

package.json
{
"name": "@vaadin/vaadin-control-state-mixin",
"version": "22.0.0-alpha1",
"version": "22.0.0-alpha2",
"description": "vaadin-control-state-mixin",

@@ -29,3 +29,3 @@ "main": "vaadin-control-state-mixin.js",

"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.2.1",

@@ -37,3 +37,3 @@ "sinon": "^9.2.4"

},
"gitHead": "c9694d6549bff1f7fffb9ece26178e57fc228a51"
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4"
}

@@ -6,33 +6,10 @@ # vaadin-control-state-mixin

[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-control-state-mixin)](https://www.npmjs.com/package/@vaadin/vaadin-control-state-mixin)
[![Build Status](https://travis-ci.org/vaadin/vaadin-control-state-mixin.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-control-state-mixin)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
## Running tests in browser
1. Fork the `vaadin-control-state-mixin` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/).
1. When in the `vaadin-control-state-mixin` directory, run `npm install` to install dependencies.
1. Run `npm test` to start the tests in Chrome.
## Debugging tests in browser
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser.
## Following the coding style
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files.
## Creating a pull request
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
## License
Apache License 2.0
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