Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zazuko/cube-hierarchy-query

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zazuko/cube-hierarchy-query - npm Package Versions

1

1.0.0-pre.2

Diff

Changelog

Source

1.0.0-pre.2

Major Changes

  • 29db201: The children() method result now returns the children (still as an array of GraphPointer) and the parent (as a GraphPointer).

    - const childrenResult = await children(...)
    + const { children: childrenResult } = await children(...)
    

Patch Changes

  • 6340c7f: Add @zazuko/vocabulary-extras as dependency
  • 6340c7f: Update @tpluscode/rdf-ns-builders to v2
  • b180146: Improve the query for example resources. Paging is now done in a SELECT subquery
  • b180146: Update dependencies on @rdfjs/* and rdf-ext packages to use the ESM versions
tpluscode
published 1.0.0-pre.1 •

Changelog

Source

1.0.0-pre.1

Patch Changes

  • ac1db59: Missing type declarations in package
tpluscode
published 1.0.0-pre.0 •

Changelog

Source

1.0.0-pre.0

Major Changes

  • 1d4ac7e: First version
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