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.26 to 0.0.27

4

CHANGELOG.md
# code-red changelog
## 0.0.27
* Handle parenthesized expressions
## 0.0.26

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

@@ -283,2 +283,6 @@ (function (global, factory) {

ParenthesizedExpression(node, state) {
return handle(node.expression, state);
},
ExpressionStatement(node, state) {

@@ -285,0 +289,0 @@ const precedence = EXPRESSIONS_PRECEDENCE[node.expression.type];

2

package.json
{
"name": "code-red",
"description": "code-red",
"version": "0.0.26",
"version": "0.0.27",
"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