@myuw-web-components/myuw-app-bar
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@myuw-web-components/myuw-app-bar", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A material top app bar designed for use with other MyUW web components", | ||
"main": "myuw-app-bar.html", | ||
"module": "dist/myuw-app-bar.min.mjs", | ||
"browser": "dist/myuw-app-bar.min.js", | ||
"scripts": { | ||
"start": "superstatic --port 8080 --host 127.0.0.1" | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"serve": "live-server", | ||
"start": "run-p watch serve", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -20,4 +25,12 @@ "repository": { | ||
"devDependencies": { | ||
"superstatic": "^5.0.1" | ||
} | ||
"rollup": "^0.63.4", | ||
"rollup-plugin-html": "^0.2.1", | ||
"rollup-plugin-minify-es": "^1.1.1", | ||
"live-server": "^1.2.0", | ||
"npm-run-all": "^4.1.3", | ||
"tota11y": "^0.1.6" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} |
@@ -11,2 +11,3 @@ # `<myuw-app-bar>` | ||
$ npm install | ||
$ npm run build | ||
$ npm start | ||
@@ -20,3 +21,4 @@ ``` | ||
```html | ||
<link rel="import" href="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.0.0/myuw-app-bar.html"> | ||
<script type="module" src="/path/to/@myuw-web-components/myuw-app-bar/dist/myuw-app-bar.min.mjs"></script> | ||
<script nomodule scr="/path/to/@myuw-web-components/myuw-app-bar/dist/myuw-app-bar.min.js"></script> | ||
``` | ||
@@ -23,0 +25,0 @@ |
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
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
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
38741
7
248
84
6
2