
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
var Any = require( "any-object" )
var any = Any( true /*Run callback (default: true)*/, {
// All options and their default value
defaultValue: "",
defaultNumber: 0,
defaultString: "",
defaultValueOf: [],
functionCallback: void 0,
argLength: 10,
// Callback called arguments length
proxy: {}
// Proxy setting.
})
// A jk
any
.hello
.uLookCute
.canIFxxkYou
.what( "angry" )
.canIFuckYou
.NO
// Examples
var window = window || any
window.alert( window.location.href )
for( let value of any ){
window.alert( value )
}
any.forEach(( value, key ) => {
console.log( typeof value.toString() )
})
any.data = "Hello World"
console.log( any.__isAny )
console.log( any.data )
any()
any.textBoard
( "# Name" )
( "LiHua & Judy" )
( "# Task" )
( "If u are LiHua, Please write a message for Judy about today" )
( "*Length >= 100*" )
var TextBoard = new (TextBoard || any)
TextBoard
.title( "Anything" )
.show( any/*An callback*/ )
delete window
delete TextBoard
delete any
FAQs
Any type object
We found that any-object demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.