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

monkberry-parser

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monkberry-parser - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

5

package.json
{
"name": "monkberry-parser",
"version": "3.3.0",
"version": "3.4.0",
"description": "Monkberry Parser",

@@ -25,6 +25,5 @@ "main": "src/index.js",

"devDependencies": {
"asciitree": "^1.0.0",
"jison": "^0.4.15",
"jison": "^0.4.16",
"preprocessor": "^1.4.0"
}
}

@@ -118,2 +118,8 @@ /* Helper methods */

function UnsafeStatementNode(html, loc) {
this.type = "UnsafeStatement";
this.html = html;
this.loc = loc;
}
function FilterExpressionNode(callee, args, loc) {

@@ -248,2 +254,3 @@ this.type = "FilterExpression";

parser.ast.ForStatementNode = ForStatementNode;
parser.ast.UnsafeStatementNode = UnsafeStatementNode;
parser.ast.FilterExpressionNode = FilterExpressionNode;

@@ -250,0 +257,0 @@ parser.ast.ThisExpressionNode = ThisExpressionNode;

src/index.js

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

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