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

svelte-hero-icons

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-hero-icons - npm Package Compare versions

Comparing version 1.6.0-next.1 to 1.6.0-next.2

icons/AcademicCap.svelte

16

package.json
{
"name": "svelte-hero-icons",
"version": "1.6.0-next.1",
"version": "1.6.0-next.2",
"description": "Heroicons for Svelte (Project based on heroicons)",
"types": "dist/index.d.ts",
"types": "index.d.ts",
"repository": {

@@ -11,9 +11,7 @@ "type": "git",

"files": [
"dist"
"icons",
"index.d.ts"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
"./icons/*": "./icons/*.svelte"
},

@@ -23,4 +21,4 @@ "scripts": {

"build:dist": "rollup -c",
"build": "npm run build:icons && npm run build:dist",
"clean": "rm -rf src dist"
"build": "npm run build:icons",
"clean": "rm -rf icons index.d.ts"
},

@@ -27,0 +25,0 @@ "author": "Justin Voitel <justin.voitel@gmail.com>",

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