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

hm-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hm-parser - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

dist/grammar.js

@@ -104,5 +104,6 @@ // Generated automatically by nearley

{"name": "constrainedTypeArg", "symbols": ["constrainedTypeArg$subexpression$1"], "postprocess": data => data[0][0]},
{"name": "constrainedType$ebnf$1", "symbols": []},
{"name": "constrainedType$ebnf$1$subexpression$1", "symbols": ["__", "constrainedTypeArg"]},
{"name": "constrainedType$ebnf$1", "symbols": ["constrainedType$ebnf$1$subexpression$1", "constrainedType$ebnf$1"], "postprocess": function arrconcat(d) {return [d[0]].concat(d[1]);}},
{"name": "constrainedType$ebnf$1", "symbols": ["constrainedType$ebnf$1$subexpression$1"]},
{"name": "constrainedType$ebnf$1$subexpression$2", "symbols": ["__", "constrainedTypeArg"]},
{"name": "constrainedType$ebnf$1", "symbols": ["constrainedType$ebnf$1$subexpression$2", "constrainedType$ebnf$1"], "postprocess": function arrconcat(d) {return [d[0]].concat(d[1]);}},
{"name": "constrainedType", "symbols": ["lowId", "constrainedType$ebnf$1"], "postprocess":

@@ -109,0 +110,0 @@ data => ({

2

package.json
{
"name": "hm-parser",
"version": "0.1.2",
"version": "0.1.3",
"repository": "https://github.com/xodio/hm-parser",

@@ -5,0 +5,0 @@ "description": "A parser for Hidnley Milner notations",

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