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

@opentermsarchive/engine

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentermsarchive/engine - npm Package Versions

23
8

5.0.0

Diff

Changelog

Source

5.0.0 - 2025-02-18

Full changeset and discussions: #1137.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Changed

  • Breaking: Rename documents key to terms in service declarations for vocabulary consistency; to update your declarations:

    For Unix-like systems:

    find . -name "*.json" -type f -exec sed -i 's/"documents":/"terms":/g' {} +
    

    For macOS:

    find . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} +
    

    ⚠️ Note: when updating the engine, CI checks of modified declarations will fail once. This is expected and can be safely ignored

ota-bot
published 4.2.0 •

Changelog

Source

4.2.0 - 2025-02-17

Full changeset and discussions: #1135.

Development of this release was supported by the European Union.

Added

  • Add support for nested subgroups in Gitlab reporter repository paths

Fixed

  • Fix error logging in Gitlab reporter
ota-bot
published 4.1.0 •

Changelog

Source

4.1.0 - 2025-02-17

Full changeset and discussions: #1134.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Added

  • Add ota validate metadata command to the CLI to validate the collection metadata file
ota-bot
published 4.0.2 •

Changelog

Source

4.0.2 - 2025-02-04

Full changeset and discussions: #1133.

Development of this release was supported by the European Union.

Fixed

  • Fix functionality of filtering by status for the issues list on GitLab
ota-bot
published 4.0.1 •

Changelog

Source

4.0.1 - 2024-12-11

Full changeset and discussions: #1124.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Fixed

  • Fix documentation of collection metadata in the collection API
ota-bot
published 4.0.0 •

Changelog

Source

4.0.0 - 2024-12-04

Full changeset and discussions: #1123.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Added

  • Breaking: Expose collection metadata through the collection API; ensure to add the required metadata file at the root of your collection folder

Changed

  • Breaking: Replace @opentermsarchive/engine.services.declarationsPath with @opentermsarchive/engine.collectionPath; ensure your declarations are located in ./declarations in your collection folder
ota-bot
published 3.0.0 •

Changelog

Source

3.0.0 - 2024-12-03

Full changeset and discussions: #1122.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Changed

  • Breaking: Updated peer dependency @opentermsarchive/terms-types to v2.0.0; in your declarations, if you define a specific version of this library, ensure to also upgrade it to v2.0.0 to avoid compatibility issues; see terms-types@2.0.0 for details
ota-bot
published 2.7.2 •

Changelog

Source

2.7.2 - 2024-11-27

Full changeset and discussions: #1121.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Changed

  • Optimize performance for Git storage
ota-bot
published 2.7.1 •

Changelog

Source

2.7.1 - 2024-11-21

Full changeset and discussions: #1120.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Fixed

  • Fix timestamp prefix format in logs
ota-bot
published 2.7.0 •

Changelog

Source

2.7.0 - 2024-11-20

Full changeset and discussions: #1118.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Added

23
8
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