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.3 to 1.3.0

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;

@@ -1,3 +0,3 @@

import { TemplateResult } from 'lit-html';
import { TemplateResult } from 'lit';
declare const icon: TemplateResult;
export default icon;
{
"name": "@internetarchive/icon-search",
"version": "1.2.3",
"version": "1.3.0",
"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": "31c6c4f3d4ba7953134d9805794872e224abf95c"
}
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