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

@byte-this/funscript

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.30

{
"name": "@byte-this/funscript",
"version": "1.0.28",
"version": "1.0.30",
"description": "A typescript API which facilitates functional programming.",

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

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

this.size++;
if (this.size > 1000000) {
if (this.size > 1000) {
console.log("DEGUB: too many items");

@@ -35,0 +35,0 @@ }