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

esrap

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esrap - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "esrap",
"version": "1.2.1",
"version": "1.2.2",
"description": "Parse in reverse",

@@ -5,0 +5,0 @@ "repository": {

@@ -619,3 +619,5 @@ /** @type {import('./types').Newline} */

node.body.type === 'ObjectExpression' ||
(node.body.type === 'AssignmentExpression' && node.body.left.type === 'ObjectPattern')
(node.body.type === 'AssignmentExpression' && node.body.left.type === 'ObjectPattern') ||
(node.body.type === 'LogicalExpression' && node.body.left.type === 'ObjectExpression') ||
(node.body.type === 'ConditionalExpression' && node.body.test.type === 'ObjectExpression')
) {

@@ -622,0 +624,0 @@ state.commands.push('(');

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