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

@collaborne/paper-suggest-textarea

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collaborne/paper-suggest-textarea - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

dist/iron-suggest-textarea.d.ts

35

package.json
{
"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:

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