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

@vaadin/vaadin-confirm-dialog

Package Overview
Dependencies
Maintainers
19
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-confirm-dialog - npm Package Compare versions

Comparing version 21.0.0-beta2 to 21.0.0-rc1

18

package.json
{
"name": "@vaadin/vaadin-confirm-dialog",
"version": "21.0.0-beta2",
"version": "21.0.0-rc1",
"description": "vaadin-confirm-dialog",

@@ -29,10 +29,10 @@ "main": "vaadin-confirm-dialog.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-button": "^21.0.0-beta2",
"@vaadin/vaadin-dialog": "^21.0.0-beta2",
"@vaadin/vaadin-element-mixin": "^21.0.0-beta2",
"@vaadin/vaadin-button": "^21.0.0-rc1",
"@vaadin/vaadin-dialog": "^21.0.0-rc1",
"@vaadin/vaadin-element-mixin": "^21.0.0-rc1",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-lumo-styles": "^21.0.0-beta2",
"@vaadin/vaadin-material-styles": "^21.0.0-beta2",
"@vaadin/vaadin-overlay": "^21.0.0-beta2",
"@vaadin/vaadin-themable-mixin": "^21.0.0-beta2"
"@vaadin/vaadin-lumo-styles": "^21.0.0-rc1",
"@vaadin/vaadin-material-styles": "^21.0.0-rc1",
"@vaadin/vaadin-overlay": "^21.0.0-rc1",
"@vaadin/vaadin-themable-mixin": "^21.0.0-rc1"
},

@@ -47,3 +47,3 @@ "devDependencies": {

},
"gitHead": "85ac717fc9f16941a1593a44d1aec90735a5db54"
"gitHead": "50d1c1ce987f97069674ea2e2002eade479bbf09"
}

@@ -10,5 +10,3 @@ # <vaadin-confirm-dialog>

[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-confirm-dialog)](https://www.npmjs.com/package/@vaadin/vaadin-confirm-dialog)
[![Build Status](https://travis-ci.org/vaadin/vaadin-confirm-dialog.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-confirm-dialog)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-confirm-dialog)
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvaadin-dialog.svg)](https://vaadin.com/directory/component/vaadinvaadin-confirm-dialog)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)

@@ -24,3 +22,2 @@

## Installation

@@ -60,42 +57,6 @@

## Running API docs and tests in a browser
1. Fork the `vaadin-confirm-dialog` repository and clone it locally.
1. Make sure you have [node.js](https://nodejs.org/) 12.x installed.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vaadin-confirm-dialog` directory, run `npm install` to install dependencies.
1. Run `npm start`, browser will automatically open the component API documentation.
1. You can also open visual tests, for example:
- http://127.0.0.1:8000/test/visual/default.html
## Running tests from the command line
1. When in the `vaadin-confirm-dialog` directory, run `npm test`
## Debugging tests in the browser
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser.
### Big Thanks
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com).
## 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 as well as JavaScript snippets inside `.html` files.
## Contributing
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

@@ -102,0 +63,0 @@

@@ -134,3 +134,3 @@ /**

static get version() {
return '21.0.0-beta2';
return '21.0.0-rc1';
}

@@ -137,0 +137,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