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

@inrupt/solid-client

Package Overview
Dependencies
Maintainers
10
Versions
4034
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/solid-client - npm Package Versions

13
404

1.28.0

Diff

Changelog

Source

[1.28.0] - 2023-05-09

New feature

  • Node 20 support
inrupt_ci
published 1.27.0 •

Changelog

Source

[1.27.0] - 2023-04-14

Documentation

  • Buffer API marked as deprecated.

New feature

  • Node 18 support
inrupt_ci
published 1.26.0 •

Changelog

Source

[1.26.0] - 2023-03-24

New feature

  • saveSolidDatasetAt has a new options field, prefixes. It allows a prefix map to be passed in to customize the serialization if the target format supports it.

Documentation

  • File APIs marked as stable.

Bugfixes

  • Add the response body along the status code and text in the error messages thrown on unsuccessful response from the server. The response body may contain additional data useful for the user to have in order to fix the issue the server describes.
  • Export the AccessModes type from the interfaces module.
inrupt_ci
published 1.25.2 •

Changelog

Source

[1.25.2] - 2023-02-09

  • Moved @types/rdfjs__dataset back to dependencies from devDependencies to fix the issues with TypeScript and related tooling complaining about missing types. This is a temporary fix whilst we work on a more long term solution. We'd initially only thought this issue affected Typedoc, not all TypeScript projects.
inrupt_ci
published 1.25.1 •

Changelog

Source

[1.25.1] - 2023-02-01

  • Fixed the changelog data structure creation to avoid potential prototype pollution attacks.
  • Fixed the generation of unique identifiers to use UUIDs instead of Math.random(). We're also changing generated ACP IRIs to no longer contain identifying information, instead these will just be UUIDs going forwards (some identifying information may still remain, as the ACP algorithm uses suffixes of existing IRIs when making modifications, we've a ticket to address this in the future).
inrupt_ci
published 1.25.0 •

Changelog

Source

[1.25.0] - 2023-01-24

New features

  • Set recursive VC access: the setVcAccess function (from the acp/acp module) now has an options object, which includes an inherit flag. If set to true, the newly set VC access applies not only to the target resource, but to its contained resources too.
inrupt_ci
published 1.24.1 •

Changelog

Source

[1.24.1] - 2023-01-23

  • Change targeted environment to ES2018
  • Dependency updates
inrupt_ci
published 1.24.0 •

Changelog

Source

[1.24.0] - 2022-12-20

  • Added getWebIdDataset method to fetch the WebId Profile document as a Solid Dataset. This method is part of the profile/webid module.
inrupt_ci
published 1.23.3 •

Changelog

Source

[1.23.3] - 2022-08-31

  • Export the WithAcp and WithAccessibleAcr types.
inrupt_ci
published 1.23.2 •

Changelog

Source

[1.23.2] - 2022-08-19

Bugfixes

  • Modify the internal getWellKnownSolid method used by @inrupt/solid-client-notifications to always use the provided fetch implementation when requesting the solid dataset that is the /.well-known/solid resource. This fixes a bug where in some environments cross-fetch failed to load at this point in the code.

Other Changes

  • Remove workaround for creating containers with POST instead of PUT. This was needed for Node Solid Server (version < 5.3)
  • Migrate project to our common eslint configuration, this resulted in a fairly large amount of code changes, though everything should appear the same to consumers.
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