🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

any-object

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-object - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-0
index.js

@@ -12,2 +12,3 @@ function repeat( value, length ){

if( runCallback ) args.forEach((v) => ((typeof v == "function" && !v.__isAny ) && v(...( repeat( any(), config.argLength || 10 ) ) )) )
if( config.functionCallback ) config.functionCallback( ...args )
return any( runCallback, config )

@@ -14,0 +15,0 @@ }

+1
-1
{
"name": "any-object",
"version": "1.0.1",
"version": "1.0.2",
"description": "Any type object",

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

@@ -10,2 +10,3 @@ ```js

defaultValueOf: [],
functionCallback: void 0,
argLength: 10,

@@ -12,0 +13,0 @@ // Callback called arguments length

+1
-0

@@ -9,2 +9,3 @@ var Any = require( "./index" )

defaultValueOf: [],
functionCallback: void 0,
argLength: 10,

@@ -11,0 +12,0 @@ // Callback called arguments length