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.4.1 to 1.4.2

6

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
<a name="v1.4.2"></a>
## [v1.4.2](https://github.com/rubensworks/rdf-object.js/compare/v1.4.1...v1.4.2) - 2020-11-10
### Fixed
* [Fix subClassOf being checked for wrong URI](https://github.com/rubensworks/rdf-object.js/commit/e3a3a7d97413ed7b59252b0d007805b76a12fe9a)
<a name="v1.4.1"></a>

@@ -5,0 +11,0 @@ ## [v1.4.1](https://github.com/rubensworks/rdf-object.js/compare/v1.4.0...v1.4.1) - 2020-11-04

2

lib/Resource.js

@@ -49,3 +49,3 @@ "use strict";

return (this.propertiesUri['http://www.w3.org/1999/02/22-rdf-syntax-ns#type'] || [])
.concat(this.propertiesUri['http://www.w3.org/1999/02/22-rdf-syntax-ns#subClassOf'] || [])
.concat(this.propertiesUri['http://www.w3.org/2000/01/rdf-schema#subClassOf'] || [])
.reduce((acc, superType) => acc || superType.isA(type), false);

@@ -52,0 +52,0 @@ }

{
"name": "rdf-object",
"version": "1.4.1",
"version": "1.4.2",
"description": "Loads RDF as JSON objects",

@@ -5,0 +5,0 @@ "keywords": [

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