@collaborne/emoji-reaction-selector
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"description": "Polymer component that allows to select between a set of predefined emojis", | ||
"description": "LitElement component that allows to select between a set of predefined emojis", | ||
"keywords": [ | ||
"web-components", | ||
"polymer", | ||
"litelement", | ||
"emoji", | ||
@@ -11,4 +12,5 @@ "reaction" | ||
"name": "@collaborne/emoji-reaction-selector", | ||
"version": "2.0.1", | ||
"main": "emoji-reaction-selector.js", | ||
"version": "3.0.0", | ||
"main": "dist/emoji-reaction-selector.js", | ||
"types": "dist/emoji-reaction-selector.d.ts", | ||
"author": "Collaborne B.V", | ||
@@ -19,5 +21,11 @@ "license": "Apache-2.0", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"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": "npm run lint && echo 'No tests yet'", | ||
"prepublish": "npm run lint && npm run build", | ||
"start-dev": "node_modules/typescript/bin/tsc --watch & polymer serve" | ||
}, | ||
@@ -27,3 +35,4 @@ "dependencies": { | ||
"@polymer/iron-selector": "^3.0.0", | ||
"@polymer/polymer": "^3.0.0" | ||
"@polymer/polymer": "3.1.0", | ||
"lit-element": "^2.1.0" | ||
}, | ||
@@ -33,6 +42,8 @@ "devDependencies": { | ||
"@polymer/iron-demo-helpers": "^3.0.0", | ||
"eslint": "^5.12.1", | ||
"eslint-config-collaborne": "^1.5.0", | ||
"polymer-cli": "^1.9.5" | ||
"polymer-cli": "^1.9.5", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.14.0", | ||
"tslint-config-collaborne": "^0.0.4", | ||
"typescript": "^3.3.4000" | ||
} | ||
} |
@@ -8,12 +8,2 @@ # emoji-reaction-selector [![Build Status](https://travis-ci.org/Collaborne/emoji-reaction-selector.svg?branch=master)](https://travis-ci.org/Collaborne/emoji-reaction-selector) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Collaborne/emoji-reaction-selector) | ||
<!-- | ||
``` | ||
<custom-element-demo> | ||
<template> | ||
<link rel="import" href="emoji-reaction-selector.html"> | ||
<next-code-block></next-code-block> | ||
</template> | ||
</custom-element-demo> | ||
``` | ||
--> | ||
```html | ||
@@ -20,0 +10,0 @@ <emoji-reaction-selector selected="love"></emoji-reaction-selector> |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
147
19545
4
7
9
29
+ 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