{"id":19960059,"url":"https://github.com/shastel/redux-action-minifier","last_synced_at":"2026-05-01T12:33:08.905Z","repository":{"id":57357409,"uuid":"93394961","full_name":"Shastel/redux-action-minifier","owner":"Shastel","description":"This package provides to you possibility to minify your Flux Standard Action to send it over the network","archived":false,"fork":false,"pushed_at":"2017-09-19T11:26:36.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T07:55:22.920Z","etag":null,"topics":["action","flux","fsa","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shastel.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-05T10:59:58.000Z","updated_at":"2019-04-11T11:10:46.000Z","dependencies_parsed_at":"2022-09-26T16:33:16.266Z","dependency_job_id":null,"html_url":"https://github.com/Shastel/redux-action-minifier","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shastel%2Fredux-action-minifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shastel%2Fredux-action-minifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shastel%2Fredux-action-minifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shastel%2Fredux-action-minifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shastel","download_url":"https://codeload.github.com/Shastel/redux-action-minifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241391140,"owners_count":19955477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","flux","fsa","redux"],"created_at":"2024-11-13T01:53:36.518Z","updated_at":"2026-05-01T12:33:08.864Z","avatar_url":"https://github.com/Shastel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-action-minifier\r\n\u003e This package provides to you possibility to minify your [Flux Standard Action](https://github.com/acdlite/flux-standard-action#flux-standard-action) to send it over the network\r\n---\r\n\r\n* [Installation](#installation)\r\n* [Usage](#usage)\r\n\r\n## Installation\r\n\r\n```sh\r\nnpm install redux-action-minifier\r\n```\r\n\r\nor with yarn\r\n\r\n```sh\r\nyarn add redux-action-minifier\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\n\r\n  import { compressor, decompressor } from 'redux-action-minifier';\r\n\r\n  const FSA = {\r\n    type: 'UPDATE',\r\n  }\r\n\r\n  const compressedFSA = compressor(FSA);\r\n\r\n  /*\r\n    compressedFSA now equals to\r\n\r\n    {\r\n      t: 'UPDATE',\r\n    }\r\n  */\r\n\r\n  const decompressedFSA = decompressor(compressedFSA);\r\n\r\n  /*\r\n    decompressedFSA now equals to\r\n\r\n    {\r\n      type: 'UPDATE',\r\n    }\r\n  */\r\n\r\n```\r\n\r\n## LICENSE\r\n\r\nMIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshastel%2Fredux-action-minifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshastel%2Fredux-action-minifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshastel%2Fredux-action-minifier/lists"}