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

semantic-graphql

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-graphql - npm Package Versions

2

0.6.4

Diff

Changelog

Source

0.6.4

Miscellaneous:

  • Added package-lock.json in example folders.
  • Use new linter config
dherault
published 0.6.3 •

Changelog

Source

0.6.3

Miscellaneous:

  • Updated dependencies and change repo information in package.json.
dherault
published 0.6.2 •

Changelog

Source

0.6.2

Miscellaneous:

  • Updated dependencies and added lockfile.
dherault
published 0.6.1 •

Changelog

Source

0.6.1

Bug fixes:

  • Improved isIri to support more IRIs. See #1 and #2.
dherault
published 0.6.0 •

Changelog

Source

0.6.0

Breaking changes:

  • The names of generated GraphQL types are now capitalized regardless of the terminology.

New features:

  • resolvers.resolveSourceTypes can now return a Promise.

Miscellaneous:

  • SemanticGraph#toString now displays the number of triples in the graph.
  • Triples with predicates not used by the lib are not stored in memory.
  • Improved documentation.
  • Improved tests.
dherault
published 0.5.1 •

Changelog

Source

0.5.1

Bug fixes:

  • Bug on owl:inverseOf inference that broke the feature in some cases.
dherault
published 0.5.0 •

Changelog

Source

0.5.0

Breaking changes:

  • getIriLocalName is not exposed/exported by the package anymore.

New features:

  • On in-graph properties, new shouldAlwaysUseInverseOf and shouldNeverUseInverseOf config keys to modify the resolver's behavior.

Bug fixes:

  • isGraphqlList is now also infered from isGraphqlConnection.
  • preventIdField config option can now also prevent the Relay id field.

Miscellaneous:

  • Tests! :tada: (very basic for now)
  • Improved documentation.
dherault
published 0.4.0 •

Changelog

Source

0.4.0

Breaking changes:

  • resolvers.resolveSourceTypes must now be sync.
  • Interface type resolving was rolled back on InterfaceTypes (instead of ObjectTypes). Better support, although still incomplete. External ObjectTypes must not provide an isTypeOf method anymore, instead external InterfaceTypes must provide a resolveType method.

Bug fixes:

  • Fragile type resolution on interfaces. Will require further work.

Miscellaneous:

  • Promisify using Promise.resolve instead of home-made function. It's slower but safer.
dherault
published 0.3.1 •

Changelog

Source

0.3.1

Bug fixes:

  • Warn when traversing graph and encoutering missing vertices.
dherault
published 0.3.0 •

Changelog

Source

0.3.0

Breaking changes:

  • Cannot override relayEdgeType and relayConnectionType anymore. relayConnectionDefinitions override added instead.

Bug fixes:

  • Bug concerning the creation of Relay types.
2
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