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

graphql-ld

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ld - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

lib/Client.d.ts

@@ -6,3 +6,3 @@ import { Converter as GraphQlToSparqlConverter } from "graphql-to-sparql";

import { ContextParser, JsonLdContext } from "jsonld-context-parser";
import * as RDF from "rdf-js";
import * as RDF from "@rdfjs/types";
import { Algebra } from "sparqlalgebrajs";

@@ -9,0 +9,0 @@ import { Converter as SparqlJsonToTreeConverter } from "sparqljson-to-tree";

{
"name": "graphql-ld",
"version": "1.3.0",
"version": "1.4.0",
"description": "Linked Data Querying with GraphQL",

@@ -39,8 +39,7 @@ "keywords": [

"@types/minimist": "^1.2.0",
"@types/rdf-js": "^4.0.0",
"coveralls": "^3.0.0",
"jest": "^26.0.0",
"jest": "^27.0.0",
"manual-git-changelog": "^1.0.1",
"pre-commit": "^1.2.2",
"ts-jest": "^26.0.0",
"ts-jest": "^27.0.0",
"tslint": "^6.0.0",

@@ -81,8 +80,8 @@ "tslint-eslint-rules": "^5.3.1",

"dependencies": {
"@types/rdf-js": "*",
"graphql-to-sparql": "^2.3.0",
"@rdfjs/types": "*",
"graphql-to-sparql": "^2.4.0",
"jsonld-context-parser": "^2.1.0",
"sparqlalgebrajs": "^3.0.1",
"sparqlalgebrajs": "^3.0.2",
"sparqljson-to-tree": "^2.1.0"
}
}
# GraphQL-LD
[![Build Status](https://travis-ci.org/rubensworks/graphql-ld.js.svg?branch=master)](https://travis-ci.org/rubensworks/graphql-ld.js)
[![Build status](https://github.com/rubensworks/graphql-ld.js/workflows/CI/badge.svg)](https://github.com/rubensworks/graphql-ld.js/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/graphql-ld.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/graphql-ld.js?branch=master)

@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/graphql-ld.svg)](https://www.npmjs.com/package/graphql-ld)

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