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

tallstack

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tallstack - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

15

index.js

@@ -76,4 +76,5 @@ /*

/**
* @param {(...args: any[]) => any} func
* @param {any[]} args
* @template S,T
* @param {(...args: S) => T} func
* @param {S} args
* @return {StackFrame}

@@ -86,5 +87,6 @@ */

/**
* @template S,T
* @param {any} thisArg
* @param {(...args: any[]) => any} func
* @param {any[]} args
* @param {(...args: S) => T} func
* @param {S} args
* @return {StackFrame}

@@ -133,5 +135,6 @@ */

/**
* @param {(...args: any[]) => any} func
* @template S,T
* @param {(...args: S) => T} func
* @param {any} thisArg
* @param {(...args: any[]) => any} func
* @param {(...args: S) => T} func
*/

@@ -138,0 +141,0 @@ function recursive(func, thisArg) {

2

package.json
{
"name": "tallstack",
"version": "0.1.2",
"version": "0.1.3",
"description": "A library that allows you to define recursive functions in JavaScript without stack overflow.",

@@ -5,0 +5,0 @@ "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