rdf-object
Advanced tools
Comparing version 1.10.2 to 1.11.0
@@ -1,2 +0,2 @@ | ||
import type * as RDF from 'rdf-js'; | ||
import type * as RDF from '@rdfjs/types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * A helper class for converting RDF lists to JavaScript RDF term term lists |
@@ -0,3 +1,3 @@ | ||
import type * as RDF from '@rdfjs/types'; | ||
import type { JsonLdContextNormalized, JsonLdContext } from 'jsonld-context-parser'; | ||
import type * as RDF from 'rdf-js'; | ||
import { Resource } from './Resource'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -0,3 +1,3 @@ | ||
import type * as RDF from '@rdfjs/types'; | ||
import { JsonLdContextNormalized } from 'jsonld-context-parser'; | ||
import type * as RDF from 'rdf-js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A resource is identified by a URI and has property links to other resources. |
{ | ||
"name": "rdf-object", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"description": "Loads RDF as JSON objects", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"@types/jest": "^26.0.0", | ||
"@types/n3": "^1.4.4", | ||
"@types/n3": "^1.10.3", | ||
"@typescript-eslint/eslint-plugin": "^4.4.1", | ||
@@ -50,3 +50,3 @@ "@typescript-eslint/parser": "^4.4.1", | ||
"jest": "^26.0.0", | ||
"jest-rdf": "^1.6.0", | ||
"jest-rdf": "^1.7.0", | ||
"manual-git-changelog": "^1.0.1", | ||
@@ -97,7 +97,8 @@ "n3": "^1.6.3", | ||
"dependencies": { | ||
"@rdfjs/types": "*", | ||
"jsonld-context-parser": "^2.0.2", | ||
"rdf-data-factory": "^1.0.3", | ||
"rdf-string": "^1.5.0", | ||
"rdf-data-factory": "^1.1.0", | ||
"rdf-string": "^1.6.0", | ||
"streamify-array": "^1.0.1" | ||
} | ||
} |
# RDF Object | ||
[![Build Status](https://travis-ci.org/rubensworks/rdf-object.js.svg?branch=master)](https://travis-ci.org/rubensworks/rdf-object.js) | ||
[![Build status](https://github.com/rubensworks/rdf-object.js/workflows/CI/badge.svg)](https://github.com/rubensworks/rdf-object.js/actions?query=workflow%3ACI) | ||
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/rdf-object.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/rdf-object.js?branch=master) | ||
@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/rdf-object.svg)](https://www.npmjs.com/package/rdf-object) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41319
5
15
1
+ Added@rdfjs/types@*
+ Added@types/node@22.10.1(transitive)
+ Addedundici-types@6.20.0(transitive)
Updatedrdf-data-factory@^1.1.0
Updatedrdf-string@^1.6.0