Socket
Socket
Sign inDemoInstall

just-curry-it

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-curry-it - npm Package Compare versions

Comparing version 3.2.1 to 4.0.0

6

index.d.ts

@@ -1,7 +0,7 @@

export = curry;
export default curry;
// TODO: get more specific with permssible param types for returned function
// TODO: get more specific with permssible param types for returned function
declare function curry(
fn: Function,
arity?: number,
) : Function;
) : Function;

@@ -1,2 +0,2 @@

import curry = require("./index");
import curry from './index'

@@ -3,0 +3,0 @@ function add(a: number, b: number, c: number) {

{
"name": "just-curry-it",
"version": "3.2.1",
"version": "4.0.0",
"description": "return a curried function",

@@ -22,2 +22,2 @@ "main": "index.js",

}
}
}
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