{"id":15761598,"url":"https://github.com/finnfiddle/its-set","last_synced_at":"2025-03-31T09:24:21.733Z","repository":{"id":57278648,"uuid":"63727972","full_name":"finnfiddle/its-set","owner":"finnfiddle","description":"Deep check if an identifier is defined and not null","archived":false,"fork":false,"pushed_at":"2017-07-03T11:54:51.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T11:16:58.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/finnfiddle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-19T21:05:20.000Z","updated_at":"2017-06-11T14:57:44.000Z","dependencies_parsed_at":"2022-09-09T14:10:42.980Z","dependency_job_id":null,"html_url":"https://github.com/finnfiddle/its-set","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fits-set","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fits-set/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fits-set/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Fits-set/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finnfiddle","download_url":"https://codeload.github.com/finnfiddle/its-set/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246444507,"owners_count":20778447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T11:03:08.828Z","updated_at":"2025-03-31T09:24:21.698Z","avatar_url":"https://github.com/finnfiddle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Its Set\n\nDeep check if an identifier is defined and not null\n\n```\nnpm install its-set\n```\n\n## Examples\n\n```javascript\nimport itsSet from 'its-set';\n\nitsSet('im set'); // true\nitsSet(false); // true\nitsSet(33); // true\nitsSet({ foo: { bar: { baz: 'im set' } } }, 'foo.bar.baz'); // true\n\nitsSet(undefined); // false\nitsSet(null); // false\nitsSet({ foo: { bar: {} } }, 'foo.bar.baz'); // false\nitsSet({ foo: { bar: { baz: null } } }, 'foo.bar.baz'); // false\n```\n\nOr...\n\n```javascript\nconst { itsSet } = require('its-set');\n\nitsSet('im set'); // true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Fits-set","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinnfiddle%2Fits-set","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Fits-set/lists"}