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

@internetarchive/icon-magnify-plus

Package Overview
Dependencies
Maintainers
13
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/icon-magnify-plus - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-alpha.6

4

icon-magnify-plus.js
import icon from './index.js';
import { css, LitElement } from 'lit-element';
import { css, LitElement } from 'lit';

@@ -29,2 +29,2 @@ class IAIconMagnifyPlus extends LitElement {

export default IAIconMagnifyPlus;
export default IAIconMagnifyPlus;

@@ -6,3 +6,2 @@ import { html } from 'lit-html';

viewBox="0 0 18 18"
version="1.1"
xmlns="http://www.w3.org/2000/svg"

@@ -12,9 +11,12 @@ aria-labelledby="magnify-plusTitleID magnify-plusDescID"

<title id="magnify-plusTitleID">Zoom in</title>
<desc id="magnify-plusDescID">An icon of a magnifying glass with a plus symbol</desc>
<g fill="none" fill-rule="evenodd">
<circle cx="7" cy="7" r="6" class="stroke-color" stroke-width="2" />
<path d="m12 12 4.335213 4.335213" class="stroke-color" stroke-linecap="round" stroke-width="2" />
<path d="m7.75 4v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25v-2.25z" class="fill-color" fill-rule="nonzero" />
<desc id="magnify-plusDescID">Take a look closer.</desc>
<g
class="fill-color"
fill="none"
fill-rule="nonzero"
>
<path d="m7 0c3.854149 0 7 3.1458514 7 7 0 1.5717634-.529107 3.020558-1.410156 4.191406.0416324.03077.0808125.0647264.117187.101563l4.335938 4.335937c.3904239.3905071.3904239 1.0235559 0 1.414063-.3905071.3904239-1.0235559.3904239-1.414063 0l-4.335937-4.335938c-.0362414-.0370712-.0695452-.0769047-.09961-.11914-1.171224.882043-2.6206167 1.412109-4.193359 1.412109-3.8541486 0-7-3.145851-7-7 0-3.8541486 3.1458514-7 7-7zm0 2c-2.7732684 0-5 2.2267316-5 5s2.2267316 5 5 5 5-2.2267316 5-5-2.2267316-5-5-5z"/>
<path d="m7.75 4v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25v-2.25z"/>
</g>
</svg>
`;
{
"name": "@internetarchive/icon-magnify-plus",
"version": "1.2.0",
"version": "1.2.1-alpha.6+c4269fd",
"description": "SVG magnify-plus icon",

@@ -15,5 +15,2 @@ "license": "AGPL-3.0-only",

},
"dependencies": {
"lit-html": "^1.2.1"
},
"devDependencies": {

@@ -42,3 +39,6 @@ "@open-wc/eslint-config": "^1.0.0",

},
"gitHead": "0fe2a82ce2b13599001c5e639b9cb090110abcaa"
"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