New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@internetarchive/icon-search

Package Overview
Dependencies
Maintainers
13
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/icon-search - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-alpha.6

LICENSE.md

4

icon-search.js
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc