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

emojic

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojic - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

6

lib/index.js

@@ -16,6 +16,2 @@ "use strict";

if (process.platform === "win32") {
return "";
}
switch (name) {

@@ -29,3 +25,3 @@ case "+1":

}
emojic[camelo(name)] = value.char;
emojic[camelo(name)] = process.platform === "win32" ? "" : value.char;
});

@@ -32,0 +28,0 @@

2

package.json
{
"name": "emojic",
"version": "1.1.10",
"version": "1.1.11",
"description": "Emoji in your Node.js command line apps.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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