@vcl/badge
Advanced tools
Comparing version 0.2.1 to 0.3.0-0
{ | ||
"name": "@vcl/badge", | ||
"description": "A visually highlighted tag to attribute items or show counts", | ||
"version": "0.2.1", | ||
"version": "0.3.0-0", | ||
"main": "package.json", | ||
@@ -10,9 +10,9 @@ "scripts": { | ||
"build-demo": "node node_modules/@vcl/build-demo/index.js", | ||
"start": "npm run browsersync & npm run build-demo" | ||
"start": "npm run build-demo & npm run browsersync" | ||
}, | ||
"style": "index.styl", | ||
"style": "index.sss", | ||
"author": { | ||
"name": "n-fuse GmbH", | ||
"email": "info@n-fuse.de", | ||
"url": "www.n-fuse.de" | ||
"email": "info@n-fuse.co", | ||
"url": "www.n-fuse.co" | ||
}, | ||
@@ -22,3 +22,3 @@ "contributors": [ | ||
"name": "Thomas Hoppe", | ||
"email": "thomas.hoppe@n-fuse.de" | ||
"email": "thomas.hoppe@n-fuse.co" | ||
} | ||
@@ -28,12 +28,11 @@ ], | ||
"devDependencies": { | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2", | ||
"@vcl/build-demo": "^0.3.0", | ||
"@vcl/default-theme": "^0.2.0", | ||
"@vcl/default-theme-terms": "^0.2.0", | ||
"@vcl/preprocessor": "^0.2.2", | ||
"@vcl/typography": "^0.2.0", | ||
"browser-sync": "^2.24.7" | ||
"@vcl/build-demo": "0.4.0-8", | ||
"@vcl/preprocessor": "^0.3.0-9", | ||
"browser-sync": "^2.26.3", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"normalize.css": "^8.0.1", | ||
"@vcl/theme": "^0.3.0-3" | ||
}, | ||
"keywords": [ | ||
@@ -46,8 +45,2 @@ "css", | ||
"vcl": { | ||
"needs": [ | ||
"theme" | ||
], | ||
"provides": [ | ||
"badge" | ||
], | ||
"categories": [ | ||
@@ -54,0 +47,0 @@ { |
@@ -1,2 +0,2 @@ | ||
# [VCL](https://github.com/vcl/vcl/doc) badge | ||
# [VCL](https://vcl.github.io/) badge | ||
@@ -3,0 +3,0 @@ A visually highlighted tag to attribute items or show counts. |
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
8587
4
8
206
1
2
+ Added@vcl/theme@^0.3.0-3
+ Addednormalize.css@^8.0.1
+ Addednormalize.css@8.0.1(transitive)