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
1
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

13
6

1.0.43

Diff

Changelog

Source

[1.0.43] - 2023/12/30

Changed

  • The cookie name for storing session IDs can now be set in the cookie_name field of the authentication configuration file (config/authentication.js).
takuya-motoshima
published 1.0.42 •

Changelog

Source

[1.0.42] - 2023/8/31

Changed

  • Update TypeScript version from 4.8.4 to 5.2.2.
  • Update redis dependency package used for user authentication.
    • Updated redis package version from 4.3.1 to 4.6.8.
      Here are the changes.
    • Updated connect-redis package version from 6.1.3 to 7.1.0.
      Here are the changes.
takuya-motoshima
published 1.0.41 •

Changelog

Source

[1.0.41] - 2023/8/4

Changed

  • Added an option to the method that searches for faces in the collection to throw an exception if a face is not found or if multiple faces are found.
takuya-motoshima
published 1.0.40 •

Changelog

Source

[1.0.40] - 2023/8/4

Changed

  • Fixed to return null instead of throwing an error when looking for faces in the collection using images without faces (<code>AWSRekognitionClient.searchFaces()</code>).
takuya-motoshima
published 1.0.39 •

Changelog

Source

[1.0.39] - 2023/7/24

Changed

  • Changed exception class name. <table> <thead> <tr> <th>Before Class Name</th> <th>After class name</th> <th>Instance member</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>CollectionCreationError</td> <td>FaceCollectionCreateFailed</td> <td> <ul> <li>name: Error Name.</li> <li>collectionId: Collection ID.</li> <li>httpStatusCode: HTTP status code.</li> </ul> </td> <td>Thrown when face collection creation (<code>AWSRekognitionClient.createCollection()</code>) fails.</td> </tr> <tr> <td>CollectionDeletionError</td> <td>FaceCollectionDeleteFailed</td> <td> <ul> <li>name: Error Name.</li> <li>collectionId: Collection ID.</li> <li>httpStatusCode: HTTP status code.</li> </ul> </td> <td>Thrown when deleting a face collection (<code>AWSRekognitionClient.deleteCollection()</code>) fails.</td> </tr> <tr> <td>FaceIndexError</td> <td>FaceIndexFailed</td> <td> <ul> <li>name: Error Name.</li> <li>collectionId: Collection ID.</li> </ul> </td> <td>Thrown when face indexing (<code>AWSRekognitionClient.indexFace()</code>) fails.</td> </tr> <tr> <td>MissingFaceInImageError</td> <td>FaceMissingInPhoto</td> <td> <ul> <li>name: Error Name.</li> </ul> </td> <td>Thrown if the face to index (<code>AWSRekognitionClient.indexFace()</code>) is not in the photo.</td> </tr> <tr> <td>MultipleFacesInImageError</td> <td>FacesMultipleInPhoto</td> <td> <ul> <li>name: Error Name.</li> </ul> </td> <td>Thrown when there are multiple faces to index (<code>AWSRekognitionClient.indexFace()</code>) in a photo.</td> </tr> </tbody> </table>
takuya-motoshima
published 1.0.38 •

Changelog

Source

[1.0.38] - 2023/7/17

Fixed

  • Fixed a bug that login user data (req.user) could not be referenced in the function called just before view rendering (config/view.js#beforeRender).
takuya-motoshima
published 1.0.37 •

Changelog

Source

[1.0.37] - 2023/7/17

Changed

  • The beforeRender option in the view configuration (config/view.js) can now specify asynchronous functions.

Added

  • New Math-related view helpers have been added.
takuya-motoshima
published 1.0.36 •

Changelog

Source

[1.0.36] - 2023/7/12

Changed

  • Moved the Ajax determination option (is_ajax) in the authentication configuration (config/authentication.js) to the basic configuration (config/config.js).
  • The error handle option (error_handler) in the basic configuration (config/config.js) has been removed and an option to hook error handles (hook_handle_error) added instead.
takuya-motoshima
published 1.0.35 •

Changelog

Source

[1.0.35] - 2023/7/11

Changed

  • The URL to redirect to when login fails (failure_redirect) option in the authentication configuration (config/authentication.js) can now be defined with a function.
  • The arguments of the failureRedirect method of the authentication service class (services/Authentication) have changed. The argument to the Authentication.failureRedirect method used to be just express.Response, but now it requires express.Request and express.Response.
takuya-motoshima
published 1.0.34 •

Changelog

Source

[1.0.34] - 2023/7/1

Changed

  • Changed the response status code from 403 to 401 when asynchronous communication requiring authentication fails to authenticate.
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