@collaborne/paper-suggest-textarea
Advanced tools
Comparing version 3.1.0 to 4.0.0
{ | ||
"description": "A Material Design textarea that provides suggestions as the user types (Polymer)", | ||
"description": "A textarea that provides suggestions as the user types (LitElement)", | ||
"keywords": [ | ||
@@ -10,10 +10,15 @@ "web-components", | ||
"input", | ||
"suggest" | ||
"suggest", | ||
"litelement" | ||
], | ||
"homepage": "https://github.com/collaborne/paper-suggest-textarea", | ||
"name": "@collaborne/paper-suggest-textarea", | ||
"version": "3.1.0", | ||
"main": "paper-suggest-textarea.js", | ||
"version": "4.0.0", | ||
"main": "dist/iron-suggest-textarea.js", | ||
"types": "dist/iron-suggest-textarea.d.ts", | ||
"author": "Collaborne B.V.", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist" | ||
], | ||
"bugs": { | ||
@@ -23,4 +28,7 @@ "url": "https://github.com/Collaborne/paper-suggest-textarea/issues" | ||
"scripts": { | ||
"lint": "eslint . && polymer lint", | ||
"test": "npm run lint && echo 'No tests yet'" | ||
"build": "node_modules/typescript/bin/tsc", | ||
"lint": "tslint -c tslint.json \"src/**/*.ts\"", | ||
"test": "TS_NODE_CACHE=false TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' TS_NODE_FILES=true node ${_NODE_ARGS} $(npm bin)/_mocha --recursive -r ts-node/register \"test/**/*.ts\"", | ||
"prepublish": "npm run lint && npm run build", | ||
"start-dev": "node_modules/typescript/bin/tsc --watch & polymer serve" | ||
}, | ||
@@ -33,3 +41,4 @@ "repository": { | ||
"@polymer/paper-input": "^3.0.1", | ||
"@polymer/polymer": "^3.0.0" | ||
"@polymer/polymer": "3.1.0", | ||
"lit-element": "^2.1.0" | ||
}, | ||
@@ -39,6 +48,12 @@ "devDependencies": { | ||
"@polymer/iron-demo-helpers": "^3.0.0", | ||
"eslint": "^5.12.1", | ||
"eslint-config-collaborne": "^1.5.0", | ||
"polymer-cli": "^1.9.5" | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"polymer-cli": "^1.9.5", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.14.0", | ||
"tslint-config-collaborne": "^0.0.4", | ||
"typescript": "^3.3.4000" | ||
} | ||
} |
@@ -7,3 +7,3 @@ paper-suggest-textarea [![Travis state](https://travis-ci.org/Collaborne/paper-suggest-textarea.svg?branch=master)](https://travis-ci.org/Collaborne/paper-suggest-textarea) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Collaborne/paper-suggest-textarea) | ||
A Material Design textarea that provides suggestions as the user types. The web components are built with [Polymer](https://www.polymer-project.org). | ||
A textarea that provides suggestions as the user types. The web components are built with LitElement. | ||
@@ -10,0 +10,0 @@ To use this element: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
265
0
23504
3
11
9
1
+ Addedlit-element@^2.1.0
+ Added@polymer/polymer@3.1.0(transitive)
+ Addedlit-element@2.5.1(transitive)
+ Addedlit-html@1.4.1(transitive)
- Removed@polymer/polymer@3.5.2(transitive)
Updated@polymer/polymer@3.1.0