@collaborne/paper-image-upload-button
Advanced tools
Comparing version 3.0.2 to 4.0.0
@@ -15,3 +15,3 @@ { | ||
"name": "@collaborne/paper-image-upload-button", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"main": "paper-image-upload-button.js", | ||
@@ -23,2 +23,5 @@ "author": "Collaborne B.V.", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -29,4 +32,7 @@ "type": "git", | ||
"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" | ||
}, | ||
@@ -36,3 +42,4 @@ "dependencies": { | ||
"@polymer/iron-icons": "^3.0.0", | ||
"@polymer/polymer": "^3.0.0" | ||
"@polymer/polymer": "^3.1.0", | ||
"lit-element": "^2.1.0" | ||
}, | ||
@@ -42,6 +49,8 @@ "devDependencies": { | ||
"@polymer/paper-checkbox": "^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" | ||
} | ||
} |
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
225
21550
4
7
5
+ Addedlit-element@^2.1.0
+ Addedlit-element@2.5.1(transitive)
+ Addedlit-html@1.4.1(transitive)
Updated@polymer/polymer@^3.1.0