🚀 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.0
to
1.0.1
+4
-4
index.js

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

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

@@ -27,6 +27,6 @@ functionType.__isAny = true

if( object[key] ) return object[key]
return any( runCallback )
return any( runCallback, config )
},
construct(){ return any( runCallback ) },
getPrototypeOf(){ return any( runCallback ) },
construct(){ return any( runCallback, config ) },
getPrototypeOf(){ return any( runCallback, config ) },
setPrototypeOf( object, prototype ){ return prototype },

@@ -33,0 +33,0 @@ has(){ return true },

{
"name": "any-object",
"version": "1.0.0",
"version": "1.0.1",
"description": "Any type object",

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