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

@traptitech/traq-markdown-it

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@traptitech/traq-markdown-it - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

bin/default/domain_whitelist.js

@@ -8,5 +8,7 @@ "use strict";

'wiki.trapti.tech',
'wiki.trap.jp',
'md.trapti.tech',
'md.trap.jp',
'trap.jp',
'traq-dev.tokyotech.org'
];

4

bin/json.js

@@ -59,5 +59,3 @@ "use strict";

'href',
`javascript:changeChannel('${store.getChannelPath(
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
channel.id ?? '')}')`
`javascript:changeChannel('${store.getChannelPath(channel.id ?? '')}')`
]);

@@ -64,0 +62,0 @@ attributes.push(['class', 'message-channel-link']);

{
"name": "@traptitech/traq-markdown-it",
"version": "1.1.0",
"version": "1.1.1",
"description": "Markdown parser for traQ.",

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

@@ -6,5 +6,7 @@ export default [

'wiki.trapti.tech',
'wiki.trap.jp',
'md.trapti.tech',
'md.trap.jp',
'trap.jp',
'traq-dev.tokyotech.org'
]

@@ -59,6 +59,3 @@ import json from 'markdown-it-json'

'href',
`javascript:changeChannel('${store.getChannelPath(
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
channel.id ?? ''
)}')`
`javascript:changeChannel('${store.getChannelPath(channel.id ?? '')}')`
])

@@ -65,0 +62,0 @@ attributes.push(['class', 'message-channel-link'])

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