@internetarchive/icon-search
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.6
import icon from './index.js'; | ||
import { css, LitElement } from 'lit-element'; | ||
import { css, LitElement } from 'lit'; | ||
@@ -29,2 +29,2 @@ class IAIconSearch extends LitElement { | ||
export default IAIconSearch; | ||
export default IAIconSearch; |
@@ -5,7 +5,5 @@ import { html } from 'lit-html'; | ||
<svg | ||
height="18" | ||
viewBox="0 0 18 18" | ||
width="18" | ||
xmlns="http://www.w3.org/2000/svg" | ||
aria-labelledby="searchTitleID searchDescID" | ||
aria-labelledby="searchTitleID searchDescID" | ||
> | ||
@@ -12,0 +10,0 @@ <title id="searchTitleID">Search icon</title> |
{ | ||
"name": "@internetarchive/icon-search", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha.6+c4269fd", | ||
"description": "SVG search icon", | ||
@@ -15,5 +15,2 @@ "license": "AGPL-3.0-only", | ||
}, | ||
"dependencies": { | ||
"lit-html": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
@@ -41,3 +38,7 @@ "@open-wc/eslint-config": "^1.0.0", | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
"lit": "^2.0.2" | ||
}, | ||
"gitHead": "c4269fd9820bddec155cd1ba0d3036d4bf4cbece" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
37583
6
3
42
2
+ Addedlit@^2.0.2
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-html@^1.2.1
- Removedlit-html@1.4.1(transitive)