Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.1.4

4

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

@@ -22,4 +22,4 @@ "description": "A parser for Hidnley Milner notations",

"nearley": "^2.7.12",
"ramda": "^0.23.0"
"ramda": "^0.24.1"
}
}
import R from 'ramda';
import { curry } from 'ramda';
import nearley from 'nearley';
import grammar from './grammar';
const parseFrom = R.curry(function parseFrom(start, s) {
const parseFrom = curry(function parseFrom(start, s) {
const parser = new nearley.Parser(

@@ -8,0 +8,0 @@ grammar.ParserRules,

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