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

@vaadin/router

Package Overview
Dependencies
Maintainers
9
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/router - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

package.json
{
"name": "@vaadin/router",
"version": "0.1.1",
"version": "0.1.2",
"description": "Small and powerful client-side router for Web Components. Framework-agnostic.",

@@ -27,3 +27,3 @@ "main": "dist/vaadin-router.umd.js",

"scripts": {
"postinstall": "bower install && npm run build",
"install:dependencies": "bower install",
"lint": "npm-run-all --parallel lint:*",

@@ -36,3 +36,3 @@ "lint:js": "eslint --ext .html,.js src test demo *.js *.html",

"build:watch": "rollup -c -w",
"start": "polyserve --port 8000",
"start": "npm run build && polyserve --port 8000",
"start:browser-sync": "browser-sync start --config bs-config.js",

@@ -39,0 +39,0 @@ "start:watch": "npm-run-all --parallel build:watch start start:browser-sync",

@@ -42,3 +42,3 @@ [![NPM version](https://img.shields.io/npm/v/@vaadin/router.svg)](https://www.npmjs.com/package/@vaadin/router)

1. When in the `vaadin-router` directory, run `npm install` to install dependencies.
1. When in the `vaadin-router` directory, run `npm install` and then `npm run install:dependencies` to install dependencies.

@@ -45,0 +45,0 @@ 1. Run `npm start`, and open [http://127.0.0.1:8000/components/vaadin-router](http://127.0.0.1:8000/components/vaadin-router) in your browser to see the component API documentation.

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