Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 117,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 4215,
"Ruby": 828,
"JavaScript": 1341,
"Objective-C": 10391
},
"pushed_at": "2020-02-13T19:13:17Z",
"created_at": "2019-10-15T06:10:09Z",
"owner_type": "Organization",
"updated_at": "2020-02-13T19:13:20Z",
"description": "Cookie manager for React Native",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Objective-C",
"significant_languages": [
"Objective-C",
"Java"
]
},
"owner": {
"blog": "https://mattermost.com",
"name": "Mattermost",
"type": "Organization",
"login": "mattermost",
"company": null,
"location": null,
"followers": 2565,
"avatar_url": "https://avatars.githubusercontent.com/u/9828093?v=4",
"created_at": "2014-11-18T18:51:58Z",
"is_verified": null,
"public_repos": 264,
"account_age_days": 4265
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2017-08-08T16:10:48Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2015-08-09T19:49:21Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2015-07-09T12:48:06Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2015-05-28T13:43:51Z"
}
],
"recent_commits": [
{
"oid": "b35bafc388ae09c83bd875e887daf6a0755e0b40",
"body": "Delete binary cookies and webiste data",
"is_bot": false,
"headline": "Merge pull request #1 from mattermost/del-binary-cookies",
"author_name": "Miguel Alatzar",
"author_login": "migbot",
"committed_at": "2020-02-13T19:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac1782d39d30685e33ec43f0636ce779447b9b3",
"body": null,
"is_bot": false,
"headline": "Delete binary cookies and website data",
"author_name": "Miguel Alatzar",
"author_login": null,
"committed_at": "2020-02-13T19:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd56346526283e56e7bf80dfa3120656738a36eb",
"body": null,
"is_bot": false,
"headline": "Export only one getAll method",
"author_name": "Miguel Alatzar",
"author_login": null,
"committed_at": "2020-02-13T19:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54c0ffd28679871dd11e3396d8382cc8ff204d1",
"body": null,
"is_bot": false,
"headline": "Fix ios crash when cookie does not contain expiration date",
"author_name": "Elias Nahum",
"author_login": "enahum",
"committed_at": "2019-11-20T11:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48240c34cfd9dbfa0a590f0b740c74b2211cec93",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2018-12-27T15:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f11374745deba9f18f7b8a9bb4b0b2573026f522",
"body": "* Send the cookie's expiration date in getAll response\r\n\r\n* expose expireDates and other properties in the get() method as well",
"is_bot": false,
"headline": "Send the cookie's expiration date in get() and getAll() response (#98)",
"author_name": "Marc Shilling",
"author_login": "marcshilling",
"committed_at": "2018-09-10T18:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4206542d0735e12693848f742e86f663feeeabd9",
"body": null,
"is_bot": false,
"headline": "Support React Native 0.56 (#106)",
"author_name": "Svein Fidjestøl",
"author_login": "sveinfid",
"committed_at": "2018-09-10T18:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26043a778e793643b6cf7d9c148d9d301c4967d",
"body": null,
"is_bot": false,
"headline": "Make this work with RN56 (#104)",
"author_name": "rmevans9",
"author_login": "rmevans9",
"committed_at": "2018-09-10T18:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2b2dccc51ce71daae2e3a65544296563e80c04",
"body": "…ative 0.56 (#102)",
"is_bot": false,
"headline": "Update gradle and Android SDK versions for compatibility with React N…",
"author_name": "ptraeg",
"author_login": "ptraeg",
"committed_at": "2018-09-10T18:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed36272f4c109b30461eac4294f344cc495c6373",
"body": null,
"is_bot": false,
"headline": "setFromResponse now really results in true or false (#95)",
"author_name": "Soorena",
"author_login": "iamsoorena",
"committed_at": "2018-09-10T18:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a83c1fd928cffaba39f0e9e5d3920cbca4423f",
"body": "* Update RNCookieManagerIOS.m\r\n\r\n* Update CookieManagerModule.java",
"is_bot": false,
"headline": "Update RNCookieManagerIOS.m (#87)",
"author_name": "Johnny",
"author_login": "iDay",
"committed_at": "2018-09-10T18:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43b1da030f7fe8027013dd99c9048c94ae77833",
"body": "* Add webkit-support for the methods: get, set, getAll, clearAll\r\n\r\n* Import WebKit",
"is_bot": false,
"headline": "Add webkit-support for the methods: get, set, getAll, clearAll (#86)",
"author_name": "Thomas Scharke",
"author_login": "tscharke",
"committed_at": "2018-09-10T18:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dcbed931941c0a090f7c98bc015225b022d999",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2018-05-04T17:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00673e17af68c2edfaf7e9c2cc5ea55c59c416d7",
"body": null,
"is_bot": false,
"headline": "update podspec description",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2018-05-04T17:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78f628eb2ab8788fa853aac99f9441a8e96bade",
"body": null,
"is_bot": false,
"headline": "add node_modules to gitignore",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2018-05-04T17:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c77613fb852b8ae46ab9cf354078ba5b04d697",
"body": null,
"is_bot": false,
"headline": "Update react-native-cookies.podspec",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2018-05-04T17:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9444faa213ecf4532d10bfc78953cfef5090df6",
"body": "Update `react-native-cookies.podspec` since missing `React` depencency and \"broken\" search path for `h` and `m` file, breaks native builds and `bundle exec pod install` too",
"is_bot": false,
"headline": "Update `react-native-cookies.podspec` (#94)",
"author_name": "Filippo Sarzana",
"author_login": "filipposarzana",
"committed_at": "2018-05-04T17:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ab3d454cecfeac007cbbb4afa906a67886473c",
"body": null,
"is_bot": false,
"headline": "Add missing podspec React dependency (#92)",
"author_name": "Kacper Kozak",
"author_login": "KacperKozak",
"committed_at": "2018-05-04T17:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0cdfe5e34ae9c7dcb6010a1ff9b2e9725f201eb",
"body": null,
"is_bot": false,
"headline": "set version string to a tag that exists (#93)",
"author_name": "Sebastian Merz",
"author_login": null,
"committed_at": "2018-04-25T18:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0501a037f72f16c728d952f9d40a4b13ed540e9d",
"body": "* add podspec to support cocoapods\r\n\r\n* update github url\r\n\r\n* Update react-native-cookies.podspec",
"is_bot": false,
"headline": "Add Podspec file to support Cocoapods in iOS (#70)",
"author_name": "Jianglei",
"author_login": "allenzerg001",
"committed_at": "2017-12-04T14:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06216eb92af1feadc004f9ad9d74b8415eb242de",
"body": "Manger => Manager",
"is_bot": false,
"headline": "fix misspelling (#71)",
"author_name": "JamieYun",
"author_login": null,
"committed_at": "2017-12-04T14:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84585f3eea3592ab65ec390897b6355f76c2f965",
"body": "fixed typo",
"is_bot": false,
"headline": "Update README.md (#75)",
"author_name": "Jiayu Shen",
"author_login": "shenjiayu",
"committed_at": "2017-12-04T14:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba54dfcef156a33f1f0a3c3971834d8021599e63",
"body": null,
"is_bot": false,
"headline": "add badges to readme",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-09T14:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a799289570ed408ea31716c03b93aba93e900c50",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-08T16:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64dac7d309b0355a6fc7f9160f3532945689013",
"body": null,
"is_bot": false,
"headline": "update readme to add better install instructions",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-08T16:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5d9dec7476b8b5f50250638969603e45603c22",
"body": "https://github.com/facebook/react-native/releases/tag/v0.47.0",
"is_bot": false,
"headline": "Remove override of 'createJSModules' for RN 47.0 (#65)",
"author_name": "William Schurman",
"author_login": "wschurman",
"committed_at": "2017-08-08T13:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56c3f3fe51e05f3c780b656a35c3e5680eb0120",
"body": null,
"is_bot": false,
"headline": "Update readme to show promise usage",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-08T13:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937ae76e2c49dba674b2332ab7145d3cd784aa01",
"body": null,
"is_bot": false,
"headline": "Update formatting of index.js",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-08T13:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96eeadc53b4c4b19a3180fbe436ad913a438dc0",
"body": null,
"is_bot": false,
"headline": "move iOS code to ios subfolder",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-08-08T13:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b361878d9e9ffc4f67beac0f72c9f31ff4ded637",
"body": null,
"is_bot": false,
"headline": "resolves issue with promise resolution call",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-07-17T15:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07dfa2932fd543df5835d20c507a79e1aa5d34d8",
"body": null,
"is_bot": false,
"headline": "fixes missing semicolon in java cookie manager",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-07-17T14:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d42ea25eee34160351b10075e40dbed21ef7d1",
"body": null,
"is_bot": false,
"headline": "reposition args",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T19:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88246daa7876cab3d44b9c963cc327f25faf1a0b",
"body": null,
"is_bot": false,
"headline": "fix objective c module errors",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T18:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10451d73ab843fef08f0041891101f2efc0af577",
"body": null,
"is_bot": false,
"headline": "ignore xc files",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T18:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336ca1a4ec992fd092a8728b1fae7b03d8142e97",
"body": null,
"is_bot": false,
"headline": "use RCT_REMAP_METHOD for iOS",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T18:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934f67dcb057b359aa5179609519c0abca7e9047",
"body": null,
"is_bot": false,
"headline": "es6 in index.js",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T18:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4421f519850f9a046d3ff647031dc15adbafbcdb",
"body": null,
"is_bot": false,
"headline": "promisify native modules",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-06-13T18:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60705ba53a2d6dc95ea8bedfdc214a980fd77be7",
"body": null,
"is_bot": false,
"headline": "RFC 6265, section 4.1: Set-Cookie; (#58)",
"author_name": "jjl",
"author_login": "ubermenschjo",
"committed_at": "2017-06-13T18:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c7b196f2631a13690bed81c9cf31ec1e5d170f8",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-05-11T21:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee7def470f08f97cbc37ff60d25987dba9c098a",
"body": null,
"is_bot": false,
"headline": "Upgrade Android build tools to 25.0.2 (#55)",
"author_name": "Amilcar Andrade",
"author_login": "amilcar-andrade",
"committed_at": "2017-05-11T15:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997fbae892e4a66d34c0d1c7c374959db51204a6",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2017-05-02T20:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd47dd9556cc9455fc738f079d7bbce484f8fd9d",
"body": "* Make compatible with RN 0.40\r\n\r\n* Make search paths compatible with our project\r\n\r\n* Revert \"Make search paths compatible with our project\"\r\n\r\nThis reverts commit 19218bbc19b0b680ef3263451ab252548604a3a5.\r\n\r\n* Add backwards compatibility\r\n\r\n* Remove clearAll function with no callback",
"is_bot": false,
"headline": "Add compatibility for version >= 0.40 (#49)",
"author_name": "Praveen Perera",
"author_login": "praveenperera",
"committed_at": "2017-05-02T20:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8747babbf6e47a2a9351667138a791406e1667fc",
"body": null,
"is_bot": false,
"headline": "Upgrade Android build tools to 25.0.1 (#51)",
"author_name": "Marshall Quander",
"author_login": "mqp",
"committed_at": "2017-03-13T12:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5600ae53094a2cc96150376699ff460fe2d22b76",
"body": "From [build.gradle](https://github.com/Microsoft/react-native-code-push/blob/master/android/app/build.gradle#L24):\r\n\r\n dependencies {\r\n compile \"com.facebook.react:react-native:0.16.+\"\r\n }\r\n\r\nThis means that when adding the react-native-code-push module to an app and building it, Gradle\n[…]\nion](https://github.com/zo0r/react-native-push-notification/blob/master/android/build.gradle) and [react-native-maps](https://github.com/airbnb/react-native-maps/blob/master/android/build.gradle#L56).",
"is_bot": false,
"headline": "[Android] Let npm take care of versioning (#46)",
"author_name": "Martin Konicek",
"author_login": "mkonicek",
"committed_at": "2016-11-16T22:05:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f8ffe58cbe36bf4df359f19905becc4f97f04d5",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-09-06T20:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583ac04291d32be28facfc6b4b8f9f5986ae5d7e",
"body": null,
"is_bot": false,
"headline": "push version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-09-06T20:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd59d1c2b50743787100de5019202bd8ca352d66",
"body": "* clear a single cookie\r\n\r\n* mistakenly renamed an export function name\r\n\r\n* indicate the clearByName is iOS only",
"is_bot": false,
"headline": "Support for clearing a single cookie by name (#32)",
"author_name": "Omer Lachish-Rauchwerger",
"author_login": null,
"committed_at": "2016-09-06T20:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cacc910776cadc7e18bac2b03b39c5fc36ca22b0",
"body": "Currently the cookie string (e.g. cookieName=value) will be split on every instance of = and only the first two items will be used. This adds support for cookies with '=' in their value.",
"is_bot": false,
"headline": "Android split cookies only on first instance of = (#31)",
"author_name": "Steven",
"author_login": "sdg9",
"committed_at": "2016-09-06T20:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ff13447edc54307d26a12b3ba689f2041c9715",
"body": null,
"is_bot": false,
"headline": "updating imports (#30)",
"author_name": "Ishaan Parikh",
"author_login": null,
"committed_at": "2016-09-06T20:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819b2d4062cf6775d22b5800f7b10f7e717586df",
"body": "* call trim() on key for cookie (android)\r\n\r\n* FIXED ArrayIndexOutOfBoundsException",
"is_bot": false,
"headline": "call trim() on key for cookie (android) (#19)",
"author_name": "foloinfo",
"author_login": "foloinfo",
"committed_at": "2016-06-20T12:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f80cb24d9e11762cbb827401092f89cf55e21d",
"body": null,
"is_bot": false,
"headline": "push version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-06-16T16:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b0ae5c31a2c98186d423a2ea180e0b819ba324",
"body": "rnpm for both Android and iOS",
"is_bot": false,
"headline": "rnpm support for iOS added (#25)",
"author_name": "Juan Manuel",
"author_login": "7ynk3r",
"committed_at": "2016-06-16T16:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a76c2d54288eeb786f9622263c2ba40eb462a8f",
"body": "Update readme for tested versions of react-native",
"is_bot": false,
"headline": "Merge pull request #20 from Psykar/patch-1",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-21T20:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3c90c0b2b99a8afd23d45885b6e89a8622aa00",
"body": null,
"is_bot": false,
"headline": "Update readme for tested versions of react-native",
"author_name": "Louis des Landes",
"author_login": "Psykar",
"committed_at": "2016-04-21T00:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6c7f79b90243c69b5613f130835d4c15f828ab",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-04T19:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55242dd2a0b75a37f70d79989fe3aff9d392946",
"body": null,
"is_bot": false,
"headline": "push major version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-04T19:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b404a8aea9b4379c69073c272e8f9c8857d535",
"body": null,
"is_bot": false,
"headline": "Merge branch 'kevinresol-master'",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-04T19:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ee6552aa482b405544c730653a7ad6e1e811a8",
"body": null,
"is_bot": false,
"headline": "push version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-04T19:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fadeee361c3f4de9df4488b3e853cd8d0d10ec9",
"body": "…ookies into kevinresol-master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/kevinresol/react-native-c…",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-04-04T19:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d81672f9c6064117a4c80aed1f7bea2a3095443",
"body": null,
"is_bot": false,
"headline": "push version",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-02-19T15:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e90808175d874d77fc6ecd1d1e035ad6cfb041",
"body": null,
"is_bot": false,
"headline": "add keywords to npm",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-02-19T15:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0188d57515dc11433616686288bcbf03f2e0ce7",
"body": null,
"is_bot": false,
"headline": "Fix return type on ios",
"author_name": "Kevin Leung",
"author_login": "kevinresol",
"committed_at": "2016-02-17T04:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d9f84dbc8bd951f17ff4abbabae9f9f2c1b9ad",
"body": null,
"is_bot": false,
"headline": "Fix android callback types",
"author_name": "Kevin Leung",
"author_login": "kevinresol",
"committed_at": "2016-02-17T03:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcbc22ff1cfd4eb3fff7fccecccccf05f9db92ff",
"body": null,
"is_bot": false,
"headline": "Merge branch 'Psykar-master'",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-02-09T18:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f8bbdf8530ea2da48a92c0098d887e0484917c",
"body": null,
"is_bot": false,
"headline": "clean up formatting",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2016-02-09T18:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beacdff63db3444b5c2f88fec2dc8923f13e0643",
"body": "Fix exception on first run when there is no Cookie header.",
"is_bot": false,
"headline": "Merge pull request #1 from kivikakk/ios-first-launch-bug",
"author_name": "Louis des Landes",
"author_login": "Psykar",
"committed_at": "2016-02-04T01:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3592d59835febb004bdeac8153a4407aaee05b95",
"body": "… Cookie header.",
"is_bot": false,
"headline": "Fix a \"attempt to insert nil object from objects[0]\" when there is no…",
"author_name": "Yuki Izumi",
"author_login": null,
"committed_at": "2016-02-04T00:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9c913937d9927cf498b5f8379255f20aed1f27",
"body": "Add new methods get and setFromResponse to get a single\ncookie and and to set a cookie from a response header.\n\nClean up index.js to handle functions better",
"is_bot": false,
"headline": "Initial android version",
"author_name": "Louis des Landes",
"author_login": null,
"committed_at": "2016-01-27T04:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbfbfa267ee5bf7e05d8603d86c9c666a1990da8",
"body": null,
"is_bot": false,
"headline": "Release v0.0.3.",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-08-09T19:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f052dbd4b40ec83208268c9a91c8e1962e7565",
"body": "Fix module loading",
"is_bot": false,
"headline": "Merge pull request #5 from Shopify/master",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-08-09T19:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2bfba15bf9859cb353152685cc1af56275f9caf",
"body": null,
"is_bot": false,
"headline": "Add dependency on invariant package",
"author_name": "Justin Li",
"author_login": "pushrax",
"committed_at": "2015-08-09T18:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5cf4dcb5eab5db8f3bdb04d366a600b4f41405",
"body": null,
"is_bot": false,
"headline": "Fix import for recent react-native",
"author_name": "Justin Li",
"author_login": "pushrax",
"committed_at": "2015-08-09T18:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bdf140b3784fadb45e353626431ef3ab6ba0568",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-07-09T13:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67f2c79e8c07a3e16d531fee42df205a1023d005",
"body": null,
"is_bot": false,
"headline": "Release v0.0.2.",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-07-09T12:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0944f601e1eee84182f8e92c730f3365bd09ff",
"body": "…74#issuecomment-115745110 thanks @nicklockwood",
"is_bot": false,
"headline": "adds invariant per https://github.com/facebook/react-native/issues/12…",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-07-09T12:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9831633dc20f597ebdce0c5e207e88be58aae324",
"body": null,
"is_bot": false,
"headline": "add roadmap",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-05-28T13:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c749991003fdb36bd8e8b1aca80279c155777e",
"body": null,
"is_bot": false,
"headline": "add clear cookies example",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-05-28T13:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf1548cab9b22e91ffb31c13dfd463bdc338220",
"body": null,
"is_bot": false,
"headline": "add license",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-05-28T04:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a109d3b5919bfbb0ae5b8435e0469c413ed0936a",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Joe Ferraro",
"author_login": "joeferraro",
"committed_at": "2015-05-28T04:32:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2017-08-08T16:10:48Z",
"latest_release_tag": "v3.2.0",
"releases_from_tags": true,
"days_since_last_push": 2352,
"active_weeks_last_year": 0,
"days_since_latest_release": 3271,
"mean_days_between_releases": 267.7
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "react-native-cookies",
"exists": true,
"license": "MIT",
"keywords": [
"react",
"react native",
"react-component",
"cookies",
"webview",
"react-native"
],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/react-native-cookies",
"is_deprecated": false,
"latest_version": "3.3.0",
"repository_url": null,
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3162,
"first_published_at": "2015-05-28T04:33:27.321000Z",
"latest_published_at": "2018-05-04T17:32:33.369000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3002
}
]
},
"popularity": {
"forks": 2,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"android/build.gradle"
],
"largest_source_bytes": 10101,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"android/build.gradle",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": "npm:react-native-cookies@3.3.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"npm"
],
"dependencies": [
{
"name": "invariant",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "joeferraro",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/54157?v=4"
},
{
"type": "User",
"login": "pushrax",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/984857?v=4"
},
{
"type": "User",
"login": "kevinresol",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1103788?v=4"
},
{
"type": "User",
"login": "Psykar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/817933?v=4"
},
{
"type": "User",
"login": "amilcar-andrade",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/802308?v=4"
},
{
"type": "User",
"login": "enahum",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6757047?v=4"
},
{
"type": "User",
"login": "filipposarzana",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1384475?v=4"
},
{
"type": "User",
"login": "allenzerg001",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1256390?v=4"
},
{
"type": "User",
"login": "shenjiayu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6376156?v=4"
},
{
"type": "User",
"login": "iDay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3729025?v=4"
}
],
"contributors_sampled": 26,
"top_contributor_share": 0.606
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b35bafc388ae09c83bd875e887daf6a0755e0b40",
"ran_at": "2026-07-23T23:11:39Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2020-02-13T19:13:17Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mattermost/react-native-cookies",
"host": "github.com",
"name": "react-native-cookies",
"owner": "mattermost"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"security": 51,
"vitality": 13,
"community": 24,
"governance": 62,
"engineering": 5
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2352,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2352 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2352
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v3.2.0",
"releases_from_tags": true,
"days_since_latest_release": 3271,
"mean_days_between_releases": 267.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3271 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3271
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~267.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 267.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 2352,
"days_since_last_human_commit": 2352,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2352 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 2352
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 2,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"react-native-cookies"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3162
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,162 downloads/month across npm",
"points": 46.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3162,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 26,
"top_contributor_share": 0.606
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 61% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 61
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "26 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 26
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 2565,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mattermost",
"public_repos": 264,
"account_age_days": 4265
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2,565 followers of mattermost",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2565,
"login": "mattermost"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "264 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 264
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"react-native-cookies"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 3002
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 3002 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3002
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 5,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:react-native-cookies@3.3.0 runtime dependency closure — what installing the published package pulls in — 3 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:react-native-cookies@3.3.0",
"assessed": 3
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 23,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.354,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "28 of 79 human commits state their intent (structured subject or explanatory body)",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 79
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 14,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"android/build.gradle"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "android/build.gradle (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "android/build.gradle"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 79",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 79
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Objective-C",
"largest_source_bytes": 10101,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Objective-C without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Objective-C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T23:11:57.406424Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mattermost/react-native-cookies.svg",
"full_name": "mattermost/react-native-cookies",
"license_state": "standard",
"license_spdx": "MIT"
}