Socket
Socket
Sign inDemoInstall

util-arity

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

arity.d.ts

@@ -1,3 +0,3 @@

declare function arity (arity: number, fn: Function): Function;
declare function arity (arity: number, fn: (...args: any[]) => any): (...args: any[]) => any;
export = arity;
{
"name": "util-arity",
"version": "1.0.1",
"version": "1.0.2",
"description": "Set the length of a function.",

@@ -5,0 +5,0 @@ "main": "arity.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc