Socket
Socket
Sign inDemoInstall

@digitalcredentials/jsonld

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalcredentials/jsonld - npm Package Versions

9.0.0

Diff

Changelog

Source

9.0.0 - 2024-08-03

Changed

  • BREAKING: Re-fork as @digitalcredentials/jsonld (to fix upstream http-client export error).
  • Use @digitalcredentials/http-client@5.0.0 fork.
codenamedmitri
published 6.0.0 •

Changelog

Source

6.0.0 - 2022-06-06

Changed

  • BREAKING: Drop testing and support for Node.js 12.x. The majority of the code will still run on Node.js 12.x. However, the @digitalbazaar/http-client@3 update uses a newer ky-universal which uses a top-level await that is unsupported in older Node.js versions. That causes the included node documentLoader to not function and tests to fail. If you wish to still use earlier Node.js versions, you may still be able to do so with your own custom documentLoader.
  • BREAKING: npm prepublish script changed to prepack. The dist/ contents will not be generated by default for development installs. Run npm run build if needed. This was done to avoid extra work only needed for packing and publication, and for temporary webpack version issues. A new CI build test has been added to check builds pass. The prepack script could be prepare instead if use cases exist where that is needed. File an issue if this is a concern.
  • Update to @digitalbazaar/http-client@3:
    • Pulls in newer ky and ky-universal that should address security alerts and provide other improvements.
    • Use global URL interface to handle relative redirects.
codenamedmitri
published 5.2.2 •

codenamedmitri
published 5.2.1 •

kimhd
published 1.0.1 •

Changelog

Source

1.0.1 - 2018-03-01

Fixed

  • Don't always use arrays for @graph. Fixes 1.0 compatibility issue.
kimhd
published 1.0.0 •

Changelog

Source

1.0.0 - 2018-02-28

Notes

  • 1.0.0!
  • Semantic Versioning is now past the "initial development" 0.x.y stage (after 7+ years!).
  • Conformance:
    • JSON-LD 1.0 + JSON-LD 1.0 errata
    • JSON-LD 1.1 drafts
  • Thanks to the JSON-LD and related communities and the many many people over the years who contributed ideas, code, bug reports, and support!

Added

  • Expansion and Compaction using scoped contexts on property and @type terms.
  • Expansion and Compaction of nested properties.
  • Index graph containers using @id and @index, with @set variations.
  • Index node objects using @id and @type, with @set variations.
  • Framing default and named graphs in addition to merged graph.
  • Value patterns when framing, allowing a subset of values to appear in the output.
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