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

rdf-object

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-object - npm Package Compare versions

Comparing version 1.10.2 to 1.11.0

2

lib/RdfListMaterializer.d.ts

@@ -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)

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