Socket
Socket
Sign inDemoInstall

code-red

Package Overview
Dependencies
6
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.28 to 0.0.29

4

CHANGELOG.md
# code-red changelog
## 0.0.29
* Handle sigils in comments ([#21](https://github.com/Rich-Harris/code-red/issues/21))
## 0.0.28

@@ -4,0 +8,0 @@

@@ -1561,2 +1561,9 @@ (function (global, factory) {

comment.value = comment.value.replace(re, (match, id, at, hash, value) => {
if (hash) return `#${value}`;
if (at) return `@${value}`;
return match;
});
const next = comments[0] || node;

@@ -1563,0 +1570,0 @@ (comment ).has_trailing_newline = (

2

package.json
{
"name": "code-red",
"description": "code-red",
"version": "0.0.28",
"version": "0.0.29",
"repository": "Rich-Harris/code-red",

@@ -6,0 +6,0 @@ "main": "dist/code-red.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc