Socket
Book a DemoInstallSign in
Socket

hm-def

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hm-def - npm Package Compare versions

Comparing version

to
0.2.1

8

package.json
{
"name": "hm-def",
"version": "0.2.0",
"version": "0.2.1",
"description": "Runtime type checking with Hindley Milner signatures",

@@ -16,5 +16,5 @@ "repository": "https://github.com/xodio/hm-def",

"dependencies": {
"hm-parser": "^0.1.3",
"ramda": "^0.23.0",
"ramda-fantasy": "^0.7.0",
"hm-parser": "^0.1.4",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.9.0"

@@ -21,0 +21,0 @@ },

import R from 'ramda';
import { uncurryN } from 'ramda';
import $ from 'sanctuary-def';

@@ -16,3 +16,3 @@ import * as Sig from './signature';

const params = Sig.resolve(typeClasses, env, signature);
const ufunc = R.uncurryN(params.types.length - 1, func);
const ufunc = uncurryN(params.types.length - 1, func);
return $def(params.name, params.constraints, params.types, ufunc);

@@ -19,0 +19,0 @@ };

import R from 'ramda';
import * as R from 'ramda';
import { Reader } from 'ramda-fantasy';

@@ -4,0 +4,0 @@ import HMP from 'hm-parser';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.