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

unicons

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicons - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

lib/index.js

@@ -15,3 +15,4 @@ var isWin = process.platform === "win32";

super: "⌘",
shift: "⇧"
shift: "⇧",
warning: "⚠"
};

@@ -31,3 +32,4 @@

shift: "\u2191",
super: "\u221E"
super: "\u221E",
warning: "\u0021"
};

@@ -34,0 +36,0 @@

{
"name": "unicons",
"version": "0.0.2",
"version": "0.0.3",
"description": "Cross-platform unicode icon toolkit",

@@ -5,0 +5,0 @@ "author": "peerigon",

@@ -48,4 +48,4 @@ # unicons

`shift` | ⇧ | ↑
`warning` | ⚠ | !
The icon table is still very small :(<br>

@@ -52,0 +52,0 @@ If you can't find your icon in the [icon table](https://github.com/peerigon/unicons#icon-table), don't hesitate to create a pull request.

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