Socket
Socket
Sign inDemoInstall

remark-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

remark-emoji - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

27

package.json
{
"name": "remark-emoji",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",

@@ -48,24 +48,25 @@ "engines": {

"devDependencies": {
"concurrently": "^8.2.0",
"concurrently": "^8.2.2",
"dtslint": "^4.2.1",
"eslint": "^8.46.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-security": "^1.7.1",
"mocha": "^10.2.0",
"prettier": "^3.0.1",
"remark": "^14.0.3",
"prettier": "^3.0.3",
"remark": "^15.0.1",
"remark-autolink-headings": "^7.0.1",
"remark-github": "^11.2.4",
"remark-html": "^15.0.2",
"remark-github": "^12.0.0",
"remark-html": "^16.0.1",
"remark-slug": "^7.0.1",
"typescript": "^5.1.6",
"unified": "^10.1.2"
"typescript": "^5.2.2"
},
"dependencies": {
"@types/mdast": "^4.0.2",
"emoticon": "^4.0.1",
"mdast-util-find-and-replace": "^3.0.0",
"node-emoji": "^2.1.0"
"mdast-util-find-and-replace": "^3.0.1",
"node-emoji": "^2.1.0",
"unified": "^11.0.4"
}
}

@@ -1,4 +0,3 @@

// TypeScript Version: 4.8
import type { Plugin } from 'unified';
import type { Root } from 'mdast';

@@ -29,3 +28,3 @@ export interface RemarkEmojiOptions {

declare const plugin: Plugin<[RemarkEmojiOptions?]>;
declare const plugin: Plugin<[(RemarkEmojiOptions | null | undefined)?], Root>;
export default plugin;
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