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

grats

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grats - npm Package Versions

captbaritone
published 0.0.0-main-3d61a2f4 •
79

Supply Chain Security

90

Quality

94

Maintenance

100

Vulnerabilities

100

License


1 alerts fixed

5 metrics improved

+3 files added

55 files modified

+1681 lines added

-901 lines removed

+1 transitive dependency added

-1 transitive dependency removed

2 dependencies updated

captbaritone
published 0.0.0-main-86413a5c •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


1 alerts fixed

5 metrics improved

+3 files added

54 files modified

+1510 lines added

-790 lines removed

+1 transitive dependency added

-1 transitive dependency removed

2 dependencies updated

captbaritone
published 0.0.0-main-7080ff75 •
79

Supply Chain Security

90

Quality

94

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.0-main-f5261984 •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.0-main-1f1232d3 •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.0-main-6cc02e85 •

captbaritone
published 0.0.0-main-adc973cb •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.0-main-a6ebf81d •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.0-main-98bd6a07 •
77

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


captbaritone
published 0.0.26 •
80

Supply Chain Security

90

Quality

96

Maintenance

100

Vulnerabilities

100

License


Changelog

Source

0.0.26

  • Features
    • Code actions are now available to automatically fix some errors. These are available in the playground as well as in the experimental TypeScript plugin
    • We now require that __typename = "SomeType" include as const to ensure no other typename can be assigned. A code fix is available
    • Fields can now be defined using static methods, similar to how fields can be defined using functions
    • Adds importModuleSpecifierEnding configuration option to enable users generating ES modules to add the .js file extension to import paths in the generated TypeScript schema file
  • Bug Fixes
    • Reverted accidental breakage of the experimental TypeScript plugin
    • Fixed a bug where we generated incorrect import paths on Windows
    • Fixed a bug where incorrect resolver arguments were passed to method resolvers which provided custom names