"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "hoppscotch" between the packages
hoppscotch-2.2.1.tar.gz and hoppscotch-3.0.0.tar.gz

About: Hoppscotch is a light-weight, web based API development suite.

Summary:

The "hoppscotch" source code changed by about 90.8% and now consists of 659 regular files (+46) and 125 directories (+25).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Shell program 2 0 0 0
Configuration file 1 0 0 0
JavaScript file 83 25 52 3
JSON file 66 17 5 39
SGML document 4 2 1 0
Git file 6 2 0 2
HTML page 214 108 106 0
Qt Translation or MS TypeScript file 379 234 125 14
Sass CSS style sheet 2 0 0 2
YAML file 16 2 0 4
Icon 2 1 1 0
Image file 10 5 5 0
Vector Image file 173 37 122 5
Directory 201 101 76 0
Change log 1 0 0 0
Information file 2 1 1 0
License 2 1 0 0
Readme file 12 2 7 2
Text file 169 94 60 3
Total Files134563256174



JavaScript Files (80 of 83):

NameStatusDeltaVisual Diff
packages/codemirror-lang-graphql/src/index.js changed 58.7% diff
packages/hoppscotch-app/.eslintrc.js changed 41.6% diff
packages/hoppscotch-app/.prettierrc.js added
packages/hoppscotch-app/.stylelintrc.js removed
packages/hoppscotch-app/assets/js/getLinkTag.js removed
packages/hoppscotch-app/assets/js/regex.worker.js removed
packages/hoppscotch-app/babel.config.js removed
packages/hoppscotch-app/components/graphql/__tests__/Field.spec.js removed
packages/hoppscotch-app/components/graphql/__tests__/Type.spec.js removed
packages/hoppscotch-app/components/graphql/__tests__/TypeLink.spec.js removed
packages/hoppscotch-app/components/lenses/renderers/mixins/TextContentRendererMixin.js moved 0.0%
packages/hoppscotch-app/src/components/lenses/renderers/mixins/TextContentRendererMixin.js
packages/hoppscotch-app/components/smart/__tests__/AutoComplete.spec.js removed
packages/hoppscotch-app/components/smart/__tests__/Tab.spec.js removed
packages/hoppscotch-app/components/smart/__tests__/Toggle.spec.js removed
packages/hoppscotch-app/components/smart/Link.js removed
packages/hoppscotch-app/helpers/__tests__/editorutils.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/__tests__/editorutils.spec.js
packages/hoppscotch-app/helpers/__tests__/jsonParse.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/__tests__/jsonParse.spec.js
packages/hoppscotch-app/helpers/__tests__/platformutils.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/__tests__/platformutils.spec.js
packages/hoppscotch-app/helpers/editorutils.js removed
packages/hoppscotch-app/helpers/findStatusGroup.js removed
packages/hoppscotch-app/helpers/headers.js removed
packages/hoppscotch-app/helpers/oauth.js moved 4.2% diff
packages/hoppscotch-app/src/helpers/oauth.js
packages/hoppscotch-app/helpers/platformutils.js removed
packages/hoppscotch-app/helpers/preRequestScriptSnippets.js removed
packages/hoppscotch-app/helpers/pwa.js removed
packages/hoppscotch-app/helpers/requestParams.js moved 0.0%
packages/hoppscotch-app/src/helpers/requestParams.js
packages/hoppscotch-app/helpers/shortcuts.js removed
packages/hoppscotch-app/helpers/strategies/__tests__/AxiosStrategy-NoProxy.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/strategies/__tests__/AxiosStrategy-NoProxy.spec.js
packages/hoppscotch-app/helpers/strategies/__tests__/AxiosStrategy-Proxy.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/strategies/__tests__/AxiosStrategy-Proxy.spec.js
packages/hoppscotch-app/helpers/strategies/__tests__/ExtensionStrategy-NoProxy.spec.js moved 3.7% diff
packages/hoppscotch-app/src/helpers/strategies/__tests__/ExtensionStrategy-NoProxy.spec.js
packages/hoppscotch-app/helpers/support.js removed
packages/hoppscotch-app/helpers/syntax/gqlQueryLangMode.js moved 0.0%
packages/hoppscotch-app/src/helpers/syntax/gqlQueryLangMode.js
packages/hoppscotch-app/helpers/teams/utils.js removed
packages/hoppscotch-app/helpers/tern.js moved 0.0%
packages/hoppscotch-app/src/helpers/tern.js
packages/hoppscotch-app/helpers/ternlint.js moved 1.3% diff
packages/hoppscotch-app/src/helpers/ternlint.js
packages/hoppscotch-app/helpers/testSnippets.js removed
packages/hoppscotch-app/helpers/utils/__tests__/b64.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/__tests__/b64.spec.js
packages/hoppscotch-app/helpers/utils/__tests__/contenttypes.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/__tests__/contenttypes.spec.js
packages/hoppscotch-app/helpers/utils/__tests__/debounce.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/__tests__/debounce.spec.js
packages/hoppscotch-app/helpers/utils/__tests__/uri.spec.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/__tests__/uri.spec.js
packages/hoppscotch-app/helpers/utils/__tests__/valid.spec.js moved 10.9% diff
packages/hoppscotch-app/src/helpers/utils/__tests__/valid.spec.js
packages/hoppscotch-app/helpers/utils/debounce.js moved 23.9% diff
packages/hoppscotch-app/src/helpers/utils/debounce.js
packages/hoppscotch-app/helpers/utils/uri.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/uri.js
packages/hoppscotch-app/helpers/utils/valid.js moved 0.0%
packages/hoppscotch-app/src/helpers/utils/valid.js
packages/hoppscotch-app/jest.config.js removed
packages/hoppscotch-app/jest.setup.js removed
packages/hoppscotch-app/newstore/__tests__/DispatchingStore.spec.js moved 2.2% diff
packages/hoppscotch-app/src/newstore/__tests__/DispatchingStore.spec.js
packages/hoppscotch-app/nuxt.config.js removed
packages/hoppscotch-app/plugins/crisp.js removed
packages/hoppscotch-app/plugins/v-focus.js removed
packages/hoppscotch-app/plugins/v-textarea.js removed
packages/hoppscotch-app/plugins/v-tippy.js removed
packages/hoppscotch-app/plugins/web-worker.js removed
packages/hoppscotch-app/src/helpers/curl/__tests__/curlparser.spec.js added
packages/hoppscotch-app/src/helpers/curl/__tests__/detectContentType.spec.js added
packages/hoppscotch-app/src/workers/regex.js added
packages/hoppscotch-app/windi.config.js removed
packages/hoppscotch-data/rollup.config.js removed
packages/hoppscotch-js-sandbox/jest.config.js changed 15.6% diff

JSON Files (61 of 66):

NameStatusDeltaVisual Diff
.vscode/extensions.json added
package.json changed 34.4% diff
packages/codemirror-lang-graphql/package.json changed 39.4% diff
packages/hoppscotch-app/helpers/terndoc/ecma.json moved 3.3% diff
packages/hoppscotch-app/src/helpers/terndoc/ecma.json
packages/hoppscotch-app/helpers/terndoc/pw-extras.json moved 0.0%
packages/hoppscotch-app/src/helpers/terndoc/pw-extras.json
packages/hoppscotch-app/helpers/terndoc/pw-pre.json removed
packages/hoppscotch-app/helpers/terndoc/pw-test.json moved 54.3% diff
packages/hoppscotch-app/src/helpers/terndoc/pw-test.json
packages/hoppscotch-app/languages.json changed 8.0% diff
packages/hoppscotch-app/locales/af.json changed 20.4% diff
packages/hoppscotch-app/locales/ar.json changed 38.7% diff
packages/hoppscotch-app/locales/ca.json changed 19.0% diff
packages/hoppscotch-app/locales/cn.json changed 33.5% diff
packages/hoppscotch-app/locales/cs.json changed 19.7% diff
packages/hoppscotch-app/locales/da.json changed 20.3% diff
packages/hoppscotch-app/locales/de.json changed 57.3% diff
packages/hoppscotch-app/locales/el.json changed 14.5% diff
packages/hoppscotch-app/locales/en.json changed 21.3% diff
packages/hoppscotch-app/locales/es.json changed 60.5% diff
packages/hoppscotch-app/locales/fi.json changed 19.8% diff
packages/hoppscotch-app/locales/fr.json changed 19.2% diff
packages/hoppscotch-app/locales/he.json changed 18.0% diff
packages/hoppscotch-app/locales/hu.json changed 20.1% diff
packages/hoppscotch-app/locales/it.json changed 19.3% diff
packages/hoppscotch-app/locales/ja.json changed 80.2% diff
packages/hoppscotch-app/locales/ko.json changed 71.3% diff
packages/hoppscotch-app/locales/nl.json changed 20.1% diff
packages/hoppscotch-app/locales/no.json changed 20.3% diff
packages/hoppscotch-app/locales/pl.json changed 19.6% diff
packages/hoppscotch-app/locales/pt-br.json changed 47.2% diff
packages/hoppscotch-app/locales/pt.json changed 19.8% diff
packages/hoppscotch-app/locales/ro.json changed 19.7% diff
packages/hoppscotch-app/locales/ru.json changed 14.5% diff
packages/hoppscotch-app/locales/sr.json changed 15.8% diff
packages/hoppscotch-app/locales/sv.json changed 20.3% diff
packages/hoppscotch-app/locales/tr.json changed 55.3% diff
packages/hoppscotch-app/locales/tw.json changed 30.0% diff
packages/hoppscotch-app/locales/uk.json changed 15.3% diff
packages/hoppscotch-app/locales/vi.json changed 18.1% diff
packages/hoppscotch-app/package.json changed 85.3% diff
packages/hoppscotch-app/src/helpers/terndoc/pw-pre.json added
packages/hoppscotch-app/tsconfig.json changed 100.0% diff
packages/hoppscotch-app/tsconfig.node.json added
packages/hoppscotch-cli/.prettierrc added
packages/hoppscotch-cli/package.json added
packages/hoppscotch-cli/src/__tests__/samples/env-flag-envs.json added
packages/hoppscotch-cli/src/__tests__/samples/env-flag-tests.json added
packages/hoppscotch-cli/src/__tests__/samples/fails.json added
packages/hoppscotch-cli/src/__tests__/samples/malformed-collection.json added
packages/hoppscotch-cli/src/__tests__/samples/malformed-collection2.json added
packages/hoppscotch-cli/src/__tests__/samples/passes.json added
packages/hoppscotch-cli/src/tsconfig.json added
packages/hoppscotch-cli/tsconfig.json added
packages/hoppscotch-data/package-lock.json removed
packages/hoppscotch-data/package.json changed 86.3% diff
packages/hoppscotch-data/tsconfig.decl.json added
packages/hoppscotch-data/tsconfig.json changed 37.4% diff
packages/hoppscotch-js-sandbox/package.json changed 55.5% diff
packages/hoppscotch-js-sandbox/tsconfig.json changed 17.7% diff

SGML Documents (3 of 4):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/components/http/Authorization.vue moved 75.8% diff
packages/hoppscotch-app/src/components/http/Authorization.vue
packages/hoppscotch-app/src/components/graphql/Authorization.vue added

Git Files (4 of 6):

NameStatusDeltaVisual Diff
.gitattributes added
.gitignore changed 4.0% diff
packages/hoppscotch-app/.gitignore changed 100.0% diff
packages/hoppscotch-cli/.gitignore added

HTML Pages (all 214):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/assets/md/folderBody.md removed
packages/hoppscotch-app/assets/md/folderContents.md removed
packages/hoppscotch-app/components/app/Announcement.vue moved 0.2%
packages/hoppscotch-app/src/components/app/Announcement.vue
packages/hoppscotch-app/components/app/Fuse.vue moved 0.1%
packages/hoppscotch-app/src/components/app/Fuse.vue
packages/hoppscotch-app/components/app/GitHubStarButton.vue moved 10.7%
packages/hoppscotch-app/src/components/app/GitHubStarButton.vue
packages/hoppscotch-app/components/app/Interceptor.vue moved 0.03%
packages/hoppscotch-app/src/components/app/Interceptor.vue
packages/hoppscotch-app/components/app/Logo.vue removed
packages/hoppscotch-app/components/app/PowerSearch.vue moved 0.03%
packages/hoppscotch-app/src/components/app/PowerSearch.vue
packages/hoppscotch-app/components/app/PowerSearchEntry.vue moved 4.0%
packages/hoppscotch-app/src/components/app/PowerSearchEntry.vue
packages/hoppscotch-app/components/app/Share.vue moved 11.7%
packages/hoppscotch-app/src/components/app/Share.vue
packages/hoppscotch-app/components/app/Shortcuts.vue moved 0.1%
packages/hoppscotch-app/src/components/app/Shortcuts.vue
packages/hoppscotch-app/components/app/ShortcutsEntry.vue moved 0.2%
packages/hoppscotch-app/src/components/app/ShortcutsEntry.vue
packages/hoppscotch-app/components/app/Sidenav.vue moved 18.6%
packages/hoppscotch-app/src/components/app/Sidenav.vue
packages/hoppscotch-app/components/app/SlideOver.vue moved 0.1%
packages/hoppscotch-app/src/components/app/SlideOver.vue
packages/hoppscotch-app/components/app/Support.vue moved 27.6%
packages/hoppscotch-app/src/components/app/Support.vue
packages/hoppscotch-app/components/button/Primary.vue moved 22.2%
packages/hoppscotch-app/src/components/button/Primary.vue
packages/hoppscotch-app/components/button/Secondary.vue moved 19.8%
packages/hoppscotch-app/src/components/button/Secondary.vue
packages/hoppscotch-app/components/collections/Add.vue moved 24.6%
packages/hoppscotch-app/src/components/collections/Add.vue
packages/hoppscotch-app/components/collections/AddFolder.vue moved 20.8%
packages/hoppscotch-app/src/components/collections/AddFolder.vue
packages/hoppscotch-app/components/collections/ChooseType.vue moved 67.7%
packages/hoppscotch-app/src/components/collections/ChooseType.vue
packages/hoppscotch-app/components/collections/Edit.vue moved 14.9%
packages/hoppscotch-app/src/components/collections/Edit.vue
packages/hoppscotch-app/components/collections/EditFolder.vue moved 16.0%
packages/hoppscotch-app/src/components/collections/EditFolder.vue
packages/hoppscotch-app/components/collections/EditRequest.vue moved 15.8%
packages/hoppscotch-app/src/components/collections/EditRequest.vue
packages/hoppscotch-app/components/collections/graphql/Add.vue moved 9.9%
packages/hoppscotch-app/src/components/collections/graphql/Add.vue
packages/hoppscotch-app/components/collections/graphql/AddFolder.vue moved 16.3%
packages/hoppscotch-app/src/components/collections/graphql/AddFolder.vue
packages/hoppscotch-app/components/collections/graphql/Edit.vue moved 1.6%
packages/hoppscotch-app/src/components/collections/graphql/Edit.vue
packages/hoppscotch-app/components/collections/graphql/EditFolder.vue moved 7.0%
packages/hoppscotch-app/src/components/collections/graphql/EditFolder.vue
packages/hoppscotch-app/components/collections/graphql/EditRequest.vue moved 8.4%
packages/hoppscotch-app/src/components/collections/graphql/EditRequest.vue
packages/hoppscotch-app/components/collections/graphql/ImportExport.vue moved 7.4%
packages/hoppscotch-app/src/components/collections/graphql/ImportExport.vue
packages/hoppscotch-app/components/collections/graphql/Request.vue moved 5.3%
packages/hoppscotch-app/src/components/collections/graphql/Request.vue
packages/hoppscotch-app/components/collections/SaveRequest.vue moved 4.4%
packages/hoppscotch-app/src/components/collections/SaveRequest.vue
packages/hoppscotch-app/components/docs/Collection.vue removed
packages/hoppscotch-app/components/docs/Folder.vue removed
packages/hoppscotch-app/components/docs/Request.vue removed
packages/hoppscotch-app/components/environments/Add.vue removed
packages/hoppscotch-app/components/environments/Edit.vue removed
packages/hoppscotch-app/components/environments/Environment.vue moved 5.3%
packages/hoppscotch-app/src/components/environments/Environment.vue
packages/hoppscotch-app/components/environments/ImportExport.vue moved 7.8%
packages/hoppscotch-app/src/components/environments/ImportExport.vue
packages/hoppscotch-app/components/environments/index.vue removed
packages/hoppscotch-app/components/firebase/Login.vue moved 25.3%
packages/hoppscotch-app/src/components/firebase/Login.vue
packages/hoppscotch-app/components/firebase/Logout.vue moved 10.1%
packages/hoppscotch-app/src/components/firebase/Logout.vue
packages/hoppscotch-app/components/graphql/Field.vue moved 5.6%
packages/hoppscotch-app/src/components/graphql/Field.vue
packages/hoppscotch-app/components/graphql/Request.vue moved 0.1%
packages/hoppscotch-app/src/components/graphql/Request.vue
packages/hoppscotch-app/components/graphql/Response.vue moved 9.4%
packages/hoppscotch-app/src/components/graphql/Response.vue
packages/hoppscotch-app/components/graphql/Type.vue moved 1.3%
packages/hoppscotch-app/src/components/graphql/Type.vue
packages/hoppscotch-app/components/graphql/TypeLink.vue moved 0.1%
packages/hoppscotch-app/src/components/graphql/TypeLink.vue
packages/hoppscotch-app/components/history/graphql/Card.vue moved 18.3%
packages/hoppscotch-app/src/components/history/graphql/Card.vue
packages/hoppscotch-app/components/history/index.vue moved 84.6%
packages/hoppscotch-app/src/components/history/index.vue
packages/hoppscotch-app/components/history/rest/Card.vue moved 13.2%
packages/hoppscotch-app/src/components/history/rest/Card.vue
packages/hoppscotch-app/components/http/Body.vue removed
packages/hoppscotch-app/components/http/CodegenModal.vue moved 18.2%
packages/hoppscotch-app/src/components/http/CodegenModal.vue
packages/hoppscotch-app/components/http/ImportCurl.vue moved 22.0%
packages/hoppscotch-app/src/components/http/ImportCurl.vue
packages/hoppscotch-app/components/http/OAuth2Authorization.vue moved 8.8%
packages/hoppscotch-app/src/components/http/OAuth2Authorization.vue
packages/hoppscotch-app/components/http/Parameters.vue removed
packages/hoppscotch-app/components/http/PreRequestScript.vue moved 5.8%
packages/hoppscotch-app/src/components/http/PreRequestScript.vue
packages/hoppscotch-app/components/http/RawBody.vue moved 9.0%
packages/hoppscotch-app/src/components/http/RawBody.vue
packages/hoppscotch-app/components/http/Response.vue moved 22.4%
packages/hoppscotch-app/src/components/http/Response.vue
packages/hoppscotch-app/components/http/TestResult.vue removed
packages/hoppscotch-app/components/http/TestResultEntry.vue moved 29.5%
packages/hoppscotch-app/src/components/http/TestResultEntry.vue
packages/hoppscotch-app/components/http/TestResultReport.vue moved 0.1%
packages/hoppscotch-app/src/components/http/TestResultReport.vue
packages/hoppscotch-app/components/http/Tests.vue moved 6.1%
packages/hoppscotch-app/src/components/http/Tests.vue
packages/hoppscotch-app/components/http/URLEncodedParams.vue removed
packages/hoppscotch-app/components/lenses/HeadersRenderer.vue moved 22.9%
packages/hoppscotch-app/src/components/lenses/HeadersRenderer.vue
packages/hoppscotch-app/components/lenses/renderers/HTMLLensRenderer.vue moved 0.03%
packages/hoppscotch-app/src/components/lenses/renderers/HTMLLensRenderer.vue
packages/hoppscotch-app/components/lenses/renderers/ImageLensRenderer.vue moved 11.8%
packages/hoppscotch-app/src/components/lenses/renderers/ImageLensRenderer.vue
packages/hoppscotch-app/components/lenses/renderers/JSONLensRenderer.vue removed
packages/hoppscotch-app/components/lenses/renderers/RawLensRenderer.vue moved 20.8%
packages/hoppscotch-app/src/components/lenses/renderers/RawLensRenderer.vue
packages/hoppscotch-app/components/lenses/renderers/XMLLensRenderer.vue moved 0.04%
packages/hoppscotch-app/src/components/lenses/renderers/XMLLensRenderer.vue
packages/hoppscotch-app/components/lenses/ResponseBodyRenderer.vue moved 30.7%
packages/hoppscotch-app/src/components/lenses/ResponseBodyRenderer.vue
packages/hoppscotch-app/components/profile/Picture.vue moved 78.1%
packages/hoppscotch-app/src/components/profile/Picture.vue
packages/hoppscotch-app/components/realtime/Log.vue removed
packages/hoppscotch-app/components/realtime/Sse.vue removed
packages/hoppscotch-app/components/smart/AccentModePicker.vue moved 16.3%
packages/hoppscotch-app/src/components/smart/AccentModePicker.vue
packages/hoppscotch-app/components/smart/Anchor.vue moved 0.1%
packages/hoppscotch-app/src/components/smart/Anchor.vue
packages/hoppscotch-app/components/smart/AutoComplete.vue moved 1.2%
packages/hoppscotch-app/src/components/smart/AutoComplete.vue
packages/hoppscotch-app/components/smart/ChangeLanguage.vue removed
packages/hoppscotch-app/components/smart/Checkbox.vue moved 0.8%
packages/hoppscotch-app/src/components/smart/Checkbox.vue
packages/hoppscotch-app/components/smart/ColorModePicker.vue moved 14.4%
packages/hoppscotch-app/src/components/smart/ColorModePicker.vue
packages/hoppscotch-app/components/smart/ConfirmModal.vue moved 20.2%
packages/hoppscotch-app/src/components/smart/ConfirmModal.vue
packages/hoppscotch-app/components/smart/EnvInput.vue moved 63.9%
packages/hoppscotch-app/src/components/smart/EnvInput.vue
packages/hoppscotch-app/components/smart/Expand.vue moved 11.2%
packages/hoppscotch-app/src/components/smart/Expand.vue
packages/hoppscotch-app/components/smart/FileChip.vue moved 23.0%
packages/hoppscotch-app/src/components/smart/FileChip.vue
packages/hoppscotch-app/components/smart/FontSizePicker.vue moved 7.8%
packages/hoppscotch-app/src/components/smart/FontSizePicker.vue
packages/hoppscotch-app/components/smart/Icon.vue removed
packages/hoppscotch-app/components/smart/Intersection.vue moved 3.4%
packages/hoppscotch-app/src/components/smart/Intersection.vue
packages/hoppscotch-app/components/smart/Item.vue moved 10.3%
packages/hoppscotch-app/src/components/smart/Item.vue
packages/hoppscotch-app/components/smart/Modal.vue moved 3.5%
packages/hoppscotch-app/src/components/smart/Modal.vue
packages/hoppscotch-app/components/smart/ProgressRing.vue moved 0.1%
packages/hoppscotch-app/src/components/smart/ProgressRing.vue
packages/hoppscotch-app/components/smart/Radio.vue moved 23.9%
packages/hoppscotch-app/src/components/smart/Radio.vue
packages/hoppscotch-app/components/smart/RadioGroup.vue moved 43.3%
packages/hoppscotch-app/src/components/smart/RadioGroup.vue
packages/hoppscotch-app/components/smart/Tab.vue removed
packages/hoppscotch-app/components/smart/Tabs.vue moved 46.7%
packages/hoppscotch-app/src/components/smart/Tabs.vue
packages/hoppscotch-app/components/smart/Toggle.vue moved 13.8%
packages/hoppscotch-app/src/components/smart/Toggle.vue
packages/hoppscotch-app/components/tab/Primary.vue moved 14.3%
packages/hoppscotch-app/src/components/tab/Primary.vue
packages/hoppscotch-app/components/tab/Secondary.vue moved 0.1%
packages/hoppscotch-app/src/components/tab/Secondary.vue
packages/hoppscotch-app/components/teams/Add.vue moved 0.1%
packages/hoppscotch-app/src/components/teams/Add.vue
packages/hoppscotch-app/components/teams/index.vue moved 0.02%
packages/hoppscotch-app/src/components/teams/index.vue
packages/hoppscotch-app/components/teams/Modal.vue moved 3.9%
packages/hoppscotch-app/src/components/teams/Modal.vue
packages/hoppscotch-app/index.html added
packages/hoppscotch-app/layouts/default.vue moved 24.0%
packages/hoppscotch-app/src/layouts/default.vue
packages/hoppscotch-app/layouts/empty.vue removed
packages/hoppscotch-app/layouts/error.vue removed
packages/hoppscotch-app/pages/enter.vue moved 21.7%
packages/hoppscotch-app/src/pages/enter.vue
packages/hoppscotch-app/pages/graphql.vue moved 50.2%
packages/hoppscotch-app/src/pages/graphql.vue
packages/hoppscotch-app/pages/index.vue moved 44.1%
packages/hoppscotch-app/src/pages/index.vue
packages/hoppscotch-app/pages/r/_id.vue moved 5.3%
packages/hoppscotch-app/src/pages/r/_id.vue
packages/hoppscotch-app/pages/realtime.vue moved 46.8%
packages/hoppscotch-app/src/pages/realtime.vue
packages/hoppscotch-app/src/App.vue added
packages/hoppscotch-app/src/components/app/DeveloperOptions.vue added
packages/hoppscotch-app/src/components/app/PaneLayout.vue added
packages/hoppscotch-app/src/components/collections/AddRequest.vue added
packages/hoppscotch-app/src/components/collections/graphql/AddRequest.vue added
packages/hoppscotch-app/src/components/environments/Details.vue added
packages/hoppscotch-app/src/components/http/ReqChangeConfirmModal.vue added
packages/hoppscotch-app/src/components/http/RequestOptions.vue added
packages/hoppscotch-app/src/components/http/Sidebar.vue added
packages/hoppscotch-app/src/components/http/TestResultEnv.vue added
packages/hoppscotch-app/src/components/lenses/HeadersRendererEntry.vue added
packages/hoppscotch-app/src/components/lenses/renderers/PDFLensRenderer.vue added
packages/hoppscotch-app/src/components/profile/Shortcode.vue added
packages/hoppscotch-app/src/components/realtime/Communication.vue added
packages/hoppscotch-app/src/components/realtime/Log.vue added
packages/hoppscotch-app/src/components/smart/ChangeLanguage.vue added
packages/hoppscotch-app/src/components/smart/Link.vue added
packages/hoppscotch-app/src/components/smart/Tab.vue added
packages/hoppscotch-app/src/pages/_.vue added
packages/hoppscotch-app/src/pages/import.vue added
packages/hoppscotch-app/src/pages/realtime/mqtt.vue added
packages/hoppscotch-app/src/pages/realtime/sse.vue added

Qt Translation Or MS TypeScript Files (373 of 379):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/globals.d.ts removed
packages/hoppscotch-app/helpers/actions.ts moved 2.7% diff
packages/hoppscotch-app/src/helpers/actions.ts
packages/hoppscotch-app/helpers/apollo.ts removed
packages/hoppscotch-app/helpers/backend/caching/keys.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/caching/keys.ts
packages/hoppscotch-app/helpers/backend/caching/optimistic.ts moved 86.5% diff
packages/hoppscotch-app/src/helpers/backend/caching/optimistic.ts
packages/hoppscotch-app/helpers/backend/caching/resolvers.ts removed
packages/hoppscotch-app/helpers/backend/caching/updates.ts moved 52.1% diff
packages/hoppscotch-app/src/helpers/backend/caching/updates.ts
packages/hoppscotch-app/helpers/backend/GQLClient.ts moved 63.5% diff
packages/hoppscotch-app/src/helpers/backend/GQLClient.ts
packages/hoppscotch-app/helpers/backend/mutations/Shortcode.ts moved 79.2% diff
packages/hoppscotch-app/src/helpers/backend/mutations/Shortcode.ts
packages/hoppscotch-app/helpers/backend/mutations/Team.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/mutations/Team.ts
packages/hoppscotch-app/helpers/backend/mutations/TeamInvitation.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/mutations/TeamInvitation.ts
packages/hoppscotch-app/helpers/backend/mutations/TeamRequest.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/mutations/TeamRequest.ts
packages/hoppscotch-app/helpers/backend/QueryErrors.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/QueryErrors.ts
packages/hoppscotch-app/helpers/backend/types/Email.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/types/Email.ts
packages/hoppscotch-app/helpers/backend/types/TeamName.ts moved 0.0%
packages/hoppscotch-app/src/helpers/backend/types/TeamName.ts
packages/hoppscotch-app/helpers/curlparser.ts removed
packages/hoppscotch-app/helpers/editor/codemirror.ts moved 19.8% diff
packages/hoppscotch-app/src/composables/codemirror.ts
packages/hoppscotch-app/helpers/editor/completion/gqlQuery.ts moved 5.5% diff
packages/hoppscotch-app/src/helpers/editor/completion/gqlQuery.ts
packages/hoppscotch-app/helpers/editor/completion/index.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/completion/index.ts
packages/hoppscotch-app/helpers/editor/completion/preRequest.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/completion/preRequest.ts
packages/hoppscotch-app/helpers/editor/completion/testScript.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/completion/testScript.ts
packages/hoppscotch-app/helpers/editor/extensions/HoppEnvironment.ts moved 87.9% diff
packages/hoppscotch-app/src/helpers/editor/extensions/HoppEnvironment.ts
packages/hoppscotch-app/helpers/editor/linting/gqlQuery.ts moved 12.7% diff
packages/hoppscotch-app/src/helpers/editor/linting/gqlQuery.ts
packages/hoppscotch-app/helpers/editor/linting/json.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/linting/json.ts
packages/hoppscotch-app/helpers/editor/linting/linter.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/linting/linter.ts
packages/hoppscotch-app/helpers/editor/linting/preRequest.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/linting/preRequest.ts
packages/hoppscotch-app/helpers/editor/linting/testScript.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/linting/testScript.ts
packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts moved 71.9% diff
packages/hoppscotch-app/src/helpers/editor/themes/baseTheme.ts
packages/hoppscotch-app/helpers/editor/utils.ts moved 0.0%
packages/hoppscotch-app/src/helpers/editor/utils.ts
packages/hoppscotch-app/helpers/fb/analytics.ts moved 0.0%
packages/hoppscotch-app/src/helpers/fb/analytics.ts
packages/hoppscotch-app/helpers/fb/auth.ts moved 13.2% diff
packages/hoppscotch-app/src/helpers/fb/auth.ts
packages/hoppscotch-app/helpers/fb/collections.ts moved 23.9% diff
packages/hoppscotch-app/src/helpers/fb/collections.ts
packages/hoppscotch-app/helpers/fb/environments.ts moved 26.0% diff
packages/hoppscotch-app/src/helpers/fb/environments.ts
packages/hoppscotch-app/helpers/fb/history.ts moved 21.8% diff
packages/hoppscotch-app/src/helpers/fb/history.ts
packages/hoppscotch-app/helpers/fb/index.ts moved 38.4% diff
packages/hoppscotch-app/src/helpers/fb/index.ts
packages/hoppscotch-app/helpers/fb/request.ts moved 2.0% diff
packages/hoppscotch-app/src/helpers/fb/request.ts
packages/hoppscotch-app/helpers/fb/settings.ts moved 0.0%
packages/hoppscotch-app/src/helpers/fb/settings.ts
packages/hoppscotch-app/helpers/functional/array.ts moved 3.2% diff
packages/hoppscotch-app/src/helpers/functional/array.ts
packages/hoppscotch-app/helpers/functional/debug.ts removed
packages/hoppscotch-app/helpers/functional/files.ts moved 0.0%
packages/hoppscotch-app/src/helpers/functional/files.ts
packages/hoppscotch-app/helpers/functional/formData.ts moved 0.0%
packages/hoppscotch-app/src/helpers/functional/formData.ts
packages/hoppscotch-app/helpers/functional/record.ts removed
packages/hoppscotch-app/helpers/GQLConnection.ts moved 17.1% diff
packages/hoppscotch-app/src/helpers/GQLConnection.ts
packages/hoppscotch-app/helpers/import-export/export/hopp.ts moved 0.0%
packages/hoppscotch-app/src/helpers/import-export/export/hopp.ts
packages/hoppscotch-app/helpers/import-export/export/index.ts moved 21.1% diff
packages/hoppscotch-app/src/helpers/import-export/export/index.ts
packages/hoppscotch-app/helpers/import-export/import/gist.ts moved 15.5% diff
packages/hoppscotch-app/src/helpers/import-export/import/gist.ts
packages/hoppscotch-app/helpers/import-export/import/hopp.ts removed
packages/hoppscotch-app/helpers/import-export/import/importers.ts moved 29.3% diff
packages/hoppscotch-app/src/helpers/import-export/import/importers.ts
packages/hoppscotch-app/helpers/import-export/import/index.ts moved 30.0% diff
packages/hoppscotch-app/src/helpers/import-export/import/index.ts
packages/hoppscotch-app/helpers/import-export/import/insomnia.ts moved 2.4% diff
packages/hoppscotch-app/src/helpers/import-export/import/insomnia.ts
packages/hoppscotch-app/helpers/import-export/import/myCollections.ts moved 14.0% diff
packages/hoppscotch-app/src/helpers/import-export/import/myCollections.ts
packages/hoppscotch-app/helpers/import-export/import/openapi.ts moved 3.5% diff
packages/hoppscotch-app/src/helpers/import-export/import/openapi.ts
packages/hoppscotch-app/helpers/import-export/import/postman.ts moved 37.6% diff
packages/hoppscotch-app/src/helpers/import-export/import/postman.ts
packages/hoppscotch-app/helpers/import-export/steps.ts moved 0.0%
packages/hoppscotch-app/src/helpers/import-export/steps.ts
packages/hoppscotch-app/helpers/jsonParse.ts moved 0.0%
packages/hoppscotch-app/src/helpers/jsonParse.ts
packages/hoppscotch-app/helpers/keybindings.ts moved 1.7% diff
packages/hoppscotch-app/src/helpers/keybindings.ts
packages/hoppscotch-app/helpers/lenses/composables/useCopyResponse.ts removed
packages/hoppscotch-app/helpers/lenses/composables/useDownloadResponse.ts removed
packages/hoppscotch-app/helpers/lenses/composables/usePreview.ts removed
packages/hoppscotch-app/helpers/lenses/composables/useResponseBody.ts removed
packages/hoppscotch-app/helpers/lenses/htmlLens.ts moved 48.4% diff
packages/hoppscotch-app/src/helpers/lenses/htmlLens.ts
packages/hoppscotch-app/helpers/lenses/imageLens.ts moved 65.7% diff
packages/hoppscotch-app/src/helpers/lenses/imageLens.ts
packages/hoppscotch-app/helpers/lenses/jsonLens.ts moved 49.5% diff
packages/hoppscotch-app/src/helpers/lenses/jsonLens.ts
packages/hoppscotch-app/helpers/lenses/lenses.ts moved 18.3% diff
packages/hoppscotch-app/src/helpers/lenses/lenses.ts
packages/hoppscotch-app/helpers/lenses/rawLens.ts moved 62.6% diff
packages/hoppscotch-app/src/helpers/lenses/rawLens.ts
packages/hoppscotch-app/helpers/lenses/xmlLens.ts moved 54.6% diff
packages/hoppscotch-app/src/helpers/lenses/xmlLens.ts
packages/hoppscotch-app/helpers/migrations.ts moved 0.0%
packages/hoppscotch-app/src/helpers/migrations.ts
packages/hoppscotch-app/helpers/network.ts moved 5.5% diff
packages/hoppscotch-app/src/helpers/network.ts
packages/hoppscotch-app/helpers/new-codegen/har.ts moved 0.0%
packages/hoppscotch-app/src/helpers/new-codegen/har.ts
packages/hoppscotch-app/helpers/new-codegen/index.ts moved 0.0%
packages/hoppscotch-app/src/helpers/new-codegen/index.ts
packages/hoppscotch-app/helpers/newOutline.ts moved 0.0%
packages/hoppscotch-app/src/helpers/newOutline.ts
packages/hoppscotch-app/helpers/powerSearchNavigation.ts moved 14.1% diff
packages/hoppscotch-app/src/helpers/powerSearchNavigation.ts
packages/hoppscotch-app/helpers/preRequest.ts moved 69.3% diff
packages/hoppscotch-app/src/helpers/preRequest.ts
packages/hoppscotch-app/helpers/rawKeyValue.ts removed
packages/hoppscotch-app/helpers/RequestRunner.ts removed
packages/hoppscotch-app/helpers/RESTExtURLParams.ts moved 0.0%
packages/hoppscotch-app/src/helpers/RESTExtURLParams.ts
packages/hoppscotch-app/helpers/rules/BodyTransition.ts moved 1.3% diff
packages/hoppscotch-app/src/helpers/rules/BodyTransition.ts
packages/hoppscotch-app/helpers/sentry.ts removed
packages/hoppscotch-app/helpers/strategies/AxiosStrategy.ts moved 38.6% diff
packages/hoppscotch-app/src/helpers/strategies/AxiosStrategy.ts
packages/hoppscotch-app/helpers/strategies/ExtensionStrategy.ts removed
packages/hoppscotch-app/helpers/teams/BackendUserInfo.ts moved 34.6% diff
packages/hoppscotch-app/src/helpers/teams/BackendUserInfo.ts
packages/hoppscotch-app/helpers/teams/TeamCollection.ts moved 0.0%
packages/hoppscotch-app/src/helpers/teams/TeamCollection.ts
packages/hoppscotch-app/helpers/teams/TeamCollectionAdapter.ts moved 84.7% diff
packages/hoppscotch-app/src/helpers/teams/TeamCollectionAdapter.ts
packages/hoppscotch-app/helpers/teams/TeamMemberAdapter.ts removed
packages/hoppscotch-app/helpers/teams/TeamRequest.ts moved 0.0%
packages/hoppscotch-app/src/helpers/teams/TeamRequest.ts
packages/hoppscotch-app/helpers/templating.ts removed
packages/hoppscotch-app/helpers/types/HoppRealtimeLog.ts moved 28.8% diff
packages/hoppscotch-app/src/helpers/types/HoppRealtimeLog.ts
packages/hoppscotch-app/helpers/types/HoppRequestSaveContext.ts moved 23.8% diff
packages/hoppscotch-app/src/helpers/types/HoppRequestSaveContext.ts
packages/hoppscotch-app/helpers/types/HoppRESTResponse.ts moved 0.0%
packages/hoppscotch-app/src/helpers/types/HoppRESTResponse.ts
packages/hoppscotch-app/helpers/types/HoppTestResult.ts removed
packages/hoppscotch-app/helpers/typeutils.ts moved 0.0%
packages/hoppscotch-app/src/helpers/typeutils.ts
packages/hoppscotch-app/helpers/utils/b64.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/b64.ts
packages/hoppscotch-app/helpers/utils/clipboard.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/clipboard.ts
packages/hoppscotch-app/helpers/utils/composables.ts removed
packages/hoppscotch-app/helpers/utils/contenttypes.ts removed
packages/hoppscotch-app/helpers/utils/dom.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/dom.ts
packages/hoppscotch-app/helpers/utils/EffectiveURL.ts removed
packages/hoppscotch-app/helpers/utils/JsonFormattedError.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/JsonFormattedError.ts
packages/hoppscotch-app/helpers/utils/statusCodes.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/statusCodes.ts
packages/hoppscotch-app/helpers/utils/StreamUtils.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/StreamUtils.ts
packages/hoppscotch-app/helpers/utils/string.ts removed
packages/hoppscotch-app/helpers/utils/userAgent.ts moved 0.0%
packages/hoppscotch-app/src/helpers/utils/userAgent.ts
packages/hoppscotch-app/helpers/utils/useWindowSize.ts removed
packages/hoppscotch-app/meta.ts added
packages/hoppscotch-app/modules/emit-volar-types.ts removed
packages/hoppscotch-app/newstore/collections.ts moved 0.0%
packages/hoppscotch-app/src/newstore/collections.ts
packages/hoppscotch-app/newstore/DispatchingStore.ts moved 3.8% diff
packages/hoppscotch-app/src/newstore/DispatchingStore.ts
packages/hoppscotch-app/newstore/environments.ts moved 8.4% diff
packages/hoppscotch-app/src/newstore/environments.ts
packages/hoppscotch-app/newstore/GQLSession.ts moved 12.4% diff
packages/hoppscotch-app/src/newstore/GQLSession.ts
packages/hoppscotch-app/newstore/history.ts moved 6.9% diff
packages/hoppscotch-app/src/newstore/history.ts
packages/hoppscotch-app/newstore/localpersistence.ts moved 9.8% diff
packages/hoppscotch-app/src/newstore/localpersistence.ts
packages/hoppscotch-app/newstore/MQTTSession.ts moved 26.9% diff
packages/hoppscotch-app/src/newstore/MQTTSession.ts
packages/hoppscotch-app/newstore/RESTSession.ts moved 0.9% diff
packages/hoppscotch-app/src/newstore/RESTSession.ts
packages/hoppscotch-app/newstore/settings.ts moved 14.4% diff
packages/hoppscotch-app/src/newstore/settings.ts
packages/hoppscotch-app/newstore/SocketIOSession.ts moved 21.2% diff
packages/hoppscotch-app/src/newstore/SocketIOSession.ts
packages/hoppscotch-app/newstore/SSESession.ts moved 24.9% diff
packages/hoppscotch-app/src/newstore/SSESession.ts
packages/hoppscotch-app/newstore/WebSocketSession.ts moved 16.6% diff
packages/hoppscotch-app/src/newstore/WebSocketSession.ts
packages/hoppscotch-app/plugins/init-fb.ts removed
packages/hoppscotch-app/plugins/vue-apollo.ts removed
packages/hoppscotch-app/shims-volar.d.ts added
packages/hoppscotch-app/src/components.d.ts added
packages/hoppscotch-app/src/composables/auth.ts added
packages/hoppscotch-app/src/composables/graphql.ts added
packages/hoppscotch-app/src/composables/head.ts added
packages/hoppscotch-app/src/composables/i18n.ts added
packages/hoppscotch-app/src/composables/lens-actions.ts added
packages/hoppscotch-app/src/composables/poll.ts added
packages/hoppscotch-app/src/composables/pwa.ts added
packages/hoppscotch-app/src/composables/ref.ts added
packages/hoppscotch-app/src/composables/settings.ts added
packages/hoppscotch-app/src/composables/stream.ts added
packages/hoppscotch-app/src/composables/theming.ts added
packages/hoppscotch-app/src/composables/toast.ts added
packages/hoppscotch-app/src/helpers/backend/caching/resolvers.ts added
packages/hoppscotch-app/src/helpers/backend/helpers.ts added
packages/hoppscotch-app/src/helpers/curl/curlparser.ts added
packages/hoppscotch-app/src/helpers/curl/index.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/auth.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/body.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/contentParser.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/cookies.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/headers.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/method.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/preproc.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/queries.ts added
packages/hoppscotch-app/src/helpers/curl/sub_helpers/url.ts added
packages/hoppscotch-app/src/helpers/dev.ts added
packages/hoppscotch-app/src/helpers/editor/linting/rawKeyValue.ts added
packages/hoppscotch-app/src/helpers/editorutils.ts added
packages/hoppscotch-app/src/helpers/findStatusGroup.ts added
packages/hoppscotch-app/src/helpers/functional/debug.ts added
packages/hoppscotch-app/src/helpers/functional/error.ts added
packages/hoppscotch-app/src/helpers/functional/json.ts added
packages/hoppscotch-app/src/helpers/functional/object.ts added
packages/hoppscotch-app/src/helpers/functional/option.ts added
packages/hoppscotch-app/src/helpers/functional/primtive.ts added
packages/hoppscotch-app/src/helpers/functional/record.ts added
packages/hoppscotch-app/src/helpers/functional/taskEither.ts added
packages/hoppscotch-app/src/helpers/headers.ts added
packages/hoppscotch-app/src/helpers/import-export/import/hopp.ts added
packages/hoppscotch-app/src/helpers/lenses/pdfLens.ts added
packages/hoppscotch-app/src/helpers/platformutils.ts added
packages/hoppscotch-app/src/helpers/preRequestScriptSnippets.ts added
packages/hoppscotch-app/src/helpers/realtime/MQTTConnection.ts added
packages/hoppscotch-app/src/helpers/realtime/SIOClients.ts added
packages/hoppscotch-app/src/helpers/realtime/SIOConnection.ts added
packages/hoppscotch-app/src/helpers/realtime/SSEConnection.ts added
packages/hoppscotch-app/src/helpers/realtime/WSConnection.ts added
packages/hoppscotch-app/src/helpers/RequestRunner.ts added
packages/hoppscotch-app/src/helpers/shortcodes/Shortcode.ts added
packages/hoppscotch-app/src/helpers/shortcodes/ShortcodeListAdapter.ts added
packages/hoppscotch-app/src/helpers/shortcuts.ts added
packages/hoppscotch-app/src/helpers/strategies/ExtensionStrategy.ts added
packages/hoppscotch-app/src/helpers/teams/TeamListAdapter.ts added
packages/hoppscotch-app/src/helpers/testSnippets.ts added
packages/hoppscotch-app/src/helpers/types/HoppTestResult.ts added
packages/hoppscotch-app/src/helpers/utils/contenttypes.ts added
packages/hoppscotch-app/src/helpers/utils/date.ts added
packages/hoppscotch-app/src/helpers/utils/EffectiveURL.ts added
packages/hoppscotch-app/src/main.ts added
packages/hoppscotch-app/src/modules/crisp.ts added
packages/hoppscotch-app/src/modules/head.ts added
packages/hoppscotch-app/src/modules/hoppExtension.ts added
packages/hoppscotch-app/src/modules/i18n.ts added
packages/hoppscotch-app/src/modules/index.ts added
packages/hoppscotch-app/src/modules/loadingbar.ts added
packages/hoppscotch-app/src/modules/pwa.ts added
packages/hoppscotch-app/src/modules/router.ts added
packages/hoppscotch-app/src/modules/sentry.ts added
packages/hoppscotch-app/src/modules/theming.ts added
packages/hoppscotch-app/src/modules/tippy.ts added
packages/hoppscotch-app/src/modules/toast.ts added
packages/hoppscotch-app/src/modules/v-focus.ts added
packages/hoppscotch-app/src/newstore/HoppExtension.ts added
packages/hoppscotch-app/src/newstore/localstate.ts added
packages/hoppscotch-app/src/shims.d.ts added
packages/hoppscotch-app/src/types/pm-coll-exts.d.ts added
packages/hoppscotch-app/src/types/ts-utils.ts added
packages/hoppscotch-app/src/vite-envs.d.ts added
packages/hoppscotch-app/types/pw-ext-hook.d.ts removed
packages/hoppscotch-app/types/ts-utils.d.ts removed
packages/hoppscotch-app/types/window.d.ts removed
packages/hoppscotch-app/vite.config.ts added
packages/hoppscotch-app/vue-shim.d.ts removed
packages/hoppscotch-app/vue2-shim.d.ts removed
packages/hoppscotch-app/windi.config.ts added
packages/hoppscotch-cli/jest.config.ts added
packages/hoppscotch-cli/jest.setup.ts added
packages/hoppscotch-cli/src/__tests__/commands/test.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/checks/checkFile.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/checks/isHoppCLIError.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/checks/isHoppErrnoException.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/checks/isRESTCollection.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/collection/collectionsRunner.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/collection/collectionsRunnerResult.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/getters/getDurationInSeconds.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/getters/getEffectiveFinalMetaData.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/mutators/parseCollectionData.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/pre-request/getEffectiveRESTRequest.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/pre-request/getPreRequestMetrics.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/pre-request/preRequestScriptRunner.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/request/delayPromiseFunction.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/request/getRequestMetrics.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/request/processRequest.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/request/requestRunner.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/test/getTestMetrics.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/test/testDescriptorParser.spec.ts added
packages/hoppscotch-cli/src/__tests__/functions/test/testRunner.spec.ts added
packages/hoppscotch-cli/src/__tests__/types.ts added
packages/hoppscotch-cli/src/__tests__/utils.ts added
packages/hoppscotch-cli/src/commands/test.ts added
packages/hoppscotch-cli/src/handlers/error.ts added
packages/hoppscotch-cli/src/index.ts added
packages/hoppscotch-cli/src/interfaces/request.ts added
packages/hoppscotch-cli/src/interfaces/response.ts added
packages/hoppscotch-cli/src/options/test/delay.ts added
packages/hoppscotch-cli/src/options/test/env.ts added
packages/hoppscotch-cli/src/types/collections.ts added
packages/hoppscotch-cli/src/types/commands.ts added
packages/hoppscotch-cli/src/types/errors.ts added
packages/hoppscotch-cli/src/types/request.ts added
packages/hoppscotch-cli/src/types/response.ts added
packages/hoppscotch-cli/src/utils/checks.ts added
packages/hoppscotch-cli/src/utils/collections.ts added
packages/hoppscotch-cli/src/utils/constants.ts added
packages/hoppscotch-cli/src/utils/display.ts added
packages/hoppscotch-cli/src/utils/functions/array.ts added
packages/hoppscotch-cli/src/utils/getters.ts added
packages/hoppscotch-cli/src/utils/mutators.ts added
packages/hoppscotch-cli/src/utils/pre-request.ts added
packages/hoppscotch-cli/src/utils/request.ts added
packages/hoppscotch-cli/src/utils/test.ts added
packages/hoppscotch-cli/tsup.config.ts added
packages/hoppscotch-data/src/collection/index.ts changed 7.5% diff
packages/hoppscotch-data/src/environment.ts added
packages/hoppscotch-data/src/graphql/HoppGQLAuth.ts added
packages/hoppscotch-data/src/graphql/index.ts changed 62.2% diff
packages/hoppscotch-data/src/index.ts changed 78.2% diff
packages/hoppscotch-data/src/rawKeyValue.ts added
packages/hoppscotch-data/src/rest/index.ts changed 13.4% diff
packages/hoppscotch-data/src/utils/eq.ts added
packages/hoppscotch-data/src/utils/record.ts added
packages/hoppscotch-data/tsup.config.ts removed
packages/hoppscotch-data/vite.config.ts added
packages/hoppscotch-js-sandbox/src/__tests__/preRequest.spec.ts changed 59.2% diff
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/get.spec.ts added
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/getResolve.spec.ts added
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/resolve.spec.ts added
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/set.spec.ts added
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toBe.spec.ts changed 12.7% diff
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toBeLevelxxx.spec.ts changed 15.9% diff
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toBeType.spec.ts changed 4.3% diff
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toHaveLength.spec.ts changed 7.0% diff
packages/hoppscotch-js-sandbox/src/__tests__/testing/expect/toInclude.spec.ts added
packages/hoppscotch-js-sandbox/src/__tests__/testing/test-runner.spec.ts changed 16.4% diff
packages/hoppscotch-js-sandbox/src/demo.ts removed
packages/hoppscotch-js-sandbox/src/index.ts changed 64.3% diff
packages/hoppscotch-js-sandbox/src/preRequest.ts changed 100.0% diff
packages/hoppscotch-js-sandbox/src/test-runner.ts changed 49.4% diff
packages/hoppscotch-js-sandbox/src/utils.ts changed 100.0% diff
packages/hoppscotch-js-sandbox/tsup.config.ts added

Sass CSS Style Sheets (all 2):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/assets/scss/styles.scss changed 60.9% diff
packages/hoppscotch-app/assets/scss/themes.scss changed 25.2% diff

YAML Files (6 of 16):

NameStatusDeltaVisual Diff
.github/workflows/codeql-analysis.yml changed 100.0% diff
.github/workflows/deploy-netlify.yml added
.github/workflows/deploy-staging-netlify.yml added
.github/workflows/tests.yml changed 33.1% diff
packages/hoppscotch-app/gql-codegen.yml changed 57.1% diff
pnpm-lock.yaml changed 71.8% diff

Icons (all 2):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/static/favicon.ico moved 0.0%
packages/hoppscotch-app/public/favicon.ico

Image Files (all 10):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/public/images/banner-dark.png added
packages/hoppscotch-app/public/images/banner-light.png added
packages/hoppscotch-app/static/banner.png moved 78.1%
packages/hoppscotch-app/public/banner.png
packages/hoppscotch-app/static/icon.png moved 0.0%
packages/hoppscotch-app/public/icon.png
packages/hoppscotch-app/static/images/pw_logo.jpg removed
packages/hoppscotch-app/static/images/pw_logo.png removed
packages/hoppscotch-app/static/logo.png moved 0.0%
packages/hoppscotch-app/public/logo.png

Vector Image Files (164 of 173):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/assets/icons/activity.svg removed
packages/hoppscotch-app/assets/icons/archive.svg removed
packages/hoppscotch-app/assets/icons/arrow-left.svg removed
packages/hoppscotch-app/assets/icons/arrow-right.svg removed
packages/hoppscotch-app/assets/icons/auth/email.svg added
packages/hoppscotch-app/assets/icons/auth/github.svg changed 100.0% diff
packages/hoppscotch-app/assets/icons/auth/google.svg changed 100.0% diff
packages/hoppscotch-app/assets/icons/auth/microsoft.svg added
packages/hoppscotch-app/assets/icons/book-open.svg removed
packages/hoppscotch-app/assets/icons/book.svg removed
packages/hoppscotch-app/assets/icons/box.svg removed
packages/hoppscotch-app/assets/icons/check-circle.svg removed
packages/hoppscotch-app/assets/icons/check.svg removed
packages/hoppscotch-app/assets/icons/chevron-down.svg removed
packages/hoppscotch-app/assets/icons/chevron-right.svg removed
packages/hoppscotch-app/assets/icons/circle.svg removed
packages/hoppscotch-app/assets/icons/clock.svg removed
packages/hoppscotch-app/assets/icons/cloud.svg removed
packages/hoppscotch-app/assets/icons/code-2.svg removed
packages/hoppscotch-app/assets/icons/columns.svg removed
packages/hoppscotch-app/assets/icons/copy.svg removed
packages/hoppscotch-app/assets/icons/download.svg removed
packages/hoppscotch-app/assets/icons/edit.svg removed
packages/hoppscotch-app/assets/icons/external-link.svg removed
packages/hoppscotch-app/assets/icons/eye-off.svg removed
packages/hoppscotch-app/assets/icons/eye.svg removed
packages/hoppscotch-app/assets/icons/file-code.svg removed
packages/hoppscotch-app/assets/icons/file-plus.svg removed
packages/hoppscotch-app/assets/icons/file.svg removed
packages/hoppscotch-app/assets/icons/folder-open.svg removed
packages/hoppscotch-app/assets/icons/folder-plus.svg removed
packages/hoppscotch-app/assets/icons/folder.svg removed
packages/hoppscotch-app/assets/icons/gift.svg removed
packages/hoppscotch-app/assets/icons/github.svg changed 100.0% diff
packages/hoppscotch-app/assets/icons/globe.svg removed
packages/hoppscotch-app/assets/icons/graphql.svg changed 100.0% diff
packages/hoppscotch-app/assets/icons/help-circle.svg removed
packages/hoppscotch-app/assets/icons/history.svg removed
packages/hoppscotch-app/assets/icons/home.svg removed
packages/hoppscotch-app/assets/icons/inbox.svg removed
packages/hoppscotch-app/assets/icons/info.svg removed
packages/hoppscotch-app/assets/icons/languages.svg removed
packages/hoppscotch-app/assets/icons/layers.svg removed
packages/hoppscotch-app/assets/icons/life-buoy.svg removed
packages/hoppscotch-app/assets/icons/link-2.svg removed
packages/hoppscotch-app/assets/icons/loader.svg removed
packages/hoppscotch-app/assets/icons/lock.svg removed
packages/hoppscotch-app/assets/icons/log-out.svg removed
packages/hoppscotch-app/assets/icons/logo.svg changed 100.0% diff
packages/hoppscotch-app/assets/icons/mail.svg removed
packages/hoppscotch-app/assets/icons/maximize-2.svg removed
packages/hoppscotch-app/assets/icons/maximize.svg removed
packages/hoppscotch-app/assets/icons/message-circle.svg removed
packages/hoppscotch-app/assets/icons/minimize-2.svg removed
packages/hoppscotch-app/assets/icons/minimize.svg removed
packages/hoppscotch-app/assets/icons/monitor.svg removed
packages/hoppscotch-app/assets/icons/moon.svg removed
packages/hoppscotch-app/assets/icons/more-vertical.svg removed
packages/hoppscotch-app/assets/icons/paperclip.svg removed
packages/hoppscotch-app/assets/icons/play.svg removed
packages/hoppscotch-app/assets/icons/plus.svg removed
packages/hoppscotch-app/assets/icons/refresh-cw.svg removed
packages/hoppscotch-app/assets/icons/rotate-ccw.svg removed
packages/hoppscotch-app/assets/icons/save.svg removed
packages/hoppscotch-app/assets/icons/search.svg removed
packages/hoppscotch-app/assets/icons/settings.svg removed
packages/hoppscotch-app/assets/icons/share-2.svg removed
packages/hoppscotch-app/assets/icons/shield-check.svg removed
packages/hoppscotch-app/assets/icons/sidebar-open.svg removed
packages/hoppscotch-app/assets/icons/sidebar.svg removed
packages/hoppscotch-app/assets/icons/star-solid.svg removed
packages/hoppscotch-app/assets/icons/star.svg removed
packages/hoppscotch-app/assets/icons/sun.svg removed
packages/hoppscotch-app/assets/icons/trash-2.svg removed
packages/hoppscotch-app/assets/icons/trash.svg removed
packages/hoppscotch-app/assets/icons/twitter.svg removed
packages/hoppscotch-app/assets/icons/type.svg removed
packages/hoppscotch-app/assets/icons/upload-cloud.svg removed
packages/hoppscotch-app/assets/icons/upload.svg removed
packages/hoppscotch-app/assets/icons/user-minus.svg removed
packages/hoppscotch-app/assets/icons/user-plus.svg removed
packages/hoppscotch-app/assets/icons/user-x.svg removed
packages/hoppscotch-app/assets/icons/user.svg removed
packages/hoppscotch-app/assets/icons/users.svg removed
packages/hoppscotch-app/assets/icons/verified.svg removed
packages/hoppscotch-app/assets/icons/wand.svg removed
packages/hoppscotch-app/assets/icons/wrap-text.svg removed
packages/hoppscotch-app/assets/icons/x.svg removed
packages/hoppscotch-app/assets/icons/zap.svg removed
packages/hoppscotch-app/public/logo.svg added
packages/hoppscotch-app/static/images/alien-head_black.svg removed
packages/hoppscotch-app/static/images/alien-head_logo.svg removed
packages/hoppscotch-app/static/images/cover.svg moved 0.0%
packages/hoppscotch-app/public/images/cover.svg
packages/hoppscotch-app/static/images/pw_banner-onblack.svg removed
packages/hoppscotch-app/static/images/pw_banner-onwhite.svg removed
packages/hoppscotch-app/static/images/states/black/add_category.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/add_category.svg
packages/hoppscotch-app/static/images/states/black/add_comment.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/add_comment.svg
packages/hoppscotch-app/static/images/states/black/add_files.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/add_files.svg
packages/hoppscotch-app/static/images/states/black/add_group.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/add_group.svg
packages/hoppscotch-app/static/images/states/black/blockchain.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/blockchain.svg
packages/hoppscotch-app/static/images/states/black/history.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/history.svg
packages/hoppscotch-app/static/images/states/black/login.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/login.svg
packages/hoppscotch-app/static/images/states/black/pack.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/pack.svg
packages/hoppscotch-app/static/images/states/black/upload_single_file.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/upload_single_file.svg
packages/hoppscotch-app/static/images/states/black/validation.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/validation.svg
packages/hoppscotch-app/static/images/states/black/youre_lost.svg moved 0.0%
packages/hoppscotch-app/public/images/states/black/youre_lost.svg
packages/hoppscotch-app/static/images/states/dark/add_category.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/add_category.svg
packages/hoppscotch-app/static/images/states/dark/add_comment.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/add_comment.svg
packages/hoppscotch-app/static/images/states/dark/add_files.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/add_files.svg
packages/hoppscotch-app/static/images/states/dark/add_group.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/add_group.svg
packages/hoppscotch-app/static/images/states/dark/blockchain.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/blockchain.svg
packages/hoppscotch-app/static/images/states/dark/history.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/history.svg
packages/hoppscotch-app/static/images/states/dark/login.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/login.svg
packages/hoppscotch-app/static/images/states/dark/pack.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/pack.svg
packages/hoppscotch-app/static/images/states/dark/upload_single_file.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/upload_single_file.svg
packages/hoppscotch-app/static/images/states/dark/validation.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/validation.svg
packages/hoppscotch-app/static/images/states/dark/youre_lost.svg moved 0.0%
packages/hoppscotch-app/public/images/states/dark/youre_lost.svg
packages/hoppscotch-app/static/images/states/light/add_category.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/add_category.svg
packages/hoppscotch-app/static/images/states/light/add_comment.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/add_comment.svg
packages/hoppscotch-app/static/images/states/light/add_files.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/add_files.svg
packages/hoppscotch-app/static/images/states/light/add_group.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/add_group.svg
packages/hoppscotch-app/static/images/states/light/blockchain.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/blockchain.svg
packages/hoppscotch-app/static/images/states/light/history.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/history.svg
packages/hoppscotch-app/static/images/states/light/login.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/login.svg
packages/hoppscotch-app/static/images/states/light/pack.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/pack.svg
packages/hoppscotch-app/static/images/states/light/upload_single_file.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/upload_single_file.svg
packages/hoppscotch-app/static/images/states/light/validation.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/validation.svg
packages/hoppscotch-app/static/images/states/light/youre_lost.svg moved 0.0%
packages/hoppscotch-app/public/images/states/light/youre_lost.svg
packages/hoppscotch-app/static/images/ufo_banner.svg removed
packages/hoppscotch-app/static/images/ufo_logo.svg removed

Directories (177 of 201):

NameStatus
.vscode added
packages/hoppscotch-app/assets/js removed
packages/hoppscotch-app/assets/md removed
packages/hoppscotch-app/components moved
packages/hoppscotch-app/src/components
packages/hoppscotch-app/components/app moved
packages/hoppscotch-app/src/components/app
packages/hoppscotch-app/components/button moved
packages/hoppscotch-app/src/components/button
packages/hoppscotch-app/components/collections moved
packages/hoppscotch-app/src/components/collections
packages/hoppscotch-app/components/collections/graphql moved
packages/hoppscotch-app/src/components/collections/graphql
packages/hoppscotch-app/components/collections/my moved
packages/hoppscotch-app/src/components/collections/my
packages/hoppscotch-app/components/collections/teams moved
packages/hoppscotch-app/src/components/collections/teams
packages/hoppscotch-app/components/docs removed
packages/hoppscotch-app/components/environments moved
packages/hoppscotch-app/src/components/environments
packages/hoppscotch-app/components/firebase moved
packages/hoppscotch-app/src/components/firebase
packages/hoppscotch-app/components/graphql moved
packages/hoppscotch-app/src/components/graphql
packages/hoppscotch-app/components/graphql/__tests__ removed
packages/hoppscotch-app/components/history moved
packages/hoppscotch-app/src/components/history
packages/hoppscotch-app/components/history/__tests__ removed
packages/hoppscotch-app/components/history/graphql moved
packages/hoppscotch-app/src/components/history/graphql
packages/hoppscotch-app/components/history/rest moved
packages/hoppscotch-app/src/components/history/rest
packages/hoppscotch-app/components/http moved
packages/hoppscotch-app/src/components/http
packages/hoppscotch-app/components/lenses moved
packages/hoppscotch-app/src/components/lenses
packages/hoppscotch-app/components/lenses/renderers moved
packages/hoppscotch-app/src/components/lenses/renderers
packages/hoppscotch-app/components/lenses/renderers/mixins moved
packages/hoppscotch-app/src/components/lenses/renderers/mixins
packages/hoppscotch-app/components/profile moved
packages/hoppscotch-app/src/components/profile
packages/hoppscotch-app/components/realtime moved
packages/hoppscotch-app/src/components/realtime
packages/hoppscotch-app/components/smart moved
packages/hoppscotch-app/src/components/smart
packages/hoppscotch-app/components/smart/__tests__ removed
packages/hoppscotch-app/components/tab moved
packages/hoppscotch-app/src/components/tab
packages/hoppscotch-app/components/teams moved
packages/hoppscotch-app/src/components/teams
packages/hoppscotch-app/helpers moved
packages/hoppscotch-app/src/helpers
packages/hoppscotch-app/helpers/__tests__ moved
packages/hoppscotch-app/src/helpers/__tests__
packages/hoppscotch-app/helpers/backend moved
packages/hoppscotch-app/src/helpers/backend
packages/hoppscotch-app/helpers/backend/caching moved
packages/hoppscotch-app/src/helpers/backend/caching
packages/hoppscotch-app/helpers/backend/gql moved
packages/hoppscotch-app/src/helpers/backend/gql
packages/hoppscotch-app/helpers/backend/gql/mutations moved
packages/hoppscotch-app/src/helpers/backend/gql/mutations
packages/hoppscotch-app/helpers/backend/gql/queries moved
packages/hoppscotch-app/src/helpers/backend/gql/queries
packages/hoppscotch-app/helpers/backend/gql/subscriptions moved
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions
packages/hoppscotch-app/helpers/backend/mutations moved
packages/hoppscotch-app/src/helpers/backend/mutations
packages/hoppscotch-app/helpers/backend/types moved
packages/hoppscotch-app/src/helpers/backend/types
packages/hoppscotch-app/helpers/editor moved
packages/hoppscotch-app/src/helpers/editor
packages/hoppscotch-app/helpers/editor/completion moved
packages/hoppscotch-app/src/helpers/editor/completion
packages/hoppscotch-app/helpers/editor/extensions moved
packages/hoppscotch-app/src/helpers/editor/extensions
packages/hoppscotch-app/helpers/editor/linting moved
packages/hoppscotch-app/src/helpers/editor/linting
packages/hoppscotch-app/helpers/editor/themes moved
packages/hoppscotch-app/src/helpers/editor/themes
packages/hoppscotch-app/helpers/fb moved
packages/hoppscotch-app/src/helpers/fb
packages/hoppscotch-app/helpers/functional moved
packages/hoppscotch-app/src/helpers/functional
packages/hoppscotch-app/helpers/import-export moved
packages/hoppscotch-app/src/helpers/import-export
packages/hoppscotch-app/helpers/import-export/export moved
packages/hoppscotch-app/src/helpers/import-export/export
packages/hoppscotch-app/helpers/import-export/import moved
packages/hoppscotch-app/src/helpers/import-export/import
packages/hoppscotch-app/helpers/lenses moved
packages/hoppscotch-app/src/helpers/lenses
packages/hoppscotch-app/helpers/lenses/__tests__ moved
packages/hoppscotch-app/src/helpers/lenses/__tests__
packages/hoppscotch-app/helpers/lenses/composables moved
packages/hoppscotch-app/src/composables
packages/hoppscotch-app/helpers/new-codegen moved
packages/hoppscotch-app/src/helpers/new-codegen
packages/hoppscotch-app/helpers/rules moved
packages/hoppscotch-app/src/helpers/rules
packages/hoppscotch-app/helpers/strategies moved
packages/hoppscotch-app/src/helpers/strategies
packages/hoppscotch-app/helpers/strategies/__tests__ moved
packages/hoppscotch-app/src/helpers/strategies/__tests__
packages/hoppscotch-app/helpers/syntax moved
packages/hoppscotch-app/src/helpers/syntax
packages/hoppscotch-app/helpers/teams moved
packages/hoppscotch-app/src/helpers/teams
packages/hoppscotch-app/helpers/terndoc moved
packages/hoppscotch-app/src/helpers/terndoc
packages/hoppscotch-app/helpers/types moved
packages/hoppscotch-app/src/helpers/types
packages/hoppscotch-app/helpers/utils moved
packages/hoppscotch-app/src/helpers/utils
packages/hoppscotch-app/helpers/utils/__tests__ moved
packages/hoppscotch-app/src/helpers/utils/__tests__
packages/hoppscotch-app/layouts moved
packages/hoppscotch-app/src/layouts
packages/hoppscotch-app/middleware removed
packages/hoppscotch-app/modules moved
packages/hoppscotch-app/src/modules
packages/hoppscotch-app/newstore moved
packages/hoppscotch-app/src/newstore
packages/hoppscotch-app/newstore/__tests__ moved
packages/hoppscotch-app/src/newstore/__tests__
packages/hoppscotch-app/pages moved
packages/hoppscotch-app/src/pages
packages/hoppscotch-app/pages/r moved
packages/hoppscotch-app/src/pages/r
packages/hoppscotch-app/plugins removed
packages/hoppscotch-app/public added
packages/hoppscotch-app/src added
packages/hoppscotch-app/src/helpers/curl added
packages/hoppscotch-app/src/helpers/curl/__tests__ added
packages/hoppscotch-app/src/helpers/curl/sub_helpers added
packages/hoppscotch-app/src/helpers/realtime added
packages/hoppscotch-app/src/helpers/shortcodes added
packages/hoppscotch-app/src/pages/realtime added
packages/hoppscotch-app/src/types added
packages/hoppscotch-app/src/workers added
packages/hoppscotch-app/static removed
packages/hoppscotch-app/static/images moved
packages/hoppscotch-app/public/images
packages/hoppscotch-app/static/images/states moved
packages/hoppscotch-app/public/images/states
packages/hoppscotch-app/static/images/states/black moved
packages/hoppscotch-app/public/images/states/black
packages/hoppscotch-app/static/images/states/dark moved
packages/hoppscotch-app/public/images/states/dark
packages/hoppscotch-app/static/images/states/light moved
packages/hoppscotch-app/public/images/states/light
packages/hoppscotch-app/types removed
packages/hoppscotch-cli added
packages/hoppscotch-cli/bin added
packages/hoppscotch-cli/src added
packages/hoppscotch-cli/src/__tests__ added
packages/hoppscotch-cli/src/__tests__/commands added
packages/hoppscotch-cli/src/__tests__/functions added
packages/hoppscotch-cli/src/__tests__/functions/checks added
packages/hoppscotch-cli/src/__tests__/functions/collection added
packages/hoppscotch-cli/src/__tests__/functions/getters added
packages/hoppscotch-cli/src/__tests__/functions/mutators added
packages/hoppscotch-cli/src/__tests__/functions/pre-request added
packages/hoppscotch-cli/src/__tests__/functions/request added
packages/hoppscotch-cli/src/__tests__/functions/test added
packages/hoppscotch-cli/src/__tests__/samples added
packages/hoppscotch-cli/src/commands added
packages/hoppscotch-cli/src/handlers added
packages/hoppscotch-cli/src/interfaces added
packages/hoppscotch-cli/src/options added
packages/hoppscotch-cli/src/options/test added
packages/hoppscotch-cli/src/types added
packages/hoppscotch-cli/src/utils added
packages/hoppscotch-cli/src/utils/functions added
packages/hoppscotch-data/src/utils added
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs added

Information Files (all 2):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/static/CNAME moved 0.0%
packages/hoppscotch-app/public/CNAME

Licenses (1 of 2):

NameStatusDeltaVisual Diff
packages/hoppscotch-cli/LICENSE added

Readme Files (11 of 12):

NameStatusDeltaVisual Diff
packages/hoppscotch-app/assets/README.md removed
packages/hoppscotch-app/components/README.md removed
packages/hoppscotch-app/layouts/README.md removed
packages/hoppscotch-app/middleware/README.md removed
packages/hoppscotch-app/pages/README.md removed
packages/hoppscotch-app/plugins/README.md removed
packages/hoppscotch-app/README.md added
packages/hoppscotch-app/static/README.md removed
packages/hoppscotch-cli/README.md added
packages/hoppscotch-js-sandbox/README.md changed 8.9% diff
README.md changed 8.2% diff

Text Files (157 of 169):

NameStatusDeltaVisual Diff
.npmrc added
netlify.toml changed 17.9% diff
packages/codemirror-lang-graphql/src/syntax.grammar changed 32.7% diff
packages/hoppscotch-app/.env.example changed 100.0% diff
packages/hoppscotch-app/.prettierignore added
packages/hoppscotch-app/assets/md/docs.md removed
packages/hoppscotch-app/components/app/Footer.vue moved 73.1% diff
packages/hoppscotch-app/src/components/app/Footer.vue
packages/hoppscotch-app/components/app/Header.vue moved 63.7% diff
packages/hoppscotch-app/src/components/app/Header.vue
packages/hoppscotch-app/components/collections/graphql/Collection.vue moved 80.0% diff
packages/hoppscotch-app/src/components/collections/graphql/Collection.vue
packages/hoppscotch-app/components/collections/graphql/Folder.vue moved 82.3% diff
packages/hoppscotch-app/src/components/collections/graphql/Folder.vue
packages/hoppscotch-app/components/collections/graphql/index.vue moved 30.6% diff
packages/hoppscotch-app/src/components/collections/graphql/index.vue
packages/hoppscotch-app/components/collections/ImportExport.vue moved 21.4% diff
packages/hoppscotch-app/src/components/collections/ImportExport.vue
packages/hoppscotch-app/components/collections/index.vue moved 77.3% diff
packages/hoppscotch-app/src/components/collections/index.vue
packages/hoppscotch-app/components/collections/my/Collection.vue moved 72.1% diff
packages/hoppscotch-app/src/components/collections/my/Collection.vue
packages/hoppscotch-app/components/collections/my/Folder.vue moved 68.7% diff
packages/hoppscotch-app/src/components/collections/my/Folder.vue
packages/hoppscotch-app/components/collections/my/Request.vue removed
packages/hoppscotch-app/components/collections/teams/Collection.vue moved 75.3% diff
packages/hoppscotch-app/src/components/collections/teams/Collection.vue
packages/hoppscotch-app/components/collections/teams/Folder.vue moved 79.5% diff
packages/hoppscotch-app/src/components/collections/teams/Folder.vue
packages/hoppscotch-app/components/collections/teams/Request.vue removed
packages/hoppscotch-app/components/graphql/RequestOptions.vue moved 58.7% diff
packages/hoppscotch-app/src/components/graphql/RequestOptions.vue
packages/hoppscotch-app/components/graphql/Sidebar.vue moved 39.3% diff
packages/hoppscotch-app/src/components/graphql/Sidebar.vue
packages/hoppscotch-app/components/history/__tests__/GraphqlCard.sample removed
packages/hoppscotch-app/components/history/__tests__/RestCard.sample removed
packages/hoppscotch-app/components/http/BodyParameters.vue moved 88.9% diff
packages/hoppscotch-app/src/components/http/BodyParameters.vue
packages/hoppscotch-app/components/http/Headers.vue removed
packages/hoppscotch-app/components/http/Request.vue moved 52.9% diff
packages/hoppscotch-app/src/components/http/Request.vue
packages/hoppscotch-app/components/http/ResponseMeta.vue moved 40.0% diff
packages/hoppscotch-app/src/components/http/ResponseMeta.vue
packages/hoppscotch-app/components/realtime/Mqtt.vue removed
packages/hoppscotch-app/components/realtime/Socketio.vue removed
packages/hoppscotch-app/components/realtime/Websocket.vue removed
packages/hoppscotch-app/components/smart/__tests__/Tabs.sample removed
packages/hoppscotch-app/components/smart/LoadingIndicator.vue removed
packages/hoppscotch-app/components/smart/Spinner.vue moved 75.0% diff
packages/hoppscotch-app/src/components/smart/Spinner.vue
packages/hoppscotch-app/components/teams/Edit.vue moved 39.8% diff
packages/hoppscotch-app/src/components/teams/Edit.vue
packages/hoppscotch-app/components/teams/Invite.vue moved 30.7% diff
packages/hoppscotch-app/src/components/teams/Invite.vue
packages/hoppscotch-app/components/teams/Team.vue moved 48.2% diff
packages/hoppscotch-app/src/components/teams/Team.vue
packages/hoppscotch-app/helpers/__tests__/postwomanTesting.sample moved 0.0%
packages/hoppscotch-app/src/helpers/__tests__/postwomanTesting.sample
packages/hoppscotch-app/helpers/backend/gql/mutations/AcceptTeamInvitation.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/AcceptTeamInvitation.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/CreateShortcode.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateShortcode.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/CreateTeam.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateTeam.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/CreateTeamInvitation.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateTeamInvitation.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/DeleteTeam.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/DeleteTeam.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/LeaveTeam.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/LeaveTeam.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/MoveRESTTeamRquest.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/MoveRESTTeamRquest.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/RemoveTeamMember.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/RemoveTeamMember.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/RenameTeam.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/RenameTeam.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql
packages/hoppscotch-app/helpers/backend/gql/mutations/UpdateTeamMemberRole.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/mutations/UpdateTeamMemberRole.graphql
packages/hoppscotch-app/helpers/backend/gql/queries/GetInviteDetails.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetInviteDetails.graphql
packages/hoppscotch-app/helpers/backend/gql/queries/GetTeam.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetTeam.graphql
packages/hoppscotch-app/helpers/backend/gql/queries/Me.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/queries/Me.graphql
packages/hoppscotch-app/helpers/backend/gql/queries/MyTeams.graphql removed
packages/hoppscotch-app/helpers/backend/gql/queries/pendingInvites.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/queries/pendingInvites.graphql
packages/hoppscotch-app/helpers/backend/gql/queries/ResolveShortcode.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/queries/ResolveShortcode.graphql
packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamInvitationAdded.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamInvitationAdded.graphql
packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamInvitationRemoved.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamInvitationRemoved.graphql
packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamMemberAdded.graphql moved 46.7% diff
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamMemberAdded.graphql
packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamMemberRemoved.graphql moved 0.0%
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamMemberRemoved.graphql
packages/hoppscotch-app/helpers/backend/gql/subscriptions/TeamMemberUpdated.graphql moved 45.0% diff
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamMemberUpdated.graphql
packages/hoppscotch-app/helpers/lenses/__tests__/lenses.sample moved 0.0%
packages/hoppscotch-app/src/helpers/lenses/__tests__/lenses.sample
packages/hoppscotch-app/pages/documentation.vue removed
packages/hoppscotch-app/pages/join-team.vue moved 24.3% diff
packages/hoppscotch-app/src/pages/join-team.vue
packages/hoppscotch-app/pages/profile.vue removed
packages/hoppscotch-app/pages/settings.vue moved 21.5% diff
packages/hoppscotch-app/src/pages/settings.vue
packages/hoppscotch-app/src/components/app/Logo.vue added
packages/hoppscotch-app/src/components/app/Options.vue added
packages/hoppscotch-app/src/components/collections/my/Request.vue added
packages/hoppscotch-app/src/components/collections/teams/Request.vue added
packages/hoppscotch-app/src/components/environments/index.vue added
packages/hoppscotch-app/src/components/http/Body.vue added
packages/hoppscotch-app/src/components/http/Headers.vue added
packages/hoppscotch-app/src/components/http/Parameters.vue added
packages/hoppscotch-app/src/components/http/TestResult.vue added
packages/hoppscotch-app/src/components/http/URLEncodedParams.vue added
packages/hoppscotch-app/src/components/lenses/renderers/JSONLensRenderer.vue added
packages/hoppscotch-app/src/components/realtime/LogEntry.vue added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateChildCollection.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateNewRootCollection.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/CreateRequestInCollection.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/DeleteCollection.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/DeleteRequest.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/DeleteShortcode.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/ImportFromJSON.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/RenameCollection.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/mutations/UpdateRequest.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/ExportAsJSON.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetCollectionChildren.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetCollectionChildrenIDs.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetCollectionRequests.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetCollectionTitle.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetMyShortcodes.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetMyTeams.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetTeamMembers.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/GetUserInfo.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/queries/RootCollectionsOfTeam.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/ShortcodeCreated.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/ShortcodeDeleted.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamCollectionAdded.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamCollectionRemoved.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamCollectionUpdated.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamRequestAdded.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamRequestDeleted.graphql added
packages/hoppscotch-app/src/helpers/backend/gql/subscriptions/TeamRequestUpdated.graphql added
packages/hoppscotch-app/src/layouts/empty.vue added
packages/hoppscotch-app/src/pages/profile.vue added
packages/hoppscotch-app/src/pages/realtime/socketio.vue added
packages/hoppscotch-app/src/pages/realtime/websocket.vue added
packages/hoppscotch-app/static/.htaccess removed
packages/hoppscotch-cli/bin/hopp added
packages/hoppscotch-cli/CODE_OF_CONDUCT.md added
packages/hoppscotch-cli/CONTRIBUTING.md added
packages/hoppscotch-cli/src/__tests__/samples/notjson.txt added

Packages Compared:

hoppscotch-2.2.1.tar.gz
hoppscotch-3.0.0.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)