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

gitbook-plugin-advanced-emoji

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-advanced-emoji - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -16,5 +16,5 @@ module.exports = {

"page": function(page) {
page.sections.each(function (section)) {
page.sections.each(function (section) {
section.content = section.content.replace(":white_check_mark:", "FOO");
}
});
return page;

@@ -21,0 +21,0 @@ }

@@ -5,6 +5,15 @@ {

"main": "index.js",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"gitbook": ">=0.3.4"
"gitbook": ">=2.5.0"
},
"gitbook": {
"properties": {
"myConfigKey": {
"type": "string",
"default": "test",
"description": "test"
}
}
},
"homepage": "https://github.com/codeclou/gitbook-plugin-advanced-emoji",

@@ -11,0 +20,0 @@ "repository": {

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