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

@uqds/icon

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uqds/icon - npm Package Compare versions

Comparing version 0.0.5-alpha.0 to 0.0.6-alpha.0

dist/css/main.css

5

dist/index.js

@@ -22,4 +22,7 @@ "use strict";

const result = (0, svgo_1.optimize)(svgInput, svgoOptions_1.svgoOptions);
if (result.data)
//@ts-ignore
if (result.data) {
//@ts-ignore
return result.data;
}
throw new Error("Failed to optimise SVG using SVGO dependency.");

@@ -26,0 +29,0 @@ };

9

package.json
{
"name": "@uqds/icon",
"version": "0.0.5-alpha.0",
"version": "0.0.6-alpha.0",
"description": "Icon component",

@@ -45,3 +45,4 @@ "keywords": [

"clean-ts": "rm -rf ./dist/*.js*",
"clean-icons": "rm -rf ./dist/images src/*/_build/*"
"clean-icons": "rm -rf ./dist/images src/*/_build/*",
"prepare": "gulp -f ../../gulpfile.js --cwd=. prepare"
},

@@ -52,3 +53,3 @@ "bugs": {

"dependencies": {
"@uqds/core": "^0.0.5-alpha.0"
"@uqds/core": "^0.0.6-alpha.0"
},

@@ -70,3 +71,3 @@ "devDependencies": {

},
"gitHead": "0d2250c3ff44460d2902ea08102e6423b3fcc3aa"
"gitHead": "b412d33b296d9f6c92725aae602e3c9913a1c6a1"
}

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