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

express-sweet

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-sweet - npm Package Versions

1
6

1.0.32

Diff

Changelog

Source

[1.0.32] - 2023/7/1

Fixed

  • Fixed a bug that cookies (req.cookies) cannot be referenced in the hook function before view rendering (config/view.js#beforeRender).
takuya-motoshima
published 1.0.31 •

Changelog

Source

[1.0.31] - 2023/6/29

Changed

  • Changed helper function names in the view (Handlebars) from SnakeCase to CamelCase. |After|Before|Description| |--|--|--| |notEmpty|not_empty|Check that it is not empty.| |formatDate|format_date|Use moment to format the date.| |cacheBusting|cache_busting|Returns the Assets path containing the file update time parameter.| |jsonStringify|json_stringify|Stringify an object using JSON.stringify.| |jsonParse|json_parse|Parses the given string using JSON.parse.| |formatBytes|format_bytes|Convert bytes to just the right units(KB, MB, GB, TB, PB, EB, ZB, YB).|

Added

  • Added view helper to convert numeric values to strings with language-sensitive representations.
takuya-motoshima
published 1.0.30 •

Changelog

Source

[1.0.30] - 2023/6/26

Changed

  • Fixed AWS Rekognition credentials passing.
takuya-motoshima
published 1.0.29 •

Changelog

Source

[1.0.29] - 2023/6/20

Changed

  • Changed class private variables and methods from soft private to hard private.

Added

  • Added AWS SES email sending client class.
takuya-motoshima
published 1.0.28 •

Changelog

Source

[1.0.28] - 2023/6/16

Changed

  • Updated AWS SDK version from 2 to 3.
takuya-motoshima
published 1.0.27 •

Changelog

Source

[1.0.27] - 2023/6/12

Changed

  • Request object has been added to the arguments of the beforeRender function in the view configuration (config/view.js).
takuya-motoshima
published 1.0.26 •

Changelog

Source

[1.0.26] - 2023/6/11

Changed

  • Update Sequelize from v5 to v6.
  • Changed the framework debug log to output only when the environment variable EXPRESS_DEBUG is defined.
    .env:
    EXPRESS_DEBUG=true
    
takuya-motoshima
published 1.0.25 •

Changelog

Source

[1.0.25] - 2022/11/24

Added

  • Added formatBytes view helper to convert bytes to appropriate units.
takuya-motoshima
published 1.0.24 •

Changelog

Source

[1.0.24] - 2022/10/24

Added

  • Added is_ajax option to user authentication (config/authentication.js).
takuya-motoshima
published 1.0.23 •

Changelog

Source

[1.0.23] - 2022/10/20

Added

  • A request body object has been added to the parameters of the callback function for user authentication.
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