Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

astro-icon

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-icon - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

lib/context.ts

4

lib/utils.ts

@@ -127,3 +127,5 @@ import { Props, Optimize } from "./Props";

} catch (e) {
throw new Error(`Unable to load "${filepath}". Does the file exist?`);
throw new Error(
`[astro-icon] Unable to load "${filepath}". Does the file exist?`
);
}

@@ -130,0 +132,0 @@

{
"name": "astro-icon",
"version": "0.2.2",
"version": "0.3.0",
"type": "module",

@@ -5,0 +5,0 @@ "exports": {

@@ -68,5 +68,9 @@ # Astro Icon

color: blue;
/* OR */
fill: blue;
}
[astro-icon="annotation"] {
color: red;
/* OR */
fill: red;
}

@@ -73,0 +77,0 @@ </style>

Sorry, the diff of this file is not supported yet

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