New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@compas/store

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/store - npm Package Versions

1
21

0.7.1

Diff

Changelog

Source

v0.7.1

Features
  • feat(compas): add support for npx compas@latest init 5137c8
  • feat(compas): reimplement zakmes, add package manager support 07f28e
  • feat(code-gen): expand validator error message on query builder validation errors 69c379
  • feat(code-gen): add error when an uppercase character is used in .shortName() 9d6098
Bug fixes
  • fix(eslint-plugin): ignore eventStop calls that are not in a function 2b2f2b
  • fix(all): cleanup .npmignore usage, so types are included again b141ad
  • fix(store): ignore invalid JPEG's when transforming images 440202
  • fix(stdlib): prevent zombie processes on process exit e30cbb
Other
  • chore(docs): write some docs on the new CLI 37b81c
  • chore(docs): rename npx compas install to npx compas init 40fc90
  • chore(docs): fix links to new alpha docs d0607c
  • chore(compas): move some file around before expansion dd3b44
  • chore(docs): update vitepress 3ff4bd
  • chore(compas): prevent zombie processes 896a29
Dependency updates
dirkdev98
published 0.7.0 •

Changelog

Source

v0.7.0

Introducing the experimental zakmes CLI for an integrated development experience! Installable via the compas package. See the docs for more information and follow the issue to stay up to date.

Features
  • feat(eslint-plugin): add 'node-builtin-module-url-import' rule 923e7b
    • Auto-fixes any import of Node.js builtins you use the node: specifier.
Other
  • docs(stdlib): minor insight event documentation improvement (#2728) 9a8afc
  • chore(docs): use vitepress sitemap feature 28fcb1
  • chore: cleanup code-mods c80410
  • chore: typescript maintenance 7b3e0f
  • chore(release): fail release if types don't check out fb4e4d
  • chore(docs): customize vitepress theme to use green colors ba082d
  • chore(typescript): remove tsc from the internal generate command c3ab53
  • chore(dependabot): group all dependency updates b7186e
Dependency updates
dirkdev98
published 0.6.0 •

Changelog

Source

v0.6.0

Features
  • feat(store): silently ignore file transforms on non-image files 08f097
Other
  • chore(dependabot): group babel and typescript-eslint bumps c59721
  • chore(dependabot): group @types/ bumps 5f257f
  • chore(examples): increase test timeout for file-handling example d6bfa3
  • examples(file-handling): fix blob creation from stream 7f4257
  • chore(changelog): handle grouped dependabot bumps 39ca1f
Dependency updates
dirkdev98
published 0.5.5 •

Changelog

Source

v0.5.5

Features
  • feat(store): add w=original support to fileSendTransformedImage, keep track of original image width and height 88adad
  • feat(store): add fileTransformInPlace d61c3d
  • feat(store): support fileTransformInPlaceOptions in fileCreateOrUpdate e461e2
  • feat(store): export list of supported image content types f6cc29
Other
  • chore(dependabot): group aws-sdk dependency updates da7b1e
dirkdev98
published 0.5.4 •

Changelog

Source

v0.5.4

Features
  • feat(code-gen): add hook name to required variables check in the react-query generator 93c80e
  • feat(eslint-plugin): disable warning on unsupported TS versions 18f909
Other
Dependency updates
dirkdev98
published 0.5.3 •

Changelog

Source

v0.5.3

Features
  • feat(cli): expose the test name via t.name in the test runner 900de5
  • feat(cli): pad the 'threadId' in test runner logs to align when a high number of workers / randomize rounds are used 024813
  • feat(cli): add t.jobs to configure concurrent subtests 3d0b9e
  • feat(cli): add support for .mjs and .cjs scripts in compas run 9632d8
Bug fixes
  • fix(code-gen): correctly import & export dateOnly & timeOnly via OpenAPI 62f4d9
  • fix(store): change error log to info log when trying to transform an already removed file f8c6ff
Other
  • chore(prettier): ignore dist directories d9967a
  • chore(cli): refactor internal config of compas test d937d1
Dependency updates
dirkdev98
published 0.5.2 •

Changelog

Source

v0.5.2

Features
  • feat(cli): check if '.cache' is git ignored in compas check-env 70573d
  • feat(cli): remove 'graphviz' check from compas check-env 91cf87
Bug fixes
  • fix(code-gen): always generate the Pretty type even if global api clients is on 550143
  • fix(store): verify that the s3Client has a region before attempting to resolve the bucket 4d25a9
Other
  • chore(examples): add .gitignore to all examples d8a5eb
  • chore(cli): update description of compas check-env 3b246f
  • examples(react-fetch): init example 82ec52
  • chore(store): prefer Object.keys over Object.entries 99d996
  • chore(code-gen): prefer Object.keys over Object.entries 63f71b
  • chore: fix TS issues after bump to 5.1.3 55df94
Dependency updates
dirkdev98
published 0.5.1 •

Changelog

Source

v0.5.1

Other
  • perf(code-gen): init js validator objects with known keys 47259f
dirkdev98
published 0.5.0 •

Changelog

Source

v0.5.0

Breaking changes
  • feat(stdlib): condense logs for events 4e6983
    • Changed the internal memory structure of events. callStack is now span. parent is removed and replaced by a rootEvent. Nested properties are affected as well. Usages like event.name still work as expected.
    • Changed the logs produced by the events. The type is now event_span instead of event_callstack. In these logs callStack is also replaced by span. Nested properties are affected as well to improve parsing and visualizing them. Please check the new logs and feel free to open an issue if you have trouble with migrating.
Features
  • feat(code-gen): pretty react-query hook types 7c644d
Dependency updates
dirkdev98
published 0.4.0 •

Changelog

Source

v0.4.0

Breaking changes

There are a few structure breaking changes to clean up compatibility with old code-gen. Make sure that the API is updated before any consumer is.

  • feat(cli,store): align migration related functions bacfe3
    • Renamed newMigrateContext to migrationsInitContext. It also accepts an object with migrationsDirectory instead of a 'string' as the second argument. As before, if you don't provide a migrationsDirectory it defaults to $cwd/migrations.
    • Renamed getMigrationsToBeApplied to migrationsGetInfo. The result is wrapped in a promise.
    • Renamed runMigrations to migrationsRun.
    • All individual functions now acquire and release a Postgres lock instead of keeping the lock alive for the whole connection. This allows you to use these functions more easily in application code.
    • Dropped --keep-alive and --without-lock from compas migrate. If you need this functionality, you are better off calling the migration functions on application startup.
  • feat(code-gen): drop T.any().raw() and T.any().validator() 9d4f7a
    • T.any().raw() and T.any().validator() were not implemented in the new code-gen. Use T.any().implementations() instead.
  • feat(code-gen): drop T.bool().convert(), T.number().convert() and T.string().convert() d704a6
    • The new code-gen automatically converts booleans, numbers and dates from their string representation.
  • feat(code-gen): re-instantiate T.array().convert() d3aabb
    • JS validators don't automatically convert single values to arrays anymore. Adding this as the default caused performance problems with the Typescript compiler and complex recursive types. It also caused a bad DX, where setting an empty array and trying to push later would result in a type error. Also not every planned target language has support to type this correctly anyway, so it should be used sparingly.
  • feat(code-gen): drop R.files() 569b2b
    • Use R.body() instead of R.files()
    • When using the Koa router, change usages of ctx.validatedFiles with ctx.validatedBody
    • Auto-generated type names for files inputs like PostSetHeaderImageFiles will be renamed to PostSetHeaderImageBody.
    • Executing this change on the server doesn't require immediate regeneration of api clients. The way they currently send files is compatible.
Features
  • feat(code-gen): add expected patterns to docs if no docs exist on T.uuid(), T.date().{timeOnly,dateOnly}() 41e3e3
  • feat(code-gen): add stricter validation on R.params() and R.query() 21c9b7
  • feat(code-gen): improve react-query DX by accepting a partial object on useQuery hooks 430449
  • feat(code-gen): define behavior for T.file() in R.body() (#2597) 80429b
Bug fixes
  • fix(code-gen): don't throw a 404 on no match in the router 077da8
Other
  • chore(docs): add T.array().convert() to the docs 9744e6
  • chore: add a quick citgm command for testing unreleased Compas versions on local projects 4b7ba7
Dependency updates
  • build(deps): bump recast from 0.22.0 to 0.23.2 (#2585)
    • Major version bump
  • build(deps): bump tar from 6.1.14 to 6.1.15 (#2591)
  • build(deps): bump eslint-plugin-jsdoc from 44.2.3 to 44.2.4 (#2588)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc