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

nodebb-plugin-emoji-vital

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-emoji-vital - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

emoji.js

@@ -7,3 +7,4 @@ const fs = require('fs');

if (err) {
return callback(err);
callback(err);
return;
}

@@ -104,2 +105,2 @@

});
};
};

7

package.json
{
"name": "nodebb-plugin-emoji-vital",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vital non-standard unlicensed emoji",

@@ -9,5 +9,6 @@ "main": "emoji.js",

},
"homepage": "https://github.com/NodeBB/nodebb-plugin-emoji/tree/master/packs/vital",
"repository": {
"type": "git",
"url": "https://github.com/nodebb-community/nodebb-plugin-emoji-vital.git"
"url": "https://github.com/NodeBB/nodebb-plugin-emoji.git"
},

@@ -26,3 +27,3 @@ "keywords": [

"peerDependencies": {
"nodebb-plugin-emoji": "^2.0.0"
"nodebb-plugin-emoji": "^3.4.2"
},

@@ -29,0 +30,0 @@ "author": "Peter Jaszkowiak",

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