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

sofa-api

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sofa-api - npm Package Versions

1
12

0.15.5

Diff

ardatan
published 0.15.4 •

ardatan
published 0.15.3 •

ardatan
published 0.15.2 •

ardatan
published 0.15.1 •

ardatan
published 0.15.0 •

ardatan
published 0.14.0 •

ardatan
published 0.13.0 •

ardatan
published 0.12.0 •

Changelog

Source

v0.12.0

  • Allow to override mapping of custom scalar to OpenAPI (#1159) - Thanks @izumin5210
  • Stop using AST Node to retrieve Enum values in OpenAPI (#1158) - Thanks @izumin5210
  • Feature/openapi tags description (#1114) - Thanks @NorbertRuff
  • Fix payload parsing for subscriptions (#1148) - Thanks @csuriano23

BREAKING CHANGES

  • createSofaRouter is no longer exported, use useSofa directly
  • useSofa now supports more server frameworks. It uses itty-router and @whatwg-node/server so it supports almost all JS environments; See more Documentation on SOFA's docs will be updated soon.
  • OpenAPI no longer has .save method. Use .openapiDocument to get the schema;
- openApi.save('swagger.json');
+ fs.writeFileSync('swagger.json', JSON.stringify(sofa.openapiDocument, null, 2));
ardatan
published 0.12.0-alpha.0 •

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