{"id":1008482,"name":"@jsep-plugin/object","ecosystem":"npm","description":"Adds object expression support","homepage":"https://ericsmekens.github.io/jsep/tree/master/packages/object#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/EricSmekens/jsep","keywords_array":[],"namespace":"jsep-plugin","versions_count":7,"first_release_published_at":"2021-08-24T18:20:32.097Z","latest_release_published_at":"2024-11-05T14:54:47.029Z","latest_release_number":"1.2.2","last_synced_at":"2026-04-09T00:21:51.114Z","created_at":"2022-04-07T19:06:58.352Z","updated_at":"2026-04-09T00:21:51.115Z","registry_url":"https://www.npmjs.com/package/@jsep-plugin/object","install_command":"npm install @jsep-plugin/object","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"beta":"1.2.0-beta.1","latest":"1.2.2"}},"repo_metadata":{"id":3458721,"uuid":"4512746","full_name":"EricSmekens/jsep","owner":"EricSmekens","description":"JavaScript Expression Parser","archived":false,"fork":false,"pushed_at":"2024-11-18T01:23:35.000Z","size":1926,"stargazers_count":954,"open_issues_count":43,"forks_count":140,"subscribers_count":19,"default_branch":"master","last_synced_at":"2026-03-29T19:39:25.175Z","etag":null,"topics":["expression-parser","hacktoberfest","javascript","jsep"],"latest_commit_sha":null,"homepage":"http://ericsmekens.github.io/jsep/","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/EricSmekens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-05-31T20:48:09.000Z","updated_at":"2026-03-17T00:01:43.000Z","dependencies_parsed_at":"2024-03-27T05:22:38.087Z","dependency_job_id":"4cdf8b13-176b-436e-81d4-281dc74d1e2c","html_url":"https://github.com/EricSmekens/jsep","commit_stats":{"total_commits":349,"total_committers":27,"mean_commits":"12.925925925925926","dds":0.6361031518624642,"last_synced_commit":"72e045878a8237f30184cc7d6ae3f0dcd58a4ef5"},"previous_names":["soney/jsep"],"tags_count":104,"template":false,"template_full_name":null,"purl":"pkg:github/EricSmekens/jsep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricSmekens","download_url":"https://codeload.github.com/EricSmekens/jsep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep/sbom","scorecard":{"id":46445,"data":{"date":"2025-08-11","repo":{"name":"github.com/EricSmekens/jsep","commit":"c68ca831ac9bcb88f536602572ac16977d267a89"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 3/17 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/node.js.yml:1","Warn: no topLevel permission defined: .github/workflows/npm-publish.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node.js.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/node.js.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node.js.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/node.js.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node.js.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/node.js.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node.js.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/node.js.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/npm-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/npm-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/npm-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/EricSmekens/jsep/npm-publish.yml/master?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.4.0 not signed: https://api.github.com/repos/EricSmekens/jsep/releases/183635590","Warn: release artifact @jsep-plugin/ternary-v1.1.4 not signed: https://api.github.com/repos/EricSmekens/jsep/releases/183637304","Warn: release artifact @jsep-plugin/template-v1.0.5 not signed: https://api.github.com/repos/EricSmekens/jsep/releases/183637079","Warn: release artifact @jsep-plugin/spread-v1.0.3 not signed: https://api.github.com/repos/EricSmekens/jsep/releases/183636927","Warn: release artifact @jsep-plugin/regex-v1.0.4 not signed: https://api.github.com/repos/EricSmekens/jsep/releases/183636862","Warn: release artifact v1.4.0 does not have provenance: https://api.github.com/repos/EricSmekens/jsep/releases/183635590","Warn: release artifact @jsep-plugin/ternary-v1.1.4 does not have provenance: https://api.github.com/repos/EricSmekens/jsep/releases/183637304","Warn: release artifact @jsep-plugin/template-v1.0.5 does not have provenance: https://api.github.com/repos/EricSmekens/jsep/releases/183637079","Warn: release artifact @jsep-plugin/spread-v1.0.3 does not have provenance: https://api.github.com/repos/EricSmekens/jsep/releases/183636927","Warn: release artifact @jsep-plugin/regex-v1.0.4 does not have provenance: https://api.github.com/repos/EricSmekens/jsep/releases/183636862"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 17 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"40 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-fwr7-v2mv-hh25","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-jc84-3g44-wf2q","Warn: Project is vulnerable to: GHSA-74fj-2j2h-c42q","Warn: Project is vulnerable to: GHSA-pw2r-vq6v-hr8c","Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc","Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-5v2h-r2cx-5xgj","Warn: Project is vulnerable to: GHSA-rrrm-qjm4-v8hf","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-hj9c-8jmm-8c52","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-x2pg-mjhr-2m5x","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-4x5v-gmq8-25ch","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-pq67-2wwv-3xjx","Warn: Project is vulnerable to: GHSA-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-4wf5-vphf-c2xc","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-44c6-4v22-4mhx","Warn: Project is vulnerable to: GHSA-38fc-wpqx-33j7"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T22:53:06.069Z","repository_id":3458721,"created_at":"2025-08-14T22:53:06.069Z","updated_at":"2025-08-14T22:53:06.069Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-09T00:21:50.701Z","dependent_packages_count":10,"downloads":92204,"downloads_period":"last-month","dependent_repos_count":4,"rankings":{"downloads":1.312340589537912,"dependent_repos_count":5.561057298646011,"dependent_packages_count":2.060211300561626,"stargazers_count":2.581184074586034,"forks_count":2.559080823609127,"docker_downloads_count":null,"average":2.814774817388142},"purl":"pkg:npm/%40jsep-plugin/object","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@jsep-plugin/object","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@jsep-plugin/object","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@jsep-plugin/object/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-21T22:33:12.556Z","issues_count":62,"pull_requests_count":75,"avg_time_to_close_issue":26008947.9,"avg_time_to_close_pull_request":9515088.806451613,"issues_closed_count":50,"pull_requests_closed_count":62,"pull_request_authors_count":16,"issue_authors_count":51,"avg_comments_per_issue":3.225806451612903,"avg_comments_per_pull_request":1.8533333333333333,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":5,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":71558.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":0.6,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricSmekens%2Fjsep/issues","maintainers":[{"login":"6utt3rfly","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/6utt3rfly"},{"login":"EricSmekens","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/EricSmekens"},{"login":"LeaVerou","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LeaVerou"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jsep-plugin%2Fobject/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jsep-plugin%2Fobject/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jsep-plugin%2Fobject/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jsep-plugin%2Fobject/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jsep-plugin%2Fobject/codemeta","maintainers":[{"uuid":"leaverou","login":"leaverou","name":null,"email":"lea@verou.me","url":null,"packages_count":73,"html_url":"https://www.npmjs.com/~leaverou","role":null,"created_at":"2022-11-20T18:03:44.288Z","updated_at":"2022-11-20T18:03:44.288Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/leaverou/packages"},{"uuid":"6utt3rfly","login":"6utt3rfly","name":null,"email":"6utt3rfly.npm@gmail.com","url":null,"packages_count":13,"html_url":"https://www.npmjs.com/~6utt3rfly","role":null,"created_at":"2022-11-20T18:03:44.281Z","updated_at":"2022-11-20T18:03:44.281Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/6utt3rfly/packages"},{"uuid":"smekkie","login":"smekkie","name":null,"email":"ericsmekens@msn.com","url":null,"packages_count":15,"html_url":"https://www.npmjs.com/~smekkie","role":null,"created_at":"2022-11-20T18:03:44.294Z","updated_at":"2022-11-20T18:03:44.294Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/smekkie/packages"},{"uuid":"soney","login":"soney","name":null,"email":"swloney@gmail.com","url":null,"packages_count":18,"html_url":"https://www.npmjs.com/~soney","role":null,"created_at":"2022-11-20T18:03:44.303Z","updated_at":"2022-11-20T18:03:44.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/soney/packages"}]}