🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@byte-this/funscript

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byte-this/funscript - npm Package Compare versions

Comparing version

to
1.0.25

2

package.json
{
"name": "@byte-this/funscript",
"version": "1.0.24",
"version": "1.0.25",
"description": "A typescript API which facilitates functional programming.",

@@ -5,0 +5,0 @@ "main": "public-api.js",

@@ -38,2 +38,3 @@ import { Clone } from "../clone/clone";

prevNode.next = node.next;
return false;
}

@@ -40,0 +41,0 @@ else if (!node.next) {