New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ejson-shell-parser

Package Overview
Dependencies
Maintainers
30
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejson-shell-parser - npm Package Compare versions

Comparing version 1.1.4 to 1.2.0

4

dist/ejson-shell-parser.cjs.dev.js

@@ -734,3 +734,5 @@ 'use strict';

var _buildAST = buildAST("(".concat(input, ")")),
var _buildAST = buildAST( // Wrapping input into brackets with newlines so that parser can correctly
// process an expression and handle possible trailing comments
"(\n".concat(input, "\n)")),
hasComments = _buildAST.hasComments,

@@ -737,0 +739,0 @@ ast = _buildAST.ast;

@@ -734,3 +734,5 @@ 'use strict';

var _buildAST = buildAST("(".concat(input, ")")),
var _buildAST = buildAST( // Wrapping input into brackets with newlines so that parser can correctly
// process an expression and handle possible trailing comments
"(\n".concat(input, "\n)")),
hasComments = _buildAST.hasComments,

@@ -737,0 +739,0 @@ ast = _buildAST.ast;

@@ -710,3 +710,5 @@ import { parse as parse$1 } from 'acorn';

var _buildAST = buildAST("(".concat(input, ")")),
var _buildAST = buildAST( // Wrapping input into brackets with newlines so that parser can correctly
// process an expression and handle possible trailing comments
"(\n".concat(input, "\n)")),
hasComments = _buildAST.hasComments,

@@ -713,0 +715,0 @@ ast = _buildAST.ast;

{
"name": "ejson-shell-parser",
"version": "1.1.4",
"version": "1.2.0",
"main": "dist/ejson-shell-parser.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/ejson-shell-parser.esm.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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